#B61DF0
A medium, vivid purple closely aligning with Darkviolet.
About #B61DF0
Visually, #B61DF0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 182 red, 29 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 24% cyan, 88% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B61DF0
RGB182, 29, 240
HSL283.5°, 87.6%, 52.7%
CMYK24%, 88%, 0%, 6%
HSV283.5°, 87.9%, 94.1%
LAB48.4, 82.3, -72.3
XYZ35.5, 17.1, 83.9
Decimal11935216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.75:1
Text on #FFFFFF
AA
4.42:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B61DF0;
}
.text-color {
color: #B61DF0;
}
.border-color {
border: 2px solid #B61DF0;
}