ADVERTISEMENT

BLACKPINK's Jennie, Jisoo, Red Velvet's Joy lead girl group member rankings

Published Aug 23, 2021 11:11 am
(Clockwise from top left) BLACKPINK’s Jennie and Jisoo, Red Velvet’s Joy, aespa's Karina Red Velvet's Irene and aespa’s Winter (Instagram) 

BLACKPINK’s Jennie and Jisoo, Red Velvet’s Joy, aespa's Karina and Red Velvet's Irene grabbed the first five places in the brand reputation index for individual K-pop girl group members in August.

According to the Korea Corporate Research Institute, 86.31 million pieces of big data from 540 members of K-pop girl groups from July 22 to Aug. 22 were analyzed, down by 25.42 percent from 115.73 million in July .

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

BLACKPINK’s Jennie rose to first from second place, getting a brand reputation score of 3.74 million, up by 3.68 percent from 3.61 million in July.

BLACKPINK’s Jisoo climbed to second place from 13th last month with a score of 2.77 million, an increase of 31.92 percent from 2.1 million.

Red Velvet’s Joy rose to third from fourth place, garnering 2.57 million in August, down by 21.56 percent from 3.27 last month.

Aespa’s Karina fell to fourth from first place last month with a score of 2.34 million, a decrease of 35.85 percent from 3.64 million in July.

Red Velvet’s Irene is in fifth place with a score of 2.05 million, rising by 124.88 percent from 915,209 last month.

Here are the top 30 K-pop girl group members based on the individual brand reputation rankings in August 2021:

  1. BLACKPINK's Jennie - 3,746,842
  2. BLACKPINK's Jisoo - 2,775,397
  3. Red Velvet's Joy - 2,572,534
  4. aespa's Karina - 2,340,167
  5. Red Velvet's Irene - 2,058,099
  6. aespa's Winter - 2,009,500
  7. Red Velvet's Wendy - 1,923,069
  8. Girls' Generation's - Taeyeon 1,857,220
  9. Girls' Generation's Yoona - 1,633,551
  10. Mamamoo's Solar - 1,592,855
  11. aespa's Giselle - 1,562,592
  12. BLACKPINK's Rose - 1,510,253
  13. Red Velvet's Yeri - 1,500,865
  14. Oh My Girl's Arin - 1,490,346
  15. Brave Girls' Yujeong - 1,453,913
  16. TWICE's Nayeon - 1,374,029
  17. Red Velvet's Seulgi - 1,368,131
  18. TWICE's Jeongyeon - 1,358,050
  19. Girls' Generation's Sooyoung - 1,347,054
  20. Apink's Naeun - 1,292,300
  21. TWICE's Mina - 1,268,117
  22. Girls' Generation's Hyoyeon - 1,218,598
  23. Girls' Generation's Yuri - 1,207,893
  24. Loona's Chuu - 1,153,217
  25. aespa's Ningning - 1,141,690
  26. Brave Girls' Yuna - 1,104,758
  27. Girl's Day's Hyeri - 1,095,894
  28. Girls' Generation's Seohyun - 1,091,884
  29. Oh My Girl's YooA - 1,086,828
  30. Mamamoo's Hwasa - 1,074,348
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.