Shades of Medium Orchid #BE56CA
Tints of Medium Orchid #BE56CA
RGB
CMYK
RGB Variations
Color information
#BE56CA (or 0xBE56CA) is known color: Medium Orchid. HEX triplet: BE, 56 and CA. RGB value is (190,86,202). Sum of RGB (Red+Green+Blue) = 190+86+202=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56CA is #41A935. Grayscale: #818181. Windows color (decimal): -4303158 or 13260478. OLE color: 13260478.
HSL color Cylindrical-coordinate representation of color #BE56CA: hue angle of 293.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE56CA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 86 | 202 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.21 |
| HSL | 293.79º | 0.52% | 0.56% | - |
| HSV(B) | 293.79º | 0.57% | 0.79% | - |
| XYZ | 35.22 | 21.87 | 58.24 | - |
| YUV | 130.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 202 | 0.06 | 0.57 | 0 | 0.21 | 293.79 | 0.52 | 0.56 |
| Hex | BE | 56 | CA | 6 | 39 | 0 | 15 | 126 | 34 | 38 |
| Octal | 276 | 126 | 312 | 6 | 71 | 0 | 25 | 446 | 64 | 70 |
| Binary | 10111110 | 1010110 | 11001010 | 110 | 111001 | 0 | 10101 | 100100110 | 110100 | 111000 |
Color Harmonies of #BE56CA
Complementary color
Monochromatic Colors of #BE56CA
Black with #BE56CA
Text Example
Text Example
White with #BE56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56CA; }
p { color: rgb(190,86,202); }
H1.HeaderClassName
{
color: #BE56CA;
}
.AnyTagClassName
{
color: #BE56CA;
}
</style>
background-color css
<style>
a { background-color: #BE56CA; }
a { background-color: rgb(190,86,202); }
div.DivClassName
{
background-color: #BE56CA;
}
.BgClassName
{
background-color: #BE56CA;
}
</style>
border-color css
<style>
span { border-color: #BE56CA; }
span { border-color: rgb(190,86,202); }
td.TdClassName
{
border-color: #BE56CA;
}
.TagClassName
{
border-color: #BE56CA;
}
</style>