#B6337C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #B6337C
The hex code #B6337C represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(182, 51, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 72% Magenta, 32% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6337C
RGB182, 51, 124
HSL326.6°, 56.2%, 45.7%
CMYK0%, 72%, 32%, 29%
HSV326.6°, 72.0%, 71.4%
LAB43.9, 58.3, -11.3
XYZ24.1, 13.8, 20.5
Decimal11940732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6337C;
}
.text-color {
color: #B6337C;
}
.border-color {
border: 2px solid #B6337C;
}