#B60FDB
A medium, vivid magenta closely aligning with Darkviolet.
About #B60FDB
Visually, #B60FDB is defined as a vivid magenta. It is closely associated with the named CSS color Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 15, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 17% Cyan, 93% Magenta, 0% Yellow, and 14% Black. With a hue angle of 289.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B60FDB
RGB182, 15, 219
HSL289.1°, 87.2%, 45.9%
CMYK17%, 93%, 0%, 14%
HSV289.1°, 93.2%, 85.9%
LAB46.2, 80.7, -64.0
XYZ32.2, 15.4, 68.3
Decimal11931611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B60FDB;
}
.text-color {
color: #B60FDB;
}
.border-color {
border: 2px solid #B60FDB;
}