#B65FBD
A medium, moderate magenta closely aligning with Orchid.
About #B65FBD
Visually, #B65FBD is defined as a moderate magenta. Its closest recognized web color is Orchid. Its digital footprint relies on 182 parts red, 95 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 4% cyan, 50% magenta, 0% yellow, and 26% black. The HSL representation is 295.5° hue, 41.6% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65FBD
RGB182, 95, 189
HSL295.5°, 41.6%, 55.7%
CMYK4%, 50%, 0%, 26%
HSV295.5°, 49.7%, 74.1%
LAB53.8, 48.9, -34.6
XYZ32.6, 21.8, 50.6
Decimal11952061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.36:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B65FBD;
}
.text-color {
color: #B65FBD;
}
.border-color {
border: 2px solid #B65FBD;
}