Shades of Medium Orchid #B96EE9
Tints of Medium Orchid #B96EE9
RGB
CMYK
RGB Variations
Color information
#B96EE9 (or 0xB96EE9) is known color: Medium Orchid. HEX triplet: B9, 6E and E9. RGB value is (185,110,233). Sum of RGB (Red+Green+Blue) = 185+110+233=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #B96EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EE9 is #469116. Grayscale: #929292. Windows color (decimal): -4624663 or 15298233. OLE color: 15298233.
HSL color Cylindrical-coordinate representation of color #B96EE9: hue angle of 276.59º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B96EE9 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 110 | 233 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.09 |
| HSL | 276.59º | 0.74% | 0.67% | - |
| HSV(B) | 276.59º | 0.53% | 0.91% | - |
| XYZ | 40.29 | 27.35 | 80.25 | - |
| YUV | 146.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 233 | 0.21 | 0.53 | 0 | 0.09 | 276.59 | 0.74 | 0.67 |
| Hex | B9 | 6E | E9 | 15 | 35 | 0 | 9 | 115 | 4A | 43 |
| Octal | 271 | 156 | 351 | 25 | 65 | 0 | 11 | 425 | 112 | 103 |
| Binary | 10111001 | 1101110 | 11101001 | 10101 | 110101 | 0 | 1001 | 100010101 | 1001010 | 1000011 |
Color Harmonies of #B96EE9
Complementary color
Monochromatic Colors of #B96EE9
Black with #B96EE9
Text Example
Text Example
White with #B96EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EE9; }
p { color: rgb(185,110,233); }
H1.HeaderClassName
{
color: #B96EE9;
}
.AnyTagClassName
{
color: #B96EE9;
}
</style>
background-color css
<style>
a { background-color: #B96EE9; }
a { background-color: rgb(185,110,233); }
div.DivClassName
{
background-color: #B96EE9;
}
.BgClassName
{
background-color: #B96EE9;
}
</style>
border-color css
<style>
span { border-color: #B96EE9; }
span { border-color: rgb(185,110,233); }
td.TdClassName
{
border-color: #B96EE9;
}
.TagClassName
{
border-color: #B96EE9;
}
</style>