Shades of Electric Purple #BE19ED
Tints of Electric Purple #BE19ED
RGB
CMYK
RGB Variations
Color information
#BE19ED (or 0xBE19ED) is known color: Electric Purple. HEX triplet: BE, 19 and ED. RGB value is (190,25,237). Sum of RGB (Red+Green+Blue) = 190+25+237=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE19ED is #41E612. Grayscale: #616161. Windows color (decimal): -4318739 or 15538622. OLE color: 15538622.
HSL color Cylindrical-coordinate representation of color #BE19ED: hue angle of 286.7º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE19ED is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 25 | 237 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.07 |
| HSL | 286.7º | 0.85% | 0.51% | - |
| HSV(B) | 286.7º | 0.89% | 0.93% | - |
| XYZ | 36.87 | 17.76 | 81.6 | - |
| YUV | 98.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 237 | 0.20 | 0.89 | 0 | 0.07 | 286.7 | 0.85 | 0.51 |
| Hex | BE | 19 | ED | 14 | 59 | 0 | 7 | 11F | 55 | 33 |
| Octal | 276 | 31 | 355 | 24 | 131 | 0 | 7 | 437 | 125 | 63 |
| Binary | 10111110 | 11001 | 11101101 | 10100 | 1011001 | 0 | 111 | 100011111 | 1010101 | 110011 |
Color Harmonies of #BE19ED
Complementary color
Monochromatic Colors of #BE19ED
Black with #BE19ED
Text Example
Text Example
White with #BE19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19ED; }
p { color: rgb(190,25,237); }
H1.HeaderClassName
{
color: #BE19ED;
}
.AnyTagClassName
{
color: #BE19ED;
}
</style>
background-color css
<style>
a { background-color: #BE19ED; }
a { background-color: rgb(190,25,237); }
div.DivClassName
{
background-color: #BE19ED;
}
.BgClassName
{
background-color: #BE19ED;
}
</style>
border-color css
<style>
span { border-color: #BE19ED; }
span { border-color: rgb(190,25,237); }
td.TdClassName
{
border-color: #BE19ED;
}
.TagClassName
{
border-color: #BE19ED;
}
</style>