Shades of Medium Orchid #B871D9
Tints of Medium Orchid #B871D9
RGB
CMYK
RGB Variations
Color information
#B871D9 (or 0xB871D9) is known color: Medium Orchid. HEX triplet: B8, 71 and D9. RGB value is (184,113,217). Sum of RGB (Red+Green+Blue) = 184+113+217=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #B871D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871D9 is #478E26. Grayscale: #919191. Windows color (decimal): -4689447 or 14250424. OLE color: 14250424.
HSL color Cylindrical-coordinate representation of color #B871D9: hue angle of 280.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B871D9 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 113 | 217 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.15 |
| HSL | 280.96º | 0.58% | 0.65% | - |
| HSV(B) | 280.96º | 0.48% | 0.85% | - |
| XYZ | 38.2 | 27.01 | 68.85 | - |
| YUV | 146.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 217 | 0.15 | 0.48 | 0 | 0.15 | 280.96 | 0.58 | 0.65 |
| Hex | B8 | 71 | D9 | F | 30 | 0 | F | 119 | 3A | 41 |
| Octal | 270 | 161 | 331 | 17 | 60 | 0 | 17 | 431 | 72 | 101 |
| Binary | 10111000 | 1110001 | 11011001 | 1111 | 110000 | 0 | 1111 | 100011001 | 111010 | 1000001 |
Color Harmonies of #B871D9
Complementary color
Monochromatic Colors of #B871D9
Black with #B871D9
Text Example
Text Example
White with #B871D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871D9; }
p { color: rgb(184,113,217); }
H1.HeaderClassName
{
color: #B871D9;
}
.AnyTagClassName
{
color: #B871D9;
}
</style>
background-color css
<style>
a { background-color: #B871D9; }
a { background-color: rgb(184,113,217); }
div.DivClassName
{
background-color: #B871D9;
}
.BgClassName
{
background-color: #B871D9;
}
</style>
border-color css
<style>
span { border-color: #B871D9; }
span { border-color: rgb(184,113,217); }
td.TdClassName
{
border-color: #B871D9;
}
.TagClassName
{
border-color: #B871D9;
}
</style>