Shades of Medium Orchid #BE56D0
Tints of Medium Orchid #BE56D0
RGB
CMYK
RGB Variations
Color information
#BE56D0 (or 0xBE56D0) is known color: Medium Orchid. HEX triplet: BE, 56 and D0. RGB value is (190,86,208). Sum of RGB (Red+Green+Blue) = 190+86+208=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE56D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56D0 is #41A92F. Grayscale: #828282. Windows color (decimal): -4303152 or 13653694. OLE color: 13653694.
HSL color Cylindrical-coordinate representation of color #BE56D0: hue angle of 291.15º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE56D0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 86 | 208 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.18 |
| HSL | 291.15º | 0.56% | 0.58% | - |
| HSV(B) | 291.15º | 0.59% | 0.82% | - |
| XYZ | 35.95 | 22.16 | 62.06 | - |
| YUV | 131 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 208 | 0.09 | 0.59 | 0 | 0.18 | 291.15 | 0.56 | 0.58 |
| Hex | BE | 56 | D0 | 9 | 3B | 0 | 12 | 123 | 38 | 3A |
| Octal | 276 | 126 | 320 | 11 | 73 | 0 | 22 | 443 | 70 | 72 |
| Binary | 10111110 | 1010110 | 11010000 | 1001 | 111011 | 0 | 10010 | 100100011 | 111000 | 111010 |
Color Harmonies of #BE56D0
Complementary color
Monochromatic Colors of #BE56D0
Black with #BE56D0
Text Example
Text Example
White with #BE56D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56D0; }
p { color: rgb(190,86,208); }
H1.HeaderClassName
{
color: #BE56D0;
}
.AnyTagClassName
{
color: #BE56D0;
}
</style>
background-color css
<style>
a { background-color: #BE56D0; }
a { background-color: rgb(190,86,208); }
div.DivClassName
{
background-color: #BE56D0;
}
.BgClassName
{
background-color: #BE56D0;
}
</style>
border-color css
<style>
span { border-color: #BE56D0; }
span { border-color: rgb(190,86,208); }
td.TdClassName
{
border-color: #BE56D0;
}
.TagClassName
{
border-color: #BE56D0;
}
</style>