Shades of Medium Orchid #B56EDC
Tints of Medium Orchid #B56EDC
RGB
CMYK
RGB Variations
Color information
#B56EDC (or 0xB56EDC) is known color: Medium Orchid. HEX triplet: B5, 6E and DC. RGB value is (181,110,220). Sum of RGB (Red+Green+Blue) = 181+110+220=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #B56EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EDC is #4A9123. Grayscale: #8F8F8F. Windows color (decimal): -4886820 or 14446261. OLE color: 14446261.
HSL color Cylindrical-coordinate representation of color #B56EDC: hue angle of 278.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56EDC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 110 | 220 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.14 |
| HSL | 278.73º | 0.61% | 0.65% | - |
| HSV(B) | 278.73º | 0.5% | 0.86% | - |
| XYZ | 37.55 | 26.14 | 70.78 | - |
| YUV | 143.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 220 | 0.18 | 0.50 | 0 | 0.14 | 278.73 | 0.61 | 0.65 |
| Hex | B5 | 6E | DC | 12 | 32 | 0 | E | 117 | 3D | 41 |
| Octal | 265 | 156 | 334 | 22 | 62 | 0 | 16 | 427 | 75 | 101 |
| Binary | 10110101 | 1101110 | 11011100 | 10010 | 110010 | 0 | 1110 | 100010111 | 111101 | 1000001 |
Color Harmonies of #B56EDC
Complementary color
Monochromatic Colors of #B56EDC
Black with #B56EDC
Text Example
Text Example
White with #B56EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EDC; }
p { color: rgb(181,110,220); }
H1.HeaderClassName
{
color: #B56EDC;
}
.AnyTagClassName
{
color: #B56EDC;
}
</style>
background-color css
<style>
a { background-color: #B56EDC; }
a { background-color: rgb(181,110,220); }
div.DivClassName
{
background-color: #B56EDC;
}
.BgClassName
{
background-color: #B56EDC;
}
</style>
border-color css
<style>
span { border-color: #B56EDC; }
span { border-color: rgb(181,110,220); }
td.TdClassName
{
border-color: #B56EDC;
}
.TagClassName
{
border-color: #B56EDC;
}
</style>