Shades of Medium Orchid #BE59EC
Tints of Medium Orchid #BE59EC
RGB
CMYK
RGB Variations
Color information
#BE59EC (or 0xBE59EC) is known color: Medium Orchid. HEX triplet: BE, 59 and EC. RGB value is (190,89,236). Sum of RGB (Red+Green+Blue) = 190+89+236=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE59EC is #41A613. Grayscale: #878787. Windows color (decimal): -4302356 or 15489470. OLE color: 15489470.
HSL color Cylindrical-coordinate representation of color #BE59EC: hue angle of 281.22º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE59EC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 89 | 236 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.07 |
| HSL | 281.22º | 0.79% | 0.64% | - |
| HSV(B) | 281.22º | 0.62% | 0.93% | - |
| XYZ | 39.95 | 24.15 | 81.91 | - |
| YUV | 135.96 | 184.46 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 236 | 0.19 | 0.62 | 0 | 0.07 | 281.22 | 0.79 | 0.64 |
| Hex | BE | 59 | EC | 13 | 3E | 0 | 7 | 119 | 4F | 40 |
| Octal | 276 | 131 | 354 | 23 | 76 | 0 | 7 | 431 | 117 | 100 |
| Binary | 10111110 | 1011001 | 11101100 | 10011 | 111110 | 0 | 111 | 100011001 | 1001111 | 1000000 |
Color Harmonies of #BE59EC
Complementary color
Monochromatic Colors of #BE59EC
Black with #BE59EC
Text Example
Text Example
White with #BE59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59EC; }
p { color: rgb(190,89,236); }
H1.HeaderClassName
{
color: #BE59EC;
}
.AnyTagClassName
{
color: #BE59EC;
}
</style>
background-color css
<style>
a { background-color: #BE59EC; }
a { background-color: rgb(190,89,236); }
div.DivClassName
{
background-color: #BE59EC;
}
.BgClassName
{
background-color: #BE59EC;
}
</style>
border-color css
<style>
span { border-color: #BE59EC; }
span { border-color: rgb(190,89,236); }
td.TdClassName
{
border-color: #BE59EC;
}
.TagClassName
{
border-color: #BE59EC;
}
</style>