Shades of Electric Purple #BE1AF2
Tints of Electric Purple #BE1AF2
RGB
CMYK
RGB Variations
Color information
#BE1AF2 (or 0xBE1AF2) is known color: Electric Purple. HEX triplet: BE, 1A and F2. RGB value is (190,26,242). Sum of RGB (Red+Green+Blue) = 190+26+242=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE1AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1AF2 is #41E50D. Grayscale: #626262. Windows color (decimal): -4318478 or 15866558. OLE color: 15866558.
HSL color Cylindrical-coordinate representation of color #BE1AF2: hue angle of 285.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1AF2 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 26 | 242 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.05 |
| HSL | 285.56º | 0.89% | 0.53% | - |
| HSV(B) | 285.56º | 0.89% | 0.95% | - |
| XYZ | 37.63 | 18.1 | 85.51 | - |
| YUV | 99.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 242 | 0.21 | 0.89 | 0 | 0.05 | 285.56 | 0.89 | 0.53 |
| Hex | BE | 1A | F2 | 15 | 59 | 0 | 5 | 11E | 59 | 35 |
| Octal | 276 | 32 | 362 | 25 | 131 | 0 | 5 | 436 | 131 | 65 |
| Binary | 10111110 | 11010 | 11110010 | 10101 | 1011001 | 0 | 101 | 100011110 | 1011001 | 110101 |
Color Harmonies of #BE1AF2
Complementary color
Monochromatic Colors of #BE1AF2
Black with #BE1AF2
Text Example
Text Example
White with #BE1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1AF2; }
p { color: rgb(190,26,242); }
H1.HeaderClassName
{
color: #BE1AF2;
}
.AnyTagClassName
{
color: #BE1AF2;
}
</style>
background-color css
<style>
a { background-color: #BE1AF2; }
a { background-color: rgb(190,26,242); }
div.DivClassName
{
background-color: #BE1AF2;
}
.BgClassName
{
background-color: #BE1AF2;
}
</style>
border-color css
<style>
span { border-color: #BE1AF2; }
span { border-color: rgb(190,26,242); }
td.TdClassName
{
border-color: #BE1AF2;
}
.TagClassName
{
border-color: #BE1AF2;
}
</style>