Shades of Electric Purple #BE20ED
Tints of Electric Purple #BE20ED
RGB
CMYK
RGB Variations
Color information
#BE20ED (or 0xBE20ED) is known color: Electric Purple. HEX triplet: BE, 20 and ED. RGB value is (190,32,237). Sum of RGB (Red+Green+Blue) = 190+32+237=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20ED is #41DF12. Grayscale: #656565. Windows color (decimal): -4316947 or 15540414. OLE color: 15540414.
HSL color Cylindrical-coordinate representation of color #BE20ED: hue angle of 286.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE20ED is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 32 | 237 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.07 |
| HSL | 286.24º | 0.85% | 0.53% | - |
| HSV(B) | 286.24º | 0.86% | 0.93% | - |
| XYZ | 37.04 | 18.09 | 81.66 | - |
| YUV | 102.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 237 | 0.20 | 0.86 | 0 | 0.07 | 286.24 | 0.85 | 0.53 |
| Hex | BE | 20 | ED | 14 | 56 | 0 | 7 | 11E | 55 | 35 |
| Octal | 276 | 40 | 355 | 24 | 126 | 0 | 7 | 436 | 125 | 65 |
| Binary | 10111110 | 100000 | 11101101 | 10100 | 1010110 | 0 | 111 | 100011110 | 1010101 | 110101 |
Color Harmonies of #BE20ED
Complementary color
Monochromatic Colors of #BE20ED
Black with #BE20ED
Text Example
Text Example
White with #BE20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20ED; }
p { color: rgb(190,32,237); }
H1.HeaderClassName
{
color: #BE20ED;
}
.AnyTagClassName
{
color: #BE20ED;
}
</style>
background-color css
<style>
a { background-color: #BE20ED; }
a { background-color: rgb(190,32,237); }
div.DivClassName
{
background-color: #BE20ED;
}
.BgClassName
{
background-color: #BE20ED;
}
</style>
border-color css
<style>
span { border-color: #BE20ED; }
span { border-color: rgb(190,32,237); }
td.TdClassName
{
border-color: #BE20ED;
}
.TagClassName
{
border-color: #BE20ED;
}
</style>