Shades of Medium Orchid #B96DDB
Tints of Medium Orchid #B96DDB
RGB
CMYK
RGB Variations
Color information
#B96DDB (or 0xB96DDB) is known color: Medium Orchid. HEX triplet: B9, 6D and DB. RGB value is (185,109,219). Sum of RGB (Red+Green+Blue) = 185+109+219=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #B96DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DDB is #469224. Grayscale: #8F8F8F. Windows color (decimal): -4624933 or 14380473. OLE color: 14380473.
HSL color Cylindrical-coordinate representation of color #B96DDB: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96DDB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 109 | 219 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.14 |
| HSL | 281.45º | 0.6% | 0.64% | - |
| HSV(B) | 281.45º | 0.5% | 0.86% | - |
| XYZ | 38.26 | 26.37 | 70.09 | - |
| YUV | 144.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 219 | 0.16 | 0.50 | 0 | 0.14 | 281.45 | 0.6 | 0.64 |
| Hex | B9 | 6D | DB | 10 | 32 | 0 | E | 119 | 3C | 40 |
| Octal | 271 | 155 | 333 | 20 | 62 | 0 | 16 | 431 | 74 | 100 |
| Binary | 10111001 | 1101101 | 11011011 | 10000 | 110010 | 0 | 1110 | 100011001 | 111100 | 1000000 |
Color Harmonies of #B96DDB
Complementary color
Monochromatic Colors of #B96DDB
Black with #B96DDB
Text Example
Text Example
White with #B96DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DDB; }
p { color: rgb(185,109,219); }
H1.HeaderClassName
{
color: #B96DDB;
}
.AnyTagClassName
{
color: #B96DDB;
}
</style>
background-color css
<style>
a { background-color: #B96DDB; }
a { background-color: rgb(185,109,219); }
div.DivClassName
{
background-color: #B96DDB;
}
.BgClassName
{
background-color: #B96DDB;
}
</style>
border-color css
<style>
span { border-color: #B96DDB; }
span { border-color: rgb(185,109,219); }
td.TdClassName
{
border-color: #B96DDB;
}
.TagClassName
{
border-color: #B96DDB;
}
</style>