Shades of Medium Orchid #B96BCB
Tints of Medium Orchid #B96BCB
RGB
CMYK
RGB Variations
Color information
#B96BCB (or 0xB96BCB) is known color: Medium Orchid. HEX triplet: B9, 6B and CB. RGB value is (185,107,203). Sum of RGB (Red+Green+Blue) = 185+107+203=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #B96BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BCB is #469434. Grayscale: #8C8C8C. Windows color (decimal): -4625461 or 13331385. OLE color: 13331385.
HSL color Cylindrical-coordinate representation of color #B96BCB: hue angle of 288.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96BCB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 107 | 203 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.20 |
| HSL | 288.75º | 0.48% | 0.61% | - |
| HSV(B) | 288.75º | 0.47% | 0.8% | - |
| XYZ | 36.04 | 25.14 | 59.45 | - |
| YUV | 141.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 203 | 0.09 | 0.47 | 0 | 0.20 | 288.75 | 0.48 | 0.61 |
| Hex | B9 | 6B | CB | 9 | 2F | 0 | 14 | 121 | 30 | 3D |
| Octal | 271 | 153 | 313 | 11 | 57 | 0 | 24 | 441 | 60 | 75 |
| Binary | 10111001 | 1101011 | 11001011 | 1001 | 101111 | 0 | 10100 | 100100001 | 110000 | 111101 |
Color Harmonies of #B96BCB
Complementary color
Monochromatic Colors of #B96BCB
Black with #B96BCB
Text Example
Text Example
White with #B96BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BCB; }
p { color: rgb(185,107,203); }
H1.HeaderClassName
{
color: #B96BCB;
}
.AnyTagClassName
{
color: #B96BCB;
}
</style>
background-color css
<style>
a { background-color: #B96BCB; }
a { background-color: rgb(185,107,203); }
div.DivClassName
{
background-color: #B96BCB;
}
.BgClassName
{
background-color: #B96BCB;
}
</style>
border-color css
<style>
span { border-color: #B96BCB; }
span { border-color: rgb(185,107,203); }
td.TdClassName
{
border-color: #B96BCB;
}
.TagClassName
{
border-color: #B96BCB;
}
</style>