#B60FF8
A medium, vivid purple closely aligning with Darkviolet.
About #B60FF8
When working with digital screens, the color #B60FF8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(182, 15, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 27% Cyan, 94% Magenta, 0% Yellow, and 3% Black. The HSL representation is 283.0° hue, 94.3% saturation, and 51.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#B60FF8
RGB182, 15, 248
HSL283.0°, 94.3%, 51.6%
CMYK27%, 94%, 0%, 3%
HSV283.0°, 94.0%, 97.3%
LAB48.3, 85.8, -76.9
XYZ36.4, 17.1, 90.2
Decimal11931640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B60FF8;
}
.text-color {
color: #B60FF8;
}
.border-color {
border: 2px solid #B60FF8;
}