#BD33FF
A light, vivid purple closely aligning with Darkviolet.
About #BD33FF
Visually, #BD33FF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 51, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 26% Cyan, 80% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD33FF
RGB189, 51, 255
HSL280.6°, 100.0%, 60.0%
CMYK26%, 80%, 0%, 0%
HSV280.6°, 80.0%, 100.0%
LAB52.3, 81.0, -74.3
XYZ40.2, 20.4, 96.4
Decimal12399615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD33FF;
}
.text-color {
color: #BD33FF;
}
.border-color {
border: 2px solid #BD33FF;
}