Shades of Electric Purple #BE19F2
Tints of Electric Purple #BE19F2
RGB
CMYK
RGB Variations
Color information
#BE19F2 (or 0xBE19F2) is known color: Electric Purple. HEX triplet: BE, 19 and F2. RGB value is (190,25,242). Sum of RGB (Red+Green+Blue) = 190+25+242=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE19F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE19F2 is #41E60D. Grayscale: #626262. Windows color (decimal): -4318734 or 15866302. OLE color: 15866302.
HSL color Cylindrical-coordinate representation of color #BE19F2: hue angle of 285.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE19F2 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 25 | 242 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.05 |
| HSL | 285.62º | 0.89% | 0.52% | - |
| HSV(B) | 285.62º | 0.9% | 0.95% | - |
| XYZ | 37.61 | 18.05 | 85.51 | - |
| YUV | 99.07 | 208.66 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 242 | 0.21 | 0.90 | 0 | 0.05 | 285.62 | 0.89 | 0.52 |
| Hex | BE | 19 | F2 | 15 | 5A | 0 | 5 | 11E | 59 | 34 |
| Octal | 276 | 31 | 362 | 25 | 132 | 0 | 5 | 436 | 131 | 64 |
| Binary | 10111110 | 11001 | 11110010 | 10101 | 1011010 | 0 | 101 | 100011110 | 1011001 | 110100 |
Color Harmonies of #BE19F2
Complementary color
Monochromatic Colors of #BE19F2
Black with #BE19F2
Text Example
Text Example
White with #BE19F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19F2; }
p { color: rgb(190,25,242); }
H1.HeaderClassName
{
color: #BE19F2;
}
.AnyTagClassName
{
color: #BE19F2;
}
</style>
background-color css
<style>
a { background-color: #BE19F2; }
a { background-color: rgb(190,25,242); }
div.DivClassName
{
background-color: #BE19F2;
}
.BgClassName
{
background-color: #BE19F2;
}
</style>
border-color css
<style>
span { border-color: #BE19F2; }
span { border-color: rgb(190,25,242); }
td.TdClassName
{
border-color: #BE19F2;
}
.TagClassName
{
border-color: #BE19F2;
}
</style>