Shades of Medium Orchid #B56ECF
Tints of Medium Orchid #B56ECF
RGB
CMYK
RGB Variations
Color information
#B56ECF (or 0xB56ECF) is known color: Medium Orchid. HEX triplet: B5, 6E and CF. RGB value is (181,110,207). Sum of RGB (Red+Green+Blue) = 181+110+207=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B56ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ECF is #4A9130. Grayscale: #8D8D8D. Windows color (decimal): -4886833 or 13594293. OLE color: 13594293.
HSL color Cylindrical-coordinate representation of color #B56ECF: hue angle of 283.92º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56ECF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 110 | 207 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.19 |
| HSL | 283.92º | 0.5% | 0.62% | - |
| HSV(B) | 283.92º | 0.47% | 0.81% | - |
| XYZ | 35.89 | 25.48 | 62.06 | - |
| YUV | 142.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 207 | 0.13 | 0.47 | 0 | 0.19 | 283.92 | 0.5 | 0.62 |
| Hex | B5 | 6E | CF | D | 2F | 0 | 13 | 11C | 32 | 3E |
| Octal | 265 | 156 | 317 | 15 | 57 | 0 | 23 | 434 | 62 | 76 |
| Binary | 10110101 | 1101110 | 11001111 | 1101 | 101111 | 0 | 10011 | 100011100 | 110010 | 111110 |
Color Harmonies of #B56ECF
Complementary color
Monochromatic Colors of #B56ECF
Black with #B56ECF
Text Example
Text Example
White with #B56ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ECF; }
p { color: rgb(181,110,207); }
H1.HeaderClassName
{
color: #B56ECF;
}
.AnyTagClassName
{
color: #B56ECF;
}
</style>
background-color css
<style>
a { background-color: #B56ECF; }
a { background-color: rgb(181,110,207); }
div.DivClassName
{
background-color: #B56ECF;
}
.BgClassName
{
background-color: #B56ECF;
}
</style>
border-color css
<style>
span { border-color: #B56ECF; }
span { border-color: rgb(181,110,207); }
td.TdClassName
{
border-color: #B56ECF;
}
.TagClassName
{
border-color: #B56ECF;
}
</style>