Shades of Medium Orchid #B96CCB
Tints of Medium Orchid #B96CCB
RGB
CMYK
RGB Variations
Color information
#B96CCB (or 0xB96CCB) is known color: Medium Orchid. HEX triplet: B9, 6C and CB. RGB value is (185,108,203). Sum of RGB (Red+Green+Blue) = 185+108+203=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B96CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CCB is #469334. Grayscale: #8D8D8D. Windows color (decimal): -4625205 or 13331641. OLE color: 13331641.
HSL color Cylindrical-coordinate representation of color #B96CCB: hue angle of 288.63º 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 #B96CCB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 108 | 203 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.20 |
| HSL | 288.63º | 0.48% | 0.61% | - |
| HSV(B) | 288.63º | 0.47% | 0.8% | - |
| XYZ | 36.15 | 25.35 | 59.49 | - |
| YUV | 141.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 203 | 0.09 | 0.47 | 0 | 0.20 | 288.63 | 0.48 | 0.61 |
| Hex | B9 | 6C | CB | 9 | 2F | 0 | 14 | 121 | 30 | 3D |
| Octal | 271 | 154 | 313 | 11 | 57 | 0 | 24 | 441 | 60 | 75 |
| Binary | 10111001 | 1101100 | 11001011 | 1001 | 101111 | 0 | 10100 | 100100001 | 110000 | 111101 |
Color Harmonies of #B96CCB
Complementary color
Monochromatic Colors of #B96CCB
Black with #B96CCB
Text Example
Text Example
White with #B96CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CCB; }
p { color: rgb(185,108,203); }
H1.HeaderClassName
{
color: #B96CCB;
}
.AnyTagClassName
{
color: #B96CCB;
}
</style>
background-color css
<style>
a { background-color: #B96CCB; }
a { background-color: rgb(185,108,203); }
div.DivClassName
{
background-color: #B96CCB;
}
.BgClassName
{
background-color: #B96CCB;
}
</style>
border-color css
<style>
span { border-color: #B96CCB; }
span { border-color: rgb(185,108,203); }
td.TdClassName
{
border-color: #B96CCB;
}
.TagClassName
{
border-color: #B96CCB;
}
</style>