Shades of Medium Orchid #BE56D9
Tints of Medium Orchid #BE56D9
RGB
CMYK
RGB Variations
Color information
#BE56D9 (or 0xBE56D9) is known color: Medium Orchid. HEX triplet: BE, 56 and D9. RGB value is (190,86,217). Sum of RGB (Red+Green+Blue) = 190+86+217=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE56D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56D9 is #41A926. Grayscale: #838383. Windows color (decimal): -4303143 or 14243518. OLE color: 14243518.
HSL color Cylindrical-coordinate representation of color #BE56D9: hue angle of 287.63º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE56D9 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 86 | 217 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.15 |
| HSL | 287.63º | 0.63% | 0.59% | - |
| HSV(B) | 287.63º | 0.6% | 0.85% | - |
| XYZ | 37.09 | 22.61 | 68.06 | - |
| YUV | 132.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 217 | 0.12 | 0.60 | 0 | 0.15 | 287.63 | 0.63 | 0.59 |
| Hex | BE | 56 | D9 | C | 3C | 0 | F | 120 | 3F | 3B |
| Octal | 276 | 126 | 331 | 14 | 74 | 0 | 17 | 440 | 77 | 73 |
| Binary | 10111110 | 1010110 | 11011001 | 1100 | 111100 | 0 | 1111 | 100100000 | 111111 | 111011 |
Color Harmonies of #BE56D9
Complementary color
Monochromatic Colors of #BE56D9
Black with #BE56D9
Text Example
Text Example
White with #BE56D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56D9; }
p { color: rgb(190,86,217); }
H1.HeaderClassName
{
color: #BE56D9;
}
.AnyTagClassName
{
color: #BE56D9;
}
</style>
background-color css
<style>
a { background-color: #BE56D9; }
a { background-color: rgb(190,86,217); }
div.DivClassName
{
background-color: #BE56D9;
}
.BgClassName
{
background-color: #BE56D9;
}
</style>
border-color css
<style>
span { border-color: #BE56D9; }
span { border-color: rgb(190,86,217); }
td.TdClassName
{
border-color: #BE56D9;
}
.TagClassName
{
border-color: #BE56D9;
}
</style>