Shades of Medium Orchid #B96EE2
Tints of Medium Orchid #B96EE2
RGB
CMYK
RGB Variations
Color information
#B96EE2 (or 0xB96EE2) is known color: Medium Orchid. HEX triplet: B9, 6E and E2. RGB value is (185,110,226). Sum of RGB (Red+Green+Blue) = 185+110+226=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #B96EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EE2 is #46911D. Grayscale: #919191. Windows color (decimal): -4624670 or 14839481. OLE color: 14839481.
HSL color Cylindrical-coordinate representation of color #B96EE2: hue angle of 278.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96EE2 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 185 | 110 | 226 | - |
CMYK | 0.18 | 0.51 | 0 | 0.11 |
HSL | 278.79º | 0.67% | 0.66% | - |
HSV(B) | 278.79º | 0.51% | 0.89% | - |
XYZ | 39.31 | 26.96 | 75.08 | - |
YUV | 145.65 | 173.35 | 156.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 110 | 226 | 0.18 | 0.51 | 0 | 0.11 | 278.79 | 0.67 | 0.66 |
Hex | B9 | 6E | E2 | 12 | 33 | 0 | B | 117 | 43 | 42 |
Octal | 271 | 156 | 342 | 22 | 63 | 0 | 13 | 427 | 103 | 102 |
Binary | 10111001 | 1101110 | 11100010 | 10010 | 110011 | 0 | 1011 | 100010111 | 1000011 | 1000010 |
Color Harmonies of #B96EE2
Complementary color
Monochromatic Colors of #B96EE2
Black with #B96EE2
Text Example
Text Example
White with #B96EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EE2; }
p { color: rgb(185,110,226); }
H1.HeaderClassName
{
color: #B96EE2;
}
.AnyTagClassName
{
color: #B96EE2;
}
</style>
background-color css
<style>
a { background-color: #B96EE2; }
a { background-color: rgb(185,110,226); }
div.DivClassName
{
background-color: #B96EE2;
}
.BgClassName
{
background-color: #B96EE2;
}
</style>
border-color css
<style>
span { border-color: #B96EE2; }
span { border-color: rgb(185,110,226); }
td.TdClassName
{
border-color: #B96EE2;
}
.TagClassName
{
border-color: #B96EE2;
}
</style>