Shades of Medium Orchid #B96CCC
Tints of Medium Orchid #B96CCC
RGB
CMYK
RGB Variations
Color information
#B96CCC (or 0xB96CCC) is known color: Medium Orchid. HEX triplet: B9, 6C and CC. RGB value is (185,108,204). Sum of RGB (Red+Green+Blue) = 185+108+204=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #B96CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CCC is #469333. Grayscale: #8D8D8D. Windows color (decimal): -4625204 or 13397177. OLE color: 13397177.
HSL color Cylindrical-coordinate representation of color #B96CCC: hue angle of 288.12º 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 #B96CCC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 108 | 204 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.2 |
| HSL | 288.13º | 0.48% | 0.61% | - |
| HSV(B) | 288.13º | 0.47% | 0.8% | - |
| XYZ | 36.27 | 25.4 | 60.12 | - |
| YUV | 141.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 204 | 0.09 | 0.47 | 0 | 0.2 | 288.13 | 0.48 | 0.61 |
| Hex | B9 | 6C | CC | 9 | 2F | 0 | 14 | 120 | 30 | 3D |
| Octal | 271 | 154 | 314 | 11 | 57 | 0 | 24 | 440 | 60 | 75 |
| Binary | 10111001 | 1101100 | 11001100 | 1001 | 101111 | 0 | 10100 | 100100000 | 110000 | 111101 |
Color Harmonies of #B96CCC
Complementary color
Monochromatic Colors of #B96CCC
Black with #B96CCC
Text Example
Text Example
White with #B96CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CCC; }
p { color: rgb(185,108,204); }
H1.HeaderClassName
{
color: #B96CCC;
}
.AnyTagClassName
{
color: #B96CCC;
}
</style>
background-color css
<style>
a { background-color: #B96CCC; }
a { background-color: rgb(185,108,204); }
div.DivClassName
{
background-color: #B96CCC;
}
.BgClassName
{
background-color: #B96CCC;
}
</style>
border-color css
<style>
span { border-color: #B96CCC; }
span { border-color: rgb(185,108,204); }
td.TdClassName
{
border-color: #B96CCC;
}
.TagClassName
{
border-color: #B96CCC;
}
</style>