Shades of Medium Orchid #B96BE1
Tints of Medium Orchid #B96BE1
RGB
CMYK
RGB Variations
Color information
#B96BE1 (or 0xB96BE1) is known color: Medium Orchid. HEX triplet: B9, 6B and E1. RGB value is (185,107,225). Sum of RGB (Red+Green+Blue) = 185+107+225=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #B96BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BE1 is #46941E. Grayscale: #8F8F8F. Windows color (decimal): -4625439 or 14773177. OLE color: 14773177.
HSL color Cylindrical-coordinate representation of color #B96BE1: hue angle of 279.66º 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 #B96BE1 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 107 | 225 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.12 |
| HSL | 279.66º | 0.66% | 0.65% | - |
| HSV(B) | 279.66º | 0.52% | 0.88% | - |
| XYZ | 38.86 | 26.27 | 74.26 | - |
| YUV | 143.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 225 | 0.18 | 0.52 | 0 | 0.12 | 279.66 | 0.66 | 0.65 |
| Hex | B9 | 6B | E1 | 12 | 34 | 0 | C | 118 | 42 | 41 |
| Octal | 271 | 153 | 341 | 22 | 64 | 0 | 14 | 430 | 102 | 101 |
| Binary | 10111001 | 1101011 | 11100001 | 10010 | 110100 | 0 | 1100 | 100011000 | 1000010 | 1000001 |
Color Harmonies of #B96BE1
Complementary color
Monochromatic Colors of #B96BE1
Black with #B96BE1
Text Example
Text Example
White with #B96BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BE1; }
p { color: rgb(185,107,225); }
H1.HeaderClassName
{
color: #B96BE1;
}
.AnyTagClassName
{
color: #B96BE1;
}
</style>
background-color css
<style>
a { background-color: #B96BE1; }
a { background-color: rgb(185,107,225); }
div.DivClassName
{
background-color: #B96BE1;
}
.BgClassName
{
background-color: #B96BE1;
}
</style>
border-color css
<style>
span { border-color: #B96BE1; }
span { border-color: rgb(185,107,225); }
td.TdClassName
{
border-color: #B96BE1;
}
.TagClassName
{
border-color: #B96BE1;
}
</style>