Shades of Medium Orchid #B96ECC
Tints of Medium Orchid #B96ECC
RGB
CMYK
RGB Variations
Color information
#B96ECC (or 0xB96ECC) is known color: Medium Orchid. HEX triplet: B9, 6E and CC. RGB value is (185,110,204). Sum of RGB (Red+Green+Blue) = 185+110+204=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B96ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ECC is #469133. Grayscale: #8E8E8E. Windows color (decimal): -4624692 or 13397689. OLE color: 13397689.
HSL color Cylindrical-coordinate representation of color #B96ECC: hue angle of 287.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96ECC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 110 | 204 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.2 |
| HSL | 287.87º | 0.48% | 0.62% | - |
| HSV(B) | 287.87º | 0.46% | 0.8% | - |
| XYZ | 36.48 | 25.83 | 60.19 | - |
| YUV | 143.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 204 | 0.09 | 0.46 | 0 | 0.2 | 287.87 | 0.48 | 0.62 |
| Hex | B9 | 6E | CC | 9 | 2E | 0 | 14 | 120 | 30 | 3E |
| Octal | 271 | 156 | 314 | 11 | 56 | 0 | 24 | 440 | 60 | 76 |
| Binary | 10111001 | 1101110 | 11001100 | 1001 | 101110 | 0 | 10100 | 100100000 | 110000 | 111110 |
Color Harmonies of #B96ECC
Complementary color
Monochromatic Colors of #B96ECC
Black with #B96ECC
Text Example
Text Example
White with #B96ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96ECC; }
p { color: rgb(185,110,204); }
H1.HeaderClassName
{
color: #B96ECC;
}
.AnyTagClassName
{
color: #B96ECC;
}
</style>
background-color css
<style>
a { background-color: #B96ECC; }
a { background-color: rgb(185,110,204); }
div.DivClassName
{
background-color: #B96ECC;
}
.BgClassName
{
background-color: #B96ECC;
}
</style>
border-color css
<style>
span { border-color: #B96ECC; }
span { border-color: rgb(185,110,204); }
td.TdClassName
{
border-color: #B96ECC;
}
.TagClassName
{
border-color: #B96ECC;
}
</style>