#B65FDB
A light, moderate purple closely aligning with Mediumorchid.
About #B65FDB
When working with digital screens, the color #B65FDB is rendered by mixing light. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(182, 95, 219).
Translating this color to physical media requires the CMYK color model. The color uses 17% Cyan, 57% Magenta, 0% Yellow, and 14% Black. The HSL representation is 282.1° hue, 63.3% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#B65FDB
RGB182, 95, 219
HSL282.1°, 63.3%, 61.6%
CMYK17%, 57%, 0%, 14%
HSV282.1°, 56.6%, 85.9%
LAB55.3, 54.9, -49.3
XYZ36.2, 23.2, 69.6
Decimal11952091
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.65:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B65FDB;
}
.text-color {
color: #B65FDB;
}
.border-color {
border: 2px solid #B65FDB;
}