ADVERTISEMENT

BTS' Jimin, Kang Daniel, 2PM's Junho, BTS' V, Jin top brand reputation index for February

Published Feb 20, 2022 10:30 am

BTS’ Jimin, Kang Daniel, 2PM’s Junho, BTS’ V and BTS’ Jin topped the brand reputation index for individual K-pop boy band members for the month of February 2022.

The Korea Corporate Research Institute analyzed 117 million brand big data from 703 members of K-pop boy bands from Jan. 19 to Feb. 19, 2022, up by 3.12 percent from 113.48 million pieces of big data in January.

(Clockwise from top left) BTS’ Jimin, Kang Daniel, 2PM’s Junho, BTS’ V, BTS’ Jin and BTS' Jungkook (Big Hit Music, Instagram)

Their brand reputation index was based on consumer participation, media exposure, communication and community indices.

The brand reputation index aims to find out that consumers’ online habits have a great influence on brand consumption.

BTS’ Jimin topped the February 2022 ranking with a brand reputation index score of 7.25 million, up from his second-place score of 7.17 million in January.

Kang Daniel, former member of defunct boy band Wanna One, rose to second from third place with a score of 7.07 million, an increase of 31.98 percent from 5.35 million in January.

2PM’s Junho slid to third from first place, getting a brand reputation index score of 4.74 million, down by 36.15 percent from 7.42 million last month.

BTS’ V rose to fourth place from 10th last month with a score of 4.72 million, a rise by 61.48 percent from 2.92 million in January.

BTS’ Jin ranked fifth, getting a score of 4.52 million, a decrease of 11.17 percent from his fourth-place score of 5.09 million last month.

Here are the top 30 K-pop boy band members based on their brand reputation index scores in February 2022:

1. BTS' Jimin - 7,258,554

2. Wanna One's Kang Daniel - 7,071,135

3. 2PM's Junho - 4,741,167

4. BTS' V - 4,728,442

5. BTS' Jin - 4,522,702

6. BTS' Jungkook - 4,479,462

7. ASTRO's Cha Eun-woo - 4,165,748

8. BTS' Suga - 2,628,339

9. WINNER's Lee Seunghoon - 2,303,385

10. Super Junior's Heechul - 2,207,958

11.BTS' RM - 2,015,656

12. Big Bang's G-Dragon - 1,999,734

13. Super Junior's Kyuhyun - 1,995,220

14.Super Junior's Siwon - 1,748,760

15. Winner’s Song Mino - 1,673,016

16. BTS' J-Hope - 1,671,905

17. Wanna One's Kim Jae-hwan - 1,599,322

18. Wanna One's Park Ji-hoon - 1,582,712

19. 2PM's Chansung - 1,537,541

20. NCT's Jaehyun - 1,406,662

21. SHINee's Key - 1,323,414

22. NCT's Mark - 1,262,643

23. Wanna One's Ong Seong-wu - 1,215,086

24. NCT's Jungwoo - 1,178,643

25. UP10TION's Kim Woo-seok - 1,171,026

26. Wanna One's Ha Sung-woon - 1,169,303

27. WINNER's Kang Seung-yoon - 1,161,735

28. SHINee's Minho - 1,120,941

29. TVXQ's Changmin - 1,015,259

30. SF9's Rowoon - 1,008,489

Related Tags

Super Junior bts Big Bang Kang Daniel ASTRO BTS V Cha Eun-woo BTS Jin 2PM Junho Jimin BTS Jungkook
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.