#BD92FF
A light, vivid purple closely aligning with Mediumpurple.
About #BD92FF
Visually, #BD92FF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 189 red, 146 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 26% cyan and 43% magenta inks. 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 #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD92FF
RGB189, 146, 255
HSL263.7°, 100.0%, 78.6%
CMYK26%, 43%, 0%, 0%
HSV263.7°, 42.7%, 100.0%
LAB68.5, 37.7, -48.4
XYZ49.3, 38.6, 99.5
Decimal12423935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.72:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BD92FF;
}
.text-color {
color: #BD92FF;
}
.border-color {
border: 2px solid #BD92FF;
}