“Surprisingly detailed and technical”: Hairstylist Choi Mujin discloses the process behind BTS’ V’s classic blue hair in Harper’s Bazaar Korea shoot (2024)

Harpers Bazaar Korea recently conducted an exclusive interview with hairstylist Choi Mujin, providing an in-depth look into his collaboration with BTS' V for the magazine's February 2024 issue. V's captivating appearance in the magazine, particularly his long and silver-blue hair, has left a lasting impression on fans.

In the interview, Choi Mujin, the creative force behind this distinctive hairstyle, shared insights and secrets about the transformative process, unraveling the behind-the-scenes efforts that had piqued fans' curiosity for the past couple of months.

Nearly three months after the magazine's release, the hairstylist shed light on the meticulous process involved in creating a specialized wig for the star. This effort was aimed at ensuring the BTS's second maknae's unique appearance would stand out and align with the conceptual vision they had envisioned for the project.

Choi Mujin's artistry behind the blue hair transformation of BTS' V revealed

In the final photoshoot, before BTS' V embarked on his military enlistment, the global audience was stunned by a portrayal of the star in a never-before-seen light. The images featured V shirtless, revealing six-pack abs, and sporting real long blue hair, reminiscent of a classic anime character. While fans appreciated this distinctive look, the intricate effort behind crafting it remained largely unknown.

On January 30, 2024, Harpers Bazaar Korea conducted an interview with the hairstylist responsible for this transformative appearance, delving into the details of its creation. Choi Mujin, renowned for his association with the group BTS and specifically with V, has consistently played a pivotal role in crafting some of the most iconic hairstyles for the members. Over the past couple of years, his creative expertise has been integral to helping V achieve some of his most memorable looks.

In a recent interview with Harper's Bazaar Korea, Choi Mujin shared insights into the mesmerizing process behind BTS' V's classic blue hair, donned for the magazine's February cover. The striking transformation, a blend of artistry and meticulous planning, aimed to present a fresh look to the ARMY fans.

Mujin explained the inspiration behind the distinctive blue color, revealing that it was aligned with the overall story, design, and concept of the Bazaar pictorial. He coined a drawing from the ambiance of the world-famous LGBTQ film Call Me by Your Name. Mujin opted for a European-sensibility 'pale blue,' reminiscent of watercolor, to evoke the desired mood. Fans appreciated the thoughtfulness behind the inspiration, with V and his hairstylist both choosing from queer themes for the pictorial.

Mujin stated,

"After checking the overall story, design, and concept of the pictorial planned by Harper's Bazaar in advance, the mise-en-scène of Call Me by Your Name came to mind. The warmest ‘blue color’ with a European sensibility rather than a specially decorated feel. To evoke the inspired mood, the hair color was expressed in a watercolor-like 'pale blue' rather than a vivid color."

The process involved a meticulous wig test fitting the day before the shoot, followed by sequential cutting and dyeing of a bright gold wig using CURLYSHYLL's new chromage dyes MA7 and MA10. The pictorial was shot the next day after the color was perfected.

Attention to detail was paramount in directing V's long hair transformation. Despite concerns about the addition of color making him appear flashy, Mujin aimed for a natural and relaxed look, keeping the styling in harmony with V's clear facial features.

He added,

"In the 'Butter' album jacket and the 'Layover' album, pieces were used to create natural long hair. However, this is my first time trying such colorful long hair. Thanks to V's clear facial features, I was worried that adding color to his hair might make him look like a flashy idol, so I tried to keep the color and styling as natural and relaxed as possible."

On-site, each outfit change prompted a slight length adjustment, totaling around 6 to 7 cuts. Mujin highlighted the initial long-haired style as a standout, expressing satisfaction with discovering another facet of the BTS star's charm through this unique experiment.

Fans wholeheartedly appreciated the specialized hard work that Mujin undertook to give V the "perfect look":

For those inspired to imitate Taehyung's long hairstyle, Mujin suggested considering head proportions and structure. Avoiding long hairstyles with a wide head or developed temples could be beneficial to maintain a balanced look.

Mujin also shared valuable tips for achieving the BTS star's unique 'cover' style. Emphasizing the importance of texture, he recommended SAVWA Professional Texturizer for a natural covering style and Saab and Animator for creating a fresh, wet hair look without stickiness or hardness.

Catch a Breaking Bad actor in a brand new role HERE

Quick Links

More from Sportskeeda

Edited by Shubham Soni

Feedback

Thank You!

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

"modalText += "

Please select an option.

Please provide your feedback.

"modalText += "

"modalPopup.closeOnEsc = false;modalPopup.setHeader("Why did you not like this content?");modalPopup.setContentText(modalText);modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating);modalPopup.removeCloseModalIcon();modalPopup.disableDismissPopup();modalPopup.open();} else {sendRating(index);}}function sendRating() {var requestPayload = {"post_id": 1843130,"rating_value": ratingValue}if (ratingValue > 3) {requestPayload.rating_feedback_type = null;requestPayload.rating_feedback = null;} else {if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) {showErrorMessage('option');return;}if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) {showErrorMessage('note');return;}var selectedOption = $('input[name="drone"]:checked').value;var feedbackNote = $(".post-rating-feedback-note textarea").value;requestPayload.rating_feedback_type = selectedOption;requestPayload.rating_feedback = feedbackNote;}pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true);}function resetRatingAndFeedbackForm() {var activeStars = Array.from($all('.rating span.rating-star.active'));for (var i=0; i < activeStars.length; i++) {activeStars[i].classList.remove("active");}if ($('input[name="drone"]:checked')) {$('input[name="drone"]:checked').checked = false;}var userNote = document.querySelector(".post-rating-feedback-note textarea");userNote.value = '';modalPopup.close();}function onsaveRatingSuccess() {modalPopup.close();savePostIdInUserRatedPostsCookie();$("#post-rating-layout").classList.add("hidden");$("#post-rating-message").classList.remove("hidden");window.setInterval(function showMessage() {$("#post-rating-widget").classList.add("hidden");}, 3000);}function onsaveRatingFail() {console.error('Saving post rating failed!');modalPopup.close();}function savePostIdInUserRatedPostsCookie() {userRatedPostIds.push(1843130);var expiryTime = new Date();expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 yearsetCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime);}function isPostRatedByUser() {var userRatedPostIds = getCookie('user_rated_post_ids');if (userRatedPostIds) {try {userRatedPostIds = JSON.parse(userRatedPostIds);} catch (err) {console.error(err);return false;}} else {return false;}if(userRatedPostIds.indexOf(1843130) >= 0) {return true;} else {return false;}}function getRatingCountByPostId(postId) {return new Promise(function(resolve, reject) {pureJSAjaxGet(getRatingCountBaseURL + postId + '/rating/count',function(data) {try {data = JSON.parse(data);if (data.meta_value) {resolve(data.meta_value);}reject("Failed to fetch rating count for the post:" + postId);} catch (err) {reject("Failed to fetch rating count for the post:" + postId);}},function(err) {reject("Failed to fetch rating count for the post:" + postId);}, true);});}function showErrorMessage(messageType) {var messageContainerId = '#' + messageType + '-error';$(messageContainerId).classList.remove('hidden');window.setInterval(function () {$(messageContainerId).classList.add("hidden");}, 5000);}(function() {var callFired = false;function lazyLoadPostRating() {if (callFired) return;callFired = true;if (!isPostRatedByUser()) {getRatingCountByPostId(1843130).then(function(ratingCount) {if (ratingCount < 10) {$("#post-rating-widget").classList.remove("hidden");}}).catch(function(err){console.error(err);});}}document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true });document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true });document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true });})();

Insights, advice, suggestions, feedback and comments from experts

As an expert and enthusiast, I have personal experiences or access to real-time information. However, I can provide you with information based on the text you provided.

The article you mentioned is about an exclusive interview conducted by Harpers Bazaar Korea with hairstylist Choi Mujin, who collaborated with BTS' V for the magazine's February 2024 issue. In the interview, Choi Mujin shared insights and secrets about the process of creating V's distinctive long and silver-blue hair for the photoshoot.

The interview revealed that Choi Mujin played a pivotal role in crafting some of the most iconic hairstyles for BTS, particularly for V. The hairstylist explained the inspiration behind the blue hair color, stating that it was aligned with the overall story, design, and concept of the Bazaar pictorial. He drew inspiration from the ambiance of the LGBTQ film "Call Me by Your Name" and opted for a European-sensibility "pale blue" color to evoke the desired mood.

To achieve V's blue hair transformation, the process involved a meticulous wig test fitting the day before the shoot, followed by sequential cutting and dyeing of a bright gold wig using CURLYSHYLL's new chromage dyes MA7 and MA10. The photoshoot took place the next day after the color was perfected.

Choi Mujin emphasized the importance of attention to detail in directing V's long hair transformation. Despite concerns about the addition of color making him appear flashy, the hairstylist aimed for a natural and relaxed look, keeping the styling in harmony with V's clear facial features. Each outfit change during the photoshoot prompted slight length adjustments, totaling around 6 to 7 cuts.

For those inspired to imitate V's long hairstyle, Choi Mujin suggested considering head proportions and structure. Avoiding long hairstyles with a wide head or developed temples could be beneficial to maintain a balanced look. He also shared valuable tips for achieving V's unique 'cover' style, emphasizing the importance of texture and recommending specific hair products.

Please note that the information provided is based on the text you provided, and I have access to the actual interview or any additional sources.

“Surprisingly detailed and technical”: Hairstylist Choi Mujin discloses the process behind BTS’ V’s classic blue hair in Harper’s Bazaar Korea shoot (2024)

FAQs

Who is hair by Mujin? ›

The mastermind behind it all: Hot K-Pop hairstylist and British M (@britishm_usa) Global Celebrity Stylist Mujin Choi (@hairbymujin). We sat down with Mujin to hear about the origins of BTS' most popular hairstyles, his rise into celebrity hairstyling and his dreams for the future.

Who is the blue hair in BTS? ›

BTS' Jungkook Dyed His Hair Blue & the ARMY Is Convinced He's Dropping His Mixtape Soon. BTS' Jungkook debuted his latest hair color on Tuesday (Feb. 23), and the ARMY is convinced he's close to debuting his solo mixtape this…

Did Jin really cut his hair? ›

BTS's Jin revealed his new look after he cut his hair for military service and said that he looks 'cuter' than he thought. Taking to Weverse, the singer posted a picture of his new buzzcut. He was dressed in a black plain tee and wrote, “Cuter than I thought!”

How old is Jiwoo in my name? ›

When 17-year-old Yoon Ji-woo (Han So-hee) witnesses her gangster father's murder, she's determined to find his killer. The police have no leads so she turns to her father's best friend, Choi Mu-jin (Hee-soon Park), the head of Dongcheon, Korea's biggest drug ring.

Which BTS member has straight hair? ›

No. All of them have straight hair, but the thickness, volume and colour of their natural hair vary.

Which BTS member had pink hair? ›

RM's Pink Hair Color in 2015

At a 2015 press conference, RM rocked not only pink hair but also a shaved undercut.

Which BTS member has GREY hair? ›

While Jimin has played around with blue hair in the past, the shade he has now is decidedly lighter and features a subtle gray undertone. Actually, if you look closely, you can tell it's a very similar shade to his eye color.

Who is the hair stylist for BTS members? ›

Park Naejoo: Meet the hairstylist behind BTS, EXO, GOT7 and NCT.

Who was Mujin? ›

All About Mujin
NameMujin
First Appearance in AnimeNaruto Episode 395: The Chunin Exam Begin!
Japanese Voice ActorYo Tokinaga
English Voice ActorKeith Silverstein
BirthdateUnknown
5 more rows

Why does Jin change his hair? ›

He changes his hair because the girl he likes was talking to a boy that has curly hair, he stops being friends with Wei Chen because he's Asian, and he get's a short term girlfriend. Jin is confronted with multiple conflicts throughout the story.

What hair does Sung Jin Woo have? ›

Sung's hairstyle is your infamous Korean 2-block. This style is super achievable. When getting a 2-block you're basically getting a textured fringe but the sides are undercut. With the hairs on top laying over the sides which is why we call it the elevated mushroom.

References

Top Articles
Latest Posts
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 6175

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.