Shades of Medium Orchid #B96FCB
Tints of Medium Orchid #B96FCB
RGB
CMYK
RGB Variations
Color information
#B96FCB (or 0xB96FCB) is known color: Medium Orchid. HEX triplet: B9, 6F and CB. RGB value is (185,111,203). Sum of RGB (Red+Green+Blue) = 185+111+203=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #B96FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FCB is #469034. Grayscale: #8F8F8F. Windows color (decimal): -4624437 or 13332409. OLE color: 13332409.
HSL color Cylindrical-coordinate representation of color #B96FCB: hue angle of 288.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96FCB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 111 | 203 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.20 |
| HSL | 288.26º | 0.47% | 0.62% | - |
| HSV(B) | 288.26º | 0.45% | 0.8% | - |
| XYZ | 36.47 | 25.99 | 59.6 | - |
| YUV | 143.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 203 | 0.09 | 0.45 | 0 | 0.20 | 288.26 | 0.47 | 0.62 |
| Hex | B9 | 6F | CB | 9 | 2D | 0 | 14 | 120 | 2F | 3E |
| Octal | 271 | 157 | 313 | 11 | 55 | 0 | 24 | 440 | 57 | 76 |
| Binary | 10111001 | 1101111 | 11001011 | 1001 | 101101 | 0 | 10100 | 100100000 | 101111 | 111110 |
Color Harmonies of #B96FCB
Complementary color
Monochromatic Colors of #B96FCB
Black with #B96FCB
Text Example
Text Example
White with #B96FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FCB; }
p { color: rgb(185,111,203); }
H1.HeaderClassName
{
color: #B96FCB;
}
.AnyTagClassName
{
color: #B96FCB;
}
</style>
background-color css
<style>
a { background-color: #B96FCB; }
a { background-color: rgb(185,111,203); }
div.DivClassName
{
background-color: #B96FCB;
}
.BgClassName
{
background-color: #B96FCB;
}
</style>
border-color css
<style>
span { border-color: #B96FCB; }
span { border-color: rgb(185,111,203); }
td.TdClassName
{
border-color: #B96FCB;
}
.TagClassName
{
border-color: #B96FCB;
}
</style>