Shades of Medium Orchid #B96CE1
Tints of Medium Orchid #B96CE1
RGB
CMYK
RGB Variations
Color information
#B96CE1 (or 0xB96CE1) is known color: Medium Orchid. HEX triplet: B9, 6C and E1. RGB value is (185,108,225). Sum of RGB (Red+Green+Blue) = 185+108+225=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #B96CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CE1 is #46931E. Grayscale: #8F8F8F. Windows color (decimal): -4625183 or 14773433. OLE color: 14773433.
HSL color Cylindrical-coordinate representation of color #B96CE1: hue angle of 279.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96CE1 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 108 | 225 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.12 |
| HSL | 279.49º | 0.66% | 0.65% | - |
| HSV(B) | 279.49º | 0.52% | 0.88% | - |
| XYZ | 38.96 | 26.48 | 74.29 | - |
| YUV | 144.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 225 | 0.18 | 0.52 | 0 | 0.12 | 279.49 | 0.66 | 0.65 |
| Hex | B9 | 6C | E1 | 12 | 34 | 0 | C | 117 | 42 | 41 |
| Octal | 271 | 154 | 341 | 22 | 64 | 0 | 14 | 427 | 102 | 101 |
| Binary | 10111001 | 1101100 | 11100001 | 10010 | 110100 | 0 | 1100 | 100010111 | 1000010 | 1000001 |
Color Harmonies of #B96CE1
Complementary color
Monochromatic Colors of #B96CE1
Black with #B96CE1
Text Example
Text Example
White with #B96CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CE1; }
p { color: rgb(185,108,225); }
H1.HeaderClassName
{
color: #B96CE1;
}
.AnyTagClassName
{
color: #B96CE1;
}
</style>
background-color css
<style>
a { background-color: #B96CE1; }
a { background-color: rgb(185,108,225); }
div.DivClassName
{
background-color: #B96CE1;
}
.BgClassName
{
background-color: #B96CE1;
}
</style>
border-color css
<style>
span { border-color: #B96CE1; }
span { border-color: rgb(185,108,225); }
td.TdClassName
{
border-color: #B96CE1;
}
.TagClassName
{
border-color: #B96CE1;
}
</style>