Shades of Medium Orchid #BE56DD
Tints of Medium Orchid #BE56DD
RGB
CMYK
RGB Variations
Color information
#BE56DD (or 0xBE56DD) is known color: Medium Orchid. HEX triplet: BE, 56 and DD. RGB value is (190,86,221). Sum of RGB (Red+Green+Blue) = 190+86+221=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56DD is #41A922. Grayscale: #848484. Windows color (decimal): -4303139 or 14505662. OLE color: 14505662.
HSL color Cylindrical-coordinate representation of color #BE56DD: hue angle of 286.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE56DD is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 86 | 221 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.13 |
| HSL | 286.22º | 0.67% | 0.6% | - |
| HSV(B) | 286.22º | 0.61% | 0.87% | - |
| XYZ | 37.61 | 22.82 | 70.83 | - |
| YUV | 132.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 221 | 0.14 | 0.61 | 0 | 0.13 | 286.22 | 0.67 | 0.6 |
| Hex | BE | 56 | DD | E | 3D | 0 | D | 11E | 43 | 3C |
| Octal | 276 | 126 | 335 | 16 | 75 | 0 | 15 | 436 | 103 | 74 |
| Binary | 10111110 | 1010110 | 11011101 | 1110 | 111101 | 0 | 1101 | 100011110 | 1000011 | 111100 |
Color Harmonies of #BE56DD
Complementary color
Monochromatic Colors of #BE56DD
Black with #BE56DD
Text Example
Text Example
White with #BE56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56DD; }
p { color: rgb(190,86,221); }
H1.HeaderClassName
{
color: #BE56DD;
}
.AnyTagClassName
{
color: #BE56DD;
}
</style>
background-color css
<style>
a { background-color: #BE56DD; }
a { background-color: rgb(190,86,221); }
div.DivClassName
{
background-color: #BE56DD;
}
.BgClassName
{
background-color: #BE56DD;
}
</style>
border-color css
<style>
span { border-color: #BE56DD; }
span { border-color: rgb(190,86,221); }
td.TdClassName
{
border-color: #BE56DD;
}
.TagClassName
{
border-color: #BE56DD;
}
</style>