Shades of Medium Orchid #B86CDB
Tints of Medium Orchid #B86CDB
RGB
CMYK
RGB Variations
Color information
#B86CDB (or 0xB86CDB) is known color: Medium Orchid. HEX triplet: B8, 6C and DB. RGB value is (184,108,219). Sum of RGB (Red+Green+Blue) = 184+108+219=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B86CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CDB is #479324. Grayscale: #8F8F8F. Windows color (decimal): -4690725 or 14380216. OLE color: 14380216.
HSL color Cylindrical-coordinate representation of color #B86CDB: hue angle of 281.08º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86CDB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 108 | 219 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.14 |
| HSL | 281.08º | 0.61% | 0.64% | - |
| HSV(B) | 281.08º | 0.51% | 0.86% | - |
| XYZ | 37.92 | 26.03 | 70.04 | - |
| YUV | 143.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 219 | 0.16 | 0.51 | 0 | 0.14 | 281.08 | 0.61 | 0.64 |
| Hex | B8 | 6C | DB | 10 | 33 | 0 | E | 119 | 3D | 40 |
| Octal | 270 | 154 | 333 | 20 | 63 | 0 | 16 | 431 | 75 | 100 |
| Binary | 10111000 | 1101100 | 11011011 | 10000 | 110011 | 0 | 1110 | 100011001 | 111101 | 1000000 |
Color Harmonies of #B86CDB
Complementary color
Monochromatic Colors of #B86CDB
Black with #B86CDB
Text Example
Text Example
White with #B86CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CDB; }
p { color: rgb(184,108,219); }
H1.HeaderClassName
{
color: #B86CDB;
}
.AnyTagClassName
{
color: #B86CDB;
}
</style>
background-color css
<style>
a { background-color: #B86CDB; }
a { background-color: rgb(184,108,219); }
div.DivClassName
{
background-color: #B86CDB;
}
.BgClassName
{
background-color: #B86CDB;
}
</style>
border-color css
<style>
span { border-color: #B86CDB; }
span { border-color: rgb(184,108,219); }
td.TdClassName
{
border-color: #B86CDB;
}
.TagClassName
{
border-color: #B86CDB;
}
</style>