#B607FF
A medium, vivid purple closely aligning with Darkviolet.
About #B607FF
At its core, #B607FF is a medium and vivid hue. It is closely associated with the named CSS color Darkviolet. In the RGB color space, it consists of 182 red, 7 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 29% cyan, 97% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B607FF
RGB182, 7, 255
HSL282.3°, 100.0%, 51.4%
CMYK29%, 97%, 0%, 0%
HSV282.3°, 97.3%, 100.0%
LAB48.7, 87.8, -80.3
XYZ37.4, 17.3, 96.0
Decimal11929599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA Large
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B607FF;
}
.text-color {
color: #B607FF;
}
.border-color {
border: 2px solid #B607FF;
}