Shades of Electric Purple #BE19E5
Tints of Electric Purple #BE19E5
RGB
CMYK
RGB Variations
Color information
#BE19E5 (or 0xBE19E5) is known color: Electric Purple. HEX triplet: BE, 19 and E5. RGB value is (190,25,229). Sum of RGB (Red+Green+Blue) = 190+25+229=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19E5 is #41E61A. Grayscale: #606060. Windows color (decimal): -4318747 or 15014334. OLE color: 15014334.
HSL color Cylindrical-coordinate representation of color #BE19E5: hue angle of 288.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE19E5 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 25 | 229 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.10 |
| HSL | 288.53º | 0.8% | 0.5% | - |
| HSV(B) | 288.53º | 0.89% | 0.9% | - |
| XYZ | 35.73 | 17.3 | 75.58 | - |
| YUV | 97.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 229 | 0.17 | 0.89 | 0 | 0.10 | 288.53 | 0.8 | 0.5 |
| Hex | BE | 19 | E5 | 11 | 59 | 0 | A | 121 | 50 | 32 |
| Octal | 276 | 31 | 345 | 21 | 131 | 0 | 12 | 441 | 120 | 62 |
| Binary | 10111110 | 11001 | 11100101 | 10001 | 1011001 | 0 | 1010 | 100100001 | 1010000 | 110010 |
Color Harmonies of #BE19E5
Complementary color
Monochromatic Colors of #BE19E5
Black with #BE19E5
Text Example
Text Example
White with #BE19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19E5; }
p { color: rgb(190,25,229); }
H1.HeaderClassName
{
color: #BE19E5;
}
.AnyTagClassName
{
color: #BE19E5;
}
</style>
background-color css
<style>
a { background-color: #BE19E5; }
a { background-color: rgb(190,25,229); }
div.DivClassName
{
background-color: #BE19E5;
}
.BgClassName
{
background-color: #BE19E5;
}
</style>
border-color css
<style>
span { border-color: #BE19E5; }
span { border-color: rgb(190,25,229); }
td.TdClassName
{
border-color: #BE19E5;
}
.TagClassName
{
border-color: #BE19E5;
}
</style>