Shades of Medium Orchid #B86EDD
Tints of Medium Orchid #B86EDD
RGB
CMYK
RGB Variations
Color information
#B86EDD (or 0xB86EDD) is known color: Medium Orchid. HEX triplet: B8, 6E and DD. RGB value is (184,110,221). Sum of RGB (Red+Green+Blue) = 184+110+221=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B86EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EDD is #479122. Grayscale: #909090. Windows color (decimal): -4690211 or 14511800. OLE color: 14511800.
HSL color Cylindrical-coordinate representation of color #B86EDD: hue angle of 280º degrees, saturation: 0.62, 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 #B86EDD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 110 | 221 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 280º | 0.62% | 0.65% | - |
| HSV(B) | 280º | 0.5% | 0.87% | - |
| XYZ | 38.39 | 26.56 | 71.51 | - |
| YUV | 144.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 221 | 0.17 | 0.50 | 0 | 0.13 | 280 | 0.62 | 0.65 |
| Hex | B8 | 6E | DD | 11 | 32 | 0 | D | 118 | 3E | 41 |
| Octal | 270 | 156 | 335 | 21 | 62 | 0 | 15 | 430 | 76 | 101 |
| Binary | 10111000 | 1101110 | 11011101 | 10001 | 110010 | 0 | 1101 | 100011000 | 111110 | 1000001 |
Color Harmonies of #B86EDD
Complementary color
Monochromatic Colors of #B86EDD
Black with #B86EDD
Text Example
Text Example
White with #B86EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EDD; }
p { color: rgb(184,110,221); }
H1.HeaderClassName
{
color: #B86EDD;
}
.AnyTagClassName
{
color: #B86EDD;
}
</style>
background-color css
<style>
a { background-color: #B86EDD; }
a { background-color: rgb(184,110,221); }
div.DivClassName
{
background-color: #B86EDD;
}
.BgClassName
{
background-color: #B86EDD;
}
</style>
border-color css
<style>
span { border-color: #B86EDD; }
span { border-color: rgb(184,110,221); }
td.TdClassName
{
border-color: #B86EDD;
}
.TagClassName
{
border-color: #B86EDD;
}
</style>