Shades of Medium Orchid #B56EE1
Tints of Medium Orchid #B56EE1
RGB
CMYK
RGB Variations
Color information
#B56EE1 (or 0xB56EE1) is known color: Medium Orchid. HEX triplet: B5, 6E and E1. RGB value is (181,110,225). Sum of RGB (Red+Green+Blue) = 181+110+225=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #B56EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EE1 is #4A911E. Grayscale: #8F8F8F. Windows color (decimal): -4886815 or 14773941. OLE color: 14773941.
HSL color Cylindrical-coordinate representation of color #B56EE1: hue angle of 277.04º 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 #B56EE1 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 110 | 225 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.12 |
| HSL | 277.04º | 0.66% | 0.66% | - |
| HSV(B) | 277.04º | 0.51% | 0.88% | - |
| XYZ | 38.22 | 26.41 | 74.32 | - |
| YUV | 144.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 225 | 0.20 | 0.51 | 0 | 0.12 | 277.04 | 0.66 | 0.66 |
| Hex | B5 | 6E | E1 | 14 | 33 | 0 | C | 115 | 42 | 42 |
| Octal | 265 | 156 | 341 | 24 | 63 | 0 | 14 | 425 | 102 | 102 |
| Binary | 10110101 | 1101110 | 11100001 | 10100 | 110011 | 0 | 1100 | 100010101 | 1000010 | 1000010 |
Color Harmonies of #B56EE1
Complementary color
Monochromatic Colors of #B56EE1
Black with #B56EE1
Text Example
Text Example
White with #B56EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EE1; }
p { color: rgb(181,110,225); }
H1.HeaderClassName
{
color: #B56EE1;
}
.AnyTagClassName
{
color: #B56EE1;
}
</style>
background-color css
<style>
a { background-color: #B56EE1; }
a { background-color: rgb(181,110,225); }
div.DivClassName
{
background-color: #B56EE1;
}
.BgClassName
{
background-color: #B56EE1;
}
</style>
border-color css
<style>
span { border-color: #B56EE1; }
span { border-color: rgb(181,110,225); }
td.TdClassName
{
border-color: #B56EE1;
}
.TagClassName
{
border-color: #B56EE1;
}
</style>