#B607F0
A medium, vivid magenta closely aligning with Darkviolet.
About #B607F0
Visually, #B607F0 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, 240).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 24% cyan, 97% magenta, 0% yellow, and 6% black. With a hue angle of 285.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B607F0
RGB182, 7, 240
HSL285.1°, 94.3%, 48.4%
CMYK24%, 97%, 0%, 6%
HSV285.1°, 97.1%, 94.1%
LAB47.5, 85.1, -73.8
XYZ35.1, 16.4, 83.8
Decimal11929584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.91:1
Text on #FFFFFF
AA
4.28:1
Text on #000000
AA Large
4.69:1
Text on #F8FAFC
AA
3.64:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B607F0;
}
.text-color {
color: #B607F0;
}
.border-color {
border: 2px solid #B607F0;
}