#B607E2
A medium, vivid magenta closely aligning with Darkviolet.
About #B607E2
Visually, #B607E2 is defined as a vivid magenta. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(182, 7, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 97% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#B607E2
RGB182, 7, 226
HSL287.9°, 94.0%, 45.7%
CMYK19%, 97%, 0%, 11%
HSV287.9°, 96.9%, 88.6%
LAB46.4, 82.7, -67.6
XYZ33.1, 15.6, 73.2
Decimal11929570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.12:1
Text on #000000
AA Large
4.87:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B607E2;
}
.text-color {
color: #B607E2;
}
.border-color {
border: 2px solid #B607E2;
}