#B60F7C
A dark, vivid magenta closely aligning with Mediumvioletred.
About #B60F7C
At its core, #B60F7C is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 182 parts red, 15 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 92% Magenta, 32% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B60F7C
RGB182, 15, 124
HSL320.8°, 84.8%, 38.6%
CMYK0%, 92%, 32%, 29%
HSV320.8°, 91.8%, 71.4%
LAB40.8, 67.2, -16.0
XYZ23.1, 11.7, 20.1
Decimal11931516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.27:1
Text on #FFFFFF
AA
3.35:1
Text on #000000
AA Large
5.99:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F7C;
}
.text-color {
color: #B60F7C;
}
.border-color {
border: 2px solid #B60F7C;
}