Shades of Medium Orchid #B96EDB
Tints of Medium Orchid #B96EDB
RGB
CMYK
RGB Variations
Color information
#B96EDB (or 0xB96EDB) is known color: Medium Orchid. HEX triplet: B9, 6E and DB. RGB value is (185,110,219). Sum of RGB (Red+Green+Blue) = 185+110+219=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B96EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EDB is #469124. Grayscale: #909090. Windows color (decimal): -4624677 or 14380729. OLE color: 14380729.
HSL color Cylindrical-coordinate representation of color #B96EDB: hue angle of 281.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96EDB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 110 | 219 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.14 |
| HSL | 281.28º | 0.6% | 0.65% | - |
| HSV(B) | 281.28º | 0.5% | 0.86% | - |
| XYZ | 38.37 | 26.58 | 70.13 | - |
| YUV | 144.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 219 | 0.16 | 0.50 | 0 | 0.14 | 281.28 | 0.6 | 0.65 |
| Hex | B9 | 6E | DB | 10 | 32 | 0 | E | 119 | 3C | 41 |
| Octal | 271 | 156 | 333 | 20 | 62 | 0 | 16 | 431 | 74 | 101 |
| Binary | 10111001 | 1101110 | 11011011 | 10000 | 110010 | 0 | 1110 | 100011001 | 111100 | 1000001 |
Color Harmonies of #B96EDB
Complementary color
Monochromatic Colors of #B96EDB
Black with #B96EDB
Text Example
Text Example
White with #B96EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EDB; }
p { color: rgb(185,110,219); }
H1.HeaderClassName
{
color: #B96EDB;
}
.AnyTagClassName
{
color: #B96EDB;
}
</style>
background-color css
<style>
a { background-color: #B96EDB; }
a { background-color: rgb(185,110,219); }
div.DivClassName
{
background-color: #B96EDB;
}
.BgClassName
{
background-color: #B96EDB;
}
</style>
border-color css
<style>
span { border-color: #B96EDB; }
span { border-color: rgb(185,110,219); }
td.TdClassName
{
border-color: #B96EDB;
}
.TagClassName
{
border-color: #B96EDB;
}
</style>