Shades of Electric Purple #BE20E8
Tints of Electric Purple #BE20E8
RGB
CMYK
RGB Variations
Color information
#BE20E8 (or 0xBE20E8) is known color: Electric Purple. HEX triplet: BE, 20 and E8. RGB value is (190,32,232). Sum of RGB (Red+Green+Blue) = 190+32+232=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE20E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20E8 is #41DF17. Grayscale: #656565. Windows color (decimal): -4316952 or 15212734. OLE color: 15212734.
HSL color Cylindrical-coordinate representation of color #BE20E8: hue angle of 287.4º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE20E8 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 32 | 232 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.09 |
| HSL | 287.4º | 0.81% | 0.52% | - |
| HSV(B) | 287.4º | 0.86% | 0.91% | - |
| XYZ | 36.32 | 17.81 | 77.87 | - |
| YUV | 102.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 232 | 0.18 | 0.86 | 0 | 0.09 | 287.4 | 0.81 | 0.52 |
| Hex | BE | 20 | E8 | 12 | 56 | 0 | 9 | 11F | 51 | 34 |
| Octal | 276 | 40 | 350 | 22 | 126 | 0 | 11 | 437 | 121 | 64 |
| Binary | 10111110 | 100000 | 11101000 | 10010 | 1010110 | 0 | 1001 | 100011111 | 1010001 | 110100 |
Color Harmonies of #BE20E8
Complementary color
Monochromatic Colors of #BE20E8
Black with #BE20E8
Text Example
Text Example
White with #BE20E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20E8; }
p { color: rgb(190,32,232); }
H1.HeaderClassName
{
color: #BE20E8;
}
.AnyTagClassName
{
color: #BE20E8;
}
</style>
background-color css
<style>
a { background-color: #BE20E8; }
a { background-color: rgb(190,32,232); }
div.DivClassName
{
background-color: #BE20E8;
}
.BgClassName
{
background-color: #BE20E8;
}
</style>
border-color css
<style>
span { border-color: #BE20E8; }
span { border-color: rgb(190,32,232); }
td.TdClassName
{
border-color: #BE20E8;
}
.TagClassName
{
border-color: #BE20E8;
}
</style>