Shades of Medium Orchid #B96EE3
Tints of Medium Orchid #B96EE3
RGB
CMYK
RGB Variations
Color information
#B96EE3 (or 0xB96EE3) is known color: Medium Orchid. HEX triplet: B9, 6E and E3. RGB value is (185,110,227). Sum of RGB (Red+Green+Blue) = 185+110+227=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #B96EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EE3 is #46911C. Grayscale: #919191. Windows color (decimal): -4624669 or 14905017. OLE color: 14905017.
HSL color Cylindrical-coordinate representation of color #B96EE3: hue angle of 278.46º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96EE3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 110 | 227 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.11 |
| HSL | 278.46º | 0.68% | 0.66% | - |
| HSV(B) | 278.46º | 0.52% | 0.89% | - |
| XYZ | 39.45 | 27.01 | 75.81 | - |
| YUV | 145.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 227 | 0.19 | 0.52 | 0 | 0.11 | 278.46 | 0.68 | 0.66 |
| Hex | B9 | 6E | E3 | 13 | 34 | 0 | B | 116 | 44 | 42 |
| Octal | 271 | 156 | 343 | 23 | 64 | 0 | 13 | 426 | 104 | 102 |
| Binary | 10111001 | 1101110 | 11100011 | 10011 | 110100 | 0 | 1011 | 100010110 | 1000100 | 1000010 |
Color Harmonies of #B96EE3
Complementary color
Monochromatic Colors of #B96EE3
Black with #B96EE3
Text Example
Text Example
White with #B96EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EE3; }
p { color: rgb(185,110,227); }
H1.HeaderClassName
{
color: #B96EE3;
}
.AnyTagClassName
{
color: #B96EE3;
}
</style>
background-color css
<style>
a { background-color: #B96EE3; }
a { background-color: rgb(185,110,227); }
div.DivClassName
{
background-color: #B96EE3;
}
.BgClassName
{
background-color: #B96EE3;
}
</style>
border-color css
<style>
span { border-color: #B96EE3; }
span { border-color: rgb(185,110,227); }
td.TdClassName
{
border-color: #B96EE3;
}
.TagClassName
{
border-color: #B96EE3;
}
</style>