Shades of Medium Orchid #BE56E5
Tints of Medium Orchid #BE56E5
RGB
CMYK
RGB Variations
Color information
#BE56E5 (or 0xBE56E5) is known color: Medium Orchid. HEX triplet: BE, 56 and E5. RGB value is (190,86,229). Sum of RGB (Red+Green+Blue) = 190+86+229=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56E5 is #41A91A. Grayscale: #848484. Windows color (decimal): -4303131 or 15029950. OLE color: 15029950.
HSL color Cylindrical-coordinate representation of color #BE56E5: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE56E5 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 86 | 229 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.10 |
| HSL | 283.64º | 0.73% | 0.62% | - |
| HSV(B) | 283.64º | 0.62% | 0.9% | - |
| XYZ | 38.71 | 23.26 | 76.58 | - |
| YUV | 133.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 229 | 0.17 | 0.62 | 0 | 0.10 | 283.64 | 0.73 | 0.62 |
| Hex | BE | 56 | E5 | 11 | 3E | 0 | A | 11C | 49 | 3E |
| Octal | 276 | 126 | 345 | 21 | 76 | 0 | 12 | 434 | 111 | 76 |
| Binary | 10111110 | 1010110 | 11100101 | 10001 | 111110 | 0 | 1010 | 100011100 | 1001001 | 111110 |
Color Harmonies of #BE56E5
Complementary color
Monochromatic Colors of #BE56E5
Black with #BE56E5
Text Example
Text Example
White with #BE56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56E5; }
p { color: rgb(190,86,229); }
H1.HeaderClassName
{
color: #BE56E5;
}
.AnyTagClassName
{
color: #BE56E5;
}
</style>
background-color css
<style>
a { background-color: #BE56E5; }
a { background-color: rgb(190,86,229); }
div.DivClassName
{
background-color: #BE56E5;
}
.BgClassName
{
background-color: #BE56E5;
}
</style>
border-color css
<style>
span { border-color: #BE56E5; }
span { border-color: rgb(190,86,229); }
td.TdClassName
{
border-color: #BE56E5;
}
.TagClassName
{
border-color: #BE56E5;
}
</style>