Shades of Medium Orchid #B86DDB
Tints of Medium Orchid #B86DDB
RGB
CMYK
RGB Variations
Color information
#B86DDB (or 0xB86DDB) is known color: Medium Orchid. HEX triplet: B8, 6D and DB. RGB value is (184,109,219). Sum of RGB (Red+Green+Blue) = 184+109+219=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B86DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DDB is #479224. Grayscale: #8F8F8F. Windows color (decimal): -4690469 or 14380472. OLE color: 14380472.
HSL color Cylindrical-coordinate representation of color #B86DDB: hue angle of 280.91º 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 #B86DDB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 109 | 219 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.14 |
| HSL | 280.91º | 0.6% | 0.64% | - |
| HSV(B) | 280.91º | 0.5% | 0.86% | - |
| XYZ | 38.02 | 26.24 | 70.08 | - |
| YUV | 143.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 219 | 0.16 | 0.50 | 0 | 0.14 | 280.91 | 0.6 | 0.64 |
| Hex | B8 | 6D | DB | 10 | 32 | 0 | E | 119 | 3C | 40 |
| Octal | 270 | 155 | 333 | 20 | 62 | 0 | 16 | 431 | 74 | 100 |
| Binary | 10111000 | 1101101 | 11011011 | 10000 | 110010 | 0 | 1110 | 100011001 | 111100 | 1000000 |
Color Harmonies of #B86DDB
Complementary color
Monochromatic Colors of #B86DDB
Black with #B86DDB
Text Example
Text Example
White with #B86DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DDB; }
p { color: rgb(184,109,219); }
H1.HeaderClassName
{
color: #B86DDB;
}
.AnyTagClassName
{
color: #B86DDB;
}
</style>
background-color css
<style>
a { background-color: #B86DDB; }
a { background-color: rgb(184,109,219); }
div.DivClassName
{
background-color: #B86DDB;
}
.BgClassName
{
background-color: #B86DDB;
}
</style>
border-color css
<style>
span { border-color: #B86DDB; }
span { border-color: rgb(184,109,219); }
td.TdClassName
{
border-color: #B86DDB;
}
.TagClassName
{
border-color: #B86DDB;
}
</style>