Shades of Medium Orchid #BE56D8
Tints of Medium Orchid #BE56D8
RGB
CMYK
RGB Variations
Color information
#BE56D8 (or 0xBE56D8) is known color: Medium Orchid. HEX triplet: BE, 56 and D8. RGB value is (190,86,216). Sum of RGB (Red+Green+Blue) = 190+86+216=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE56D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56D8 is #41A927. Grayscale: #838383. Windows color (decimal): -4303144 or 14177982. OLE color: 14177982.
HSL color Cylindrical-coordinate representation of color #BE56D8: hue angle of 288º degrees, saturation: 0.62, 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 #BE56D8 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 86 | 216 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.15 |
| HSL | 288º | 0.63% | 0.59% | - |
| HSV(B) | 288º | 0.6% | 0.85% | - |
| XYZ | 36.96 | 22.56 | 67.37 | - |
| YUV | 131.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 216 | 0.12 | 0.60 | 0 | 0.15 | 288 | 0.63 | 0.59 |
| Hex | BE | 56 | D8 | C | 3C | 0 | F | 120 | 3E | 3B |
| Octal | 276 | 126 | 330 | 14 | 74 | 0 | 17 | 440 | 76 | 73 |
| Binary | 10111110 | 1010110 | 11011000 | 1100 | 111100 | 0 | 1111 | 100100000 | 111110 | 111011 |
Color Harmonies of #BE56D8
Complementary color
Monochromatic Colors of #BE56D8
Black with #BE56D8
Text Example
Text Example
White with #BE56D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56D8; }
p { color: rgb(190,86,216); }
H1.HeaderClassName
{
color: #BE56D8;
}
.AnyTagClassName
{
color: #BE56D8;
}
</style>
background-color css
<style>
a { background-color: #BE56D8; }
a { background-color: rgb(190,86,216); }
div.DivClassName
{
background-color: #BE56D8;
}
.BgClassName
{
background-color: #BE56D8;
}
</style>
border-color css
<style>
span { border-color: #BE56D8; }
span { border-color: rgb(190,86,216); }
td.TdClassName
{
border-color: #BE56D8;
}
.TagClassName
{
border-color: #BE56D8;
}
</style>