#B60FE2
A medium, vivid magenta closely aligning with Darkviolet.
About #B60FE2
Visually, #B60FE2 is defined as a vivid magenta. It is closely associated with the named CSS color Darkviolet. In the RGB color space, it consists of 182 red, 15 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 19% cyan, 93% magenta, 0% yellow, and 11% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B60FE2
RGB182, 15, 226
HSL287.5°, 87.6%, 47.3%
CMYK19%, 93%, 0%, 11%
HSV287.5°, 93.4%, 88.6%
LAB46.7, 81.9, -67.2
XYZ33.2, 15.8, 73.2
Decimal11931618
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B60FE2;
}
.text-color {
color: #B60FE2;
}
.border-color {
border: 2px solid #B60FE2;
}