#B633E2
A medium, vivid purple closely aligning with Darkorchid.
About #B633E2
The precise color #B633E2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(182, 51, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 77% M, 0% Y, and 11% K. The HSL representation is 284.9° hue, 75.1% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B633E2
RGB182, 51, 226
HSL284.9°, 75.1%, 54.3%
CMYK19%, 77%, 0%, 11%
HSV284.9°, 77.4%, 88.6%
LAB49.3, 74.4, -63.0
XYZ34.2, 17.8, 73.6
Decimal11940834
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B633E2;
}
.text-color {
color: #B633E2;
}
.border-color {
border: 2px solid #B633E2;
}