#B6577C
A medium, moderate magenta closely aligning with Palevioletred.
About #B6577C
When working with digital screens, the color #B6577C is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. Its digital footprint relies on 182 parts red, 87 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 52% M, 32% Y, and 29% K. With a hue angle of 336.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6577C
RGB182, 87, 124
HSL336.6°, 39.4%, 52.7%
CMYK0%, 52%, 32%, 29%
HSV336.6°, 52.2%, 71.4%
LAB49.8, 42.5, -2.5
XYZ26.3, 18.2, 21.2
Decimal11949948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6577C;
}
.text-color {
color: #B6577C;
}
.border-color {
border: 2px solid #B6577C;
}