Shades of Medium Orchid #B96ED1
Tints of Medium Orchid #B96ED1
RGB
CMYK
RGB Variations
Color information
#B96ED1 (or 0xB96ED1) is known color: Medium Orchid. HEX triplet: B9, 6E and D1. RGB value is (185,110,209). Sum of RGB (Red+Green+Blue) = 185+110+209=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #B96ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ED1 is #46912E. Grayscale: #8F8F8F. Windows color (decimal): -4624687 or 13725369. OLE color: 13725369.
HSL color Cylindrical-coordinate representation of color #B96ED1: hue angle of 285.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96ED1 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 110 | 209 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.18 |
| HSL | 285.45º | 0.52% | 0.63% | - |
| HSV(B) | 285.45º | 0.47% | 0.82% | - |
| XYZ | 37.09 | 26.07 | 63.4 | - |
| YUV | 143.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 209 | 0.11 | 0.47 | 0 | 0.18 | 285.45 | 0.52 | 0.63 |
| Hex | B9 | 6E | D1 | B | 2F | 0 | 12 | 11D | 34 | 3F |
| Octal | 271 | 156 | 321 | 13 | 57 | 0 | 22 | 435 | 64 | 77 |
| Binary | 10111001 | 1101110 | 11010001 | 1011 | 101111 | 0 | 10010 | 100011101 | 110100 | 111111 |
Color Harmonies of #B96ED1
Complementary color
Monochromatic Colors of #B96ED1
Black with #B96ED1
Text Example
Text Example
White with #B96ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96ED1; }
p { color: rgb(185,110,209); }
H1.HeaderClassName
{
color: #B96ED1;
}
.AnyTagClassName
{
color: #B96ED1;
}
</style>
background-color css
<style>
a { background-color: #B96ED1; }
a { background-color: rgb(185,110,209); }
div.DivClassName
{
background-color: #B96ED1;
}
.BgClassName
{
background-color: #B96ED1;
}
</style>
border-color css
<style>
span { border-color: #B96ED1; }
span { border-color: rgb(185,110,209); }
td.TdClassName
{
border-color: #B96ED1;
}
.TagClassName
{
border-color: #B96ED1;
}
</style>