Shades of Medium Orchid #B86EE1
Tints of Medium Orchid #B86EE1
RGB
CMYK
RGB Variations
Color information
#B86EE1 (or 0xB86EE1) is known color: Medium Orchid. HEX triplet: B8, 6E and E1. RGB value is (184,110,225). Sum of RGB (Red+Green+Blue) = 184+110+225=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #B86EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EE1 is #47911E. Grayscale: #909090. Windows color (decimal): -4690207 or 14773944. OLE color: 14773944.
HSL color Cylindrical-coordinate representation of color #B86EE1: hue angle of 278.61º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86EE1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 110 | 225 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.12 |
| HSL | 278.61º | 0.66% | 0.66% | - |
| HSV(B) | 278.61º | 0.51% | 0.88% | - |
| XYZ | 38.93 | 26.78 | 74.35 | - |
| YUV | 145.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 225 | 0.18 | 0.51 | 0 | 0.12 | 278.61 | 0.66 | 0.66 |
| Hex | B8 | 6E | E1 | 12 | 33 | 0 | C | 117 | 42 | 42 |
| Octal | 270 | 156 | 341 | 22 | 63 | 0 | 14 | 427 | 102 | 102 |
| Binary | 10111000 | 1101110 | 11100001 | 10010 | 110011 | 0 | 1100 | 100010111 | 1000010 | 1000010 |
Color Harmonies of #B86EE1
Complementary color
Monochromatic Colors of #B86EE1
Black with #B86EE1
Text Example
Text Example
White with #B86EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EE1; }
p { color: rgb(184,110,225); }
H1.HeaderClassName
{
color: #B86EE1;
}
.AnyTagClassName
{
color: #B86EE1;
}
</style>
background-color css
<style>
a { background-color: #B86EE1; }
a { background-color: rgb(184,110,225); }
div.DivClassName
{
background-color: #B86EE1;
}
.BgClassName
{
background-color: #B86EE1;
}
</style>
border-color css
<style>
span { border-color: #B86EE1; }
span { border-color: rgb(184,110,225); }
td.TdClassName
{
border-color: #B86EE1;
}
.TagClassName
{
border-color: #B86EE1;
}
</style>