Shades of Medium Orchid #B56EE0
Tints of Medium Orchid #B56EE0
RGB
CMYK
RGB Variations
Color information
#B56EE0 (or 0xB56EE0) is known color: Medium Orchid. HEX triplet: B5, 6E and E0. RGB value is (181,110,224). Sum of RGB (Red+Green+Blue) = 181+110+224=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B56EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EE0 is #4A911F. Grayscale: #8F8F8F. Windows color (decimal): -4886816 or 14708405. OLE color: 14708405.
HSL color Cylindrical-coordinate representation of color #B56EE0: hue angle of 277.37º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56EE0 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 110 | 224 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.12 |
| HSL | 277.37º | 0.65% | 0.65% | - |
| HSV(B) | 277.37º | 0.51% | 0.88% | - |
| XYZ | 38.09 | 26.36 | 73.6 | - |
| YUV | 144.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 224 | 0.19 | 0.51 | 0 | 0.12 | 277.37 | 0.65 | 0.65 |
| Hex | B5 | 6E | E0 | 13 | 33 | 0 | C | 115 | 41 | 41 |
| Octal | 265 | 156 | 340 | 23 | 63 | 0 | 14 | 425 | 101 | 101 |
| Binary | 10110101 | 1101110 | 11100000 | 10011 | 110011 | 0 | 1100 | 100010101 | 1000001 | 1000001 |
Color Harmonies of #B56EE0
Complementary color
Monochromatic Colors of #B56EE0
Black with #B56EE0
Text Example
Text Example
White with #B56EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EE0; }
p { color: rgb(181,110,224); }
H1.HeaderClassName
{
color: #B56EE0;
}
.AnyTagClassName
{
color: #B56EE0;
}
</style>
background-color css
<style>
a { background-color: #B56EE0; }
a { background-color: rgb(181,110,224); }
div.DivClassName
{
background-color: #B56EE0;
}
.BgClassName
{
background-color: #B56EE0;
}
</style>
border-color css
<style>
span { border-color: #B56EE0; }
span { border-color: rgb(181,110,224); }
td.TdClassName
{
border-color: #B56EE0;
}
.TagClassName
{
border-color: #B56EE0;
}
</style>