#B60FF0
A medium, vivid purple closely aligning with Darkviolet.
About #B60FF0
Visually, #B60FF0 is defined as a vivid purple. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(182, 15, 240).
Translating this color to physical media requires the CMYK color model. The color uses 24% Cyan, 94% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B60FF0
RGB182, 15, 240
HSL284.5°, 88.2%, 50.0%
CMYK24%, 94%, 0%, 6%
HSV284.5°, 93.8%, 94.1%
LAB47.7, 84.4, -73.4
XYZ35.2, 16.6, 83.8
Decimal11931632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.32:1
Text on #000000
AA Large
4.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B60FF0;
}
.text-color {
color: #B60FF0;
}
.border-color {
border: 2px solid #B60FF0;
}