Shades of Medium Orchid #B861ED
Tints of Medium Orchid #B861ED
RGB
CMYK
RGB Variations
Color information
#B861ED (or 0xB861ED) is known color: Medium Orchid. HEX triplet: B8, 61 and ED. RGB value is (184,97,237). Sum of RGB (Red+Green+Blue) = 184+97+237=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B861ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B861ED is #479E12. Grayscale: #8A8A8A. Windows color (decimal): -4693523 or 15557048. OLE color: 15557048.
HSL color Cylindrical-coordinate representation of color #B861ED: hue angle of 277.29º degrees, saturation: 0.8, 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 #B861ED is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 97 | 237 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.07 |
| HSL | 277.29º | 0.8% | 0.65% | - |
| HSV(B) | 277.29º | 0.59% | 0.93% | - |
| XYZ | 39.33 | 24.85 | 82.85 | - |
| YUV | 138.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 237 | 0.22 | 0.59 | 0 | 0.07 | 277.29 | 0.8 | 0.65 |
| Hex | B8 | 61 | ED | 16 | 3B | 0 | 7 | 115 | 50 | 41 |
| Octal | 270 | 141 | 355 | 26 | 73 | 0 | 7 | 425 | 120 | 101 |
| Binary | 10111000 | 1100001 | 11101101 | 10110 | 111011 | 0 | 111 | 100010101 | 1010000 | 1000001 |
Color Harmonies of #B861ED
Complementary color
Monochromatic Colors of #B861ED
Black with #B861ED
Text Example
Text Example
White with #B861ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861ED; }
p { color: rgb(184,97,237); }
H1.HeaderClassName
{
color: #B861ED;
}
.AnyTagClassName
{
color: #B861ED;
}
</style>
background-color css
<style>
a { background-color: #B861ED; }
a { background-color: rgb(184,97,237); }
div.DivClassName
{
background-color: #B861ED;
}
.BgClassName
{
background-color: #B861ED;
}
</style>
border-color css
<style>
span { border-color: #B861ED; }
span { border-color: rgb(184,97,237); }
td.TdClassName
{
border-color: #B861ED;
}
.TagClassName
{
border-color: #B861ED;
}
</style>