Shades of Medium Orchid #B96EE5
Tints of Medium Orchid #B96EE5
RGB
CMYK
RGB Variations
Color information
#B96EE5 (or 0xB96EE5) is known color: Medium Orchid. HEX triplet: B9, 6E and E5. RGB value is (185,110,229). Sum of RGB (Red+Green+Blue) = 185+110+229=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #B96EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EE5 is #46911A. Grayscale: #919191. Windows color (decimal): -4624667 or 15036089. OLE color: 15036089.
HSL color Cylindrical-coordinate representation of color #B96EE5: hue angle of 277.82º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96EE5 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 110 | 229 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.10 |
| HSL | 277.82º | 0.7% | 0.66% | - |
| HSV(B) | 277.82º | 0.52% | 0.9% | - |
| XYZ | 39.73 | 27.12 | 77.27 | - |
| YUV | 145.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 229 | 0.19 | 0.52 | 0 | 0.10 | 277.82 | 0.7 | 0.66 |
| Hex | B9 | 6E | E5 | 13 | 34 | 0 | A | 116 | 46 | 42 |
| Octal | 271 | 156 | 345 | 23 | 64 | 0 | 12 | 426 | 106 | 102 |
| Binary | 10111001 | 1101110 | 11100101 | 10011 | 110100 | 0 | 1010 | 100010110 | 1000110 | 1000010 |
Color Harmonies of #B96EE5
Complementary color
Monochromatic Colors of #B96EE5
Black with #B96EE5
Text Example
Text Example
White with #B96EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EE5; }
p { color: rgb(185,110,229); }
H1.HeaderClassName
{
color: #B96EE5;
}
.AnyTagClassName
{
color: #B96EE5;
}
</style>
background-color css
<style>
a { background-color: #B96EE5; }
a { background-color: rgb(185,110,229); }
div.DivClassName
{
background-color: #B96EE5;
}
.BgClassName
{
background-color: #B96EE5;
}
</style>
border-color css
<style>
span { border-color: #B96EE5; }
span { border-color: rgb(185,110,229); }
td.TdClassName
{
border-color: #B96EE5;
}
.TagClassName
{
border-color: #B96EE5;
}
</style>