Shades of Medium Orchid #B56EE2
Tints of Medium Orchid #B56EE2
RGB
CMYK
RGB Variations
Color information
#B56EE2 (or 0xB56EE2) is known color: Medium Orchid. HEX triplet: B5, 6E and E2. RGB value is (181,110,226). Sum of RGB (Red+Green+Blue) = 181+110+226=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #B56EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EE2 is #4A911D. Grayscale: #909090. Windows color (decimal): -4886814 or 14839477. OLE color: 14839477.
HSL color Cylindrical-coordinate representation of color #B56EE2: hue angle of 276.72º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56EE2 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 110 | 226 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.11 |
| HSL | 276.72º | 0.67% | 0.66% | - |
| HSV(B) | 276.72º | 0.51% | 0.89% | - |
| XYZ | 38.36 | 26.47 | 75.04 | - |
| YUV | 144.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 226 | 0.20 | 0.51 | 0 | 0.11 | 276.72 | 0.67 | 0.66 |
| Hex | B5 | 6E | E2 | 14 | 33 | 0 | B | 115 | 43 | 42 |
| Octal | 265 | 156 | 342 | 24 | 63 | 0 | 13 | 425 | 103 | 102 |
| Binary | 10110101 | 1101110 | 11100010 | 10100 | 110011 | 0 | 1011 | 100010101 | 1000011 | 1000010 |
Color Harmonies of #B56EE2
Complementary color
Monochromatic Colors of #B56EE2
Black with #B56EE2
Text Example
Text Example
White with #B56EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EE2; }
p { color: rgb(181,110,226); }
H1.HeaderClassName
{
color: #B56EE2;
}
.AnyTagClassName
{
color: #B56EE2;
}
</style>
background-color css
<style>
a { background-color: #B56EE2; }
a { background-color: rgb(181,110,226); }
div.DivClassName
{
background-color: #B56EE2;
}
.BgClassName
{
background-color: #B56EE2;
}
</style>
border-color css
<style>
span { border-color: #B56EE2; }
span { border-color: rgb(181,110,226); }
td.TdClassName
{
border-color: #B56EE2;
}
.TagClassName
{
border-color: #B56EE2;
}
</style>