Shades of Medium Orchid #B860EC
Tints of Medium Orchid #B860EC
RGB
CMYK
RGB Variations
Color information
#B860EC (or 0xB860EC) is known color: Medium Orchid. HEX triplet: B8, 60 and EC. RGB value is (184,96,236). Sum of RGB (Red+Green+Blue) = 184+96+236=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B860EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B860EC is #479F13. Grayscale: #898989. Windows color (decimal): -4693780 or 15491256. OLE color: 15491256.
HSL color Cylindrical-coordinate representation of color #B860EC: hue angle of 277.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B860EC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 96 | 236 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.07 |
| HSL | 277.71º | 0.79% | 0.65% | - |
| HSV(B) | 277.71º | 0.59% | 0.93% | - |
| XYZ | 39.09 | 24.61 | 82.05 | - |
| YUV | 138.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 236 | 0.22 | 0.59 | 0 | 0.07 | 277.71 | 0.79 | 0.65 |
| Hex | B8 | 60 | EC | 16 | 3B | 0 | 7 | 116 | 4F | 41 |
| Octal | 270 | 140 | 354 | 26 | 73 | 0 | 7 | 426 | 117 | 101 |
| Binary | 10111000 | 1100000 | 11101100 | 10110 | 111011 | 0 | 111 | 100010110 | 1001111 | 1000001 |
Color Harmonies of #B860EC
Complementary color
Monochromatic Colors of #B860EC
Black with #B860EC
Text Example
Text Example
White with #B860EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860EC; }
p { color: rgb(184,96,236); }
H1.HeaderClassName
{
color: #B860EC;
}
.AnyTagClassName
{
color: #B860EC;
}
</style>
background-color css
<style>
a { background-color: #B860EC; }
a { background-color: rgb(184,96,236); }
div.DivClassName
{
background-color: #B860EC;
}
.BgClassName
{
background-color: #B860EC;
}
</style>
border-color css
<style>
span { border-color: #B860EC; }
span { border-color: rgb(184,96,236); }
td.TdClassName
{
border-color: #B860EC;
}
.TagClassName
{
border-color: #B860EC;
}
</style>