Shades of Medium Orchid #B96EDE
Tints of Medium Orchid #B96EDE
RGB
CMYK
RGB Variations
Color information
#B96EDE (or 0xB96EDE) is known color: Medium Orchid. HEX triplet: B9, 6E and DE. RGB value is (185,110,222). Sum of RGB (Red+Green+Blue) = 185+110+222=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #B96EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EDE is #469121. Grayscale: #909090. Windows color (decimal): -4624674 or 14577337. OLE color: 14577337.
HSL color Cylindrical-coordinate representation of color #B96EDE: hue angle of 280.18º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96EDE is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 110 | 222 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 280.18º | 0.63% | 0.65% | - |
| HSV(B) | 280.18º | 0.5% | 0.87% | - |
| XYZ | 38.77 | 26.74 | 72.23 | - |
| YUV | 145.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 222 | 0.17 | 0.50 | 0 | 0.13 | 280.18 | 0.63 | 0.65 |
| Hex | B9 | 6E | DE | 11 | 32 | 0 | D | 118 | 3F | 41 |
| Octal | 271 | 156 | 336 | 21 | 62 | 0 | 15 | 430 | 77 | 101 |
| Binary | 10111001 | 1101110 | 11011110 | 10001 | 110010 | 0 | 1101 | 100011000 | 111111 | 1000001 |
Color Harmonies of #B96EDE
Complementary color
Monochromatic Colors of #B96EDE
Black with #B96EDE
Text Example
Text Example
White with #B96EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EDE; }
p { color: rgb(185,110,222); }
H1.HeaderClassName
{
color: #B96EDE;
}
.AnyTagClassName
{
color: #B96EDE;
}
</style>
background-color css
<style>
a { background-color: #B96EDE; }
a { background-color: rgb(185,110,222); }
div.DivClassName
{
background-color: #B96EDE;
}
.BgClassName
{
background-color: #B96EDE;
}
</style>
border-color css
<style>
span { border-color: #B96EDE; }
span { border-color: rgb(185,110,222); }
td.TdClassName
{
border-color: #B96EDE;
}
.TagClassName
{
border-color: #B96EDE;
}
</style>