Shades of Electric Purple #BE19FD
Tints of Electric Purple #BE19FD
RGB
CMYK
RGB Variations
Color information
#BE19FD (or 0xBE19FD) is known color: Electric Purple. HEX triplet: BE, 19 and FD. RGB value is (190,25,253). Sum of RGB (Red+Green+Blue) = 190+25+253=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE19FD is #41E602. Grayscale: #636363. Windows color (decimal): -4318723 or 16587198. OLE color: 16587198.
HSL color Cylindrical-coordinate representation of color #BE19FD: hue angle of 283.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE19FD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 25 | 253 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.01 |
| HSL | 283.42º | 0.98% | 0.55% | - |
| HSV(B) | 283.42º | 0.9% | 0.99% | - |
| XYZ | 39.31 | 18.73 | 94.47 | - |
| YUV | 100.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 253 | 0.25 | 0.90 | 0 | 0.01 | 283.42 | 0.98 | 0.55 |
| Hex | BE | 19 | FD | 19 | 5A | 0 | 1 | 11B | 62 | 37 |
| Octal | 276 | 31 | 375 | 31 | 132 | 0 | 1 | 433 | 142 | 67 |
| Binary | 10111110 | 11001 | 11111101 | 11001 | 1011010 | 0 | 1 | 100011011 | 1100010 | 110111 |
Color Harmonies of #BE19FD
Complementary color
Monochromatic Colors of #BE19FD
Black with #BE19FD
Text Example
Text Example
White with #BE19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19FD; }
p { color: rgb(190,25,253); }
H1.HeaderClassName
{
color: #BE19FD;
}
.AnyTagClassName
{
color: #BE19FD;
}
</style>
background-color css
<style>
a { background-color: #BE19FD; }
a { background-color: rgb(190,25,253); }
div.DivClassName
{
background-color: #BE19FD;
}
.BgClassName
{
background-color: #BE19FD;
}
</style>
border-color css
<style>
span { border-color: #BE19FD; }
span { border-color: rgb(190,25,253); }
td.TdClassName
{
border-color: #BE19FD;
}
.TagClassName
{
border-color: #BE19FD;
}
</style>