Shades of Medium Orchid #B861EC
Tints of Medium Orchid #B861EC
RGB
CMYK
RGB Variations
Color information
#B861EC (or 0xB861EC) is known color: Medium Orchid. HEX triplet: B8, 61 and EC. RGB value is (184,97,236). Sum of RGB (Red+Green+Blue) = 184+97+236=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #B861EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B861EC is #479E13. Grayscale: #8A8A8A. Windows color (decimal): -4693524 or 15491512. OLE color: 15491512.
HSL color Cylindrical-coordinate representation of color #B861EC: hue angle of 277.55º 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 #B861EC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 97 | 236 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.07 |
| HSL | 277.55º | 0.79% | 0.65% | - |
| HSV(B) | 277.55º | 0.59% | 0.93% | - |
| XYZ | 39.18 | 24.8 | 82.08 | - |
| YUV | 138.86 | 182.82 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 236 | 0.22 | 0.59 | 0 | 0.07 | 277.55 | 0.79 | 0.65 |
| Hex | B8 | 61 | EC | 16 | 3B | 0 | 7 | 116 | 4F | 41 |
| Octal | 270 | 141 | 354 | 26 | 73 | 0 | 7 | 426 | 117 | 101 |
| Binary | 10111000 | 1100001 | 11101100 | 10110 | 111011 | 0 | 111 | 100010110 | 1001111 | 1000001 |
Color Harmonies of #B861EC
Complementary color
Monochromatic Colors of #B861EC
Black with #B861EC
Text Example
Text Example
White with #B861EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861EC; }
p { color: rgb(184,97,236); }
H1.HeaderClassName
{
color: #B861EC;
}
.AnyTagClassName
{
color: #B861EC;
}
</style>
background-color css
<style>
a { background-color: #B861EC; }
a { background-color: rgb(184,97,236); }
div.DivClassName
{
background-color: #B861EC;
}
.BgClassName
{
background-color: #B861EC;
}
</style>
border-color css
<style>
span { border-color: #B861EC; }
span { border-color: rgb(184,97,236); }
td.TdClassName
{
border-color: #B861EC;
}
.TagClassName
{
border-color: #B861EC;
}
</style>