Shades of Electric Purple #BE2AFE
Tints of Electric Purple #BE2AFE
RGB
CMYK
RGB Variations
Color information
#BE2AFE (or 0xBE2AFE) is known color: Electric Purple. HEX triplet: BE, 2A and FE. RGB value is (190,42,254). Sum of RGB (Red+Green+Blue) = 190+42+254=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 42 (16.80% from 255 or 8.64% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE2AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2AFE is #41D501. Grayscale: #6D6D6D. Windows color (decimal): -4314370 or 16657086. OLE color: 16657086.
HSL color Cylindrical-coordinate representation of color #BE2AFE: hue angle of 281.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2AFE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 42 | 254 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.00 |
| HSL | 281.89º | 0.99% | 0.58% | - |
| HSV(B) | 281.89º | 0.83% | 1% | - |
| XYZ | 39.95 | 19.76 | 95.47 | - |
| YUV | 110.42 | 209.03 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 254 | 0.25 | 0.83 | 0 | 0.00 | 281.89 | 0.99 | 0.58 |
| Hex | BE | 2A | FE | 19 | 53 | 0 | 0 | 11A | 63 | 3A |
| Octal | 276 | 52 | 376 | 31 | 123 | 0 | 0 | 432 | 143 | 72 |
| Binary | 10111110 | 101010 | 11111110 | 11001 | 1010011 | 0 | 0 | 100011010 | 1100011 | 111010 |
Color Harmonies of #BE2AFE
Complementary color
Monochromatic Colors of #BE2AFE
Black with #BE2AFE
Text Example
Text Example
White with #BE2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AFE; }
p { color: rgb(190,42,254); }
H1.HeaderClassName
{
color: #BE2AFE;
}
.AnyTagClassName
{
color: #BE2AFE;
}
</style>
background-color css
<style>
a { background-color: #BE2AFE; }
a { background-color: rgb(190,42,254); }
div.DivClassName
{
background-color: #BE2AFE;
}
.BgClassName
{
background-color: #BE2AFE;
}
</style>
border-color css
<style>
span { border-color: #BE2AFE; }
span { border-color: rgb(190,42,254); }
td.TdClassName
{
border-color: #BE2AFE;
}
.TagClassName
{
border-color: #BE2AFE;
}
</style>