Shades of Electric Purple #BE01E4
Tints of Electric Purple #BE01E4
RGB
CMYK
RGB Variations
Color information
#BE01E4 (or 0xBE01E4) is known color: Electric Purple. HEX triplet: BE, 01 and E4. RGB value is (190,1,228). Sum of RGB (Red+Green+Blue) = 190+1+228=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE01E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01E4 is #41FE1B. Grayscale: #525252. Windows color (decimal): -4324892 or 14942654. OLE color: 14942654.
HSL color Cylindrical-coordinate representation of color #BE01E4: hue angle of 289.96º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE01E4 is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 1 | 228 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.11 |
| HSL | 289.96º | 0.99% | 0.45% | - |
| HSV(B) | 289.96º | 1% | 0.89% | - |
| XYZ | 35.25 | 16.57 | 74.74 | - |
| YUV | 83.39 | 209.62 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 228 | 0.17 | 1.00 | 0 | 0.11 | 289.96 | 0.99 | 0.45 |
| Hex | BE | 1 | E4 | 11 | 64 | 0 | B | 122 | 63 | 2D |
| Octal | 276 | 1 | 344 | 21 | 144 | 0 | 13 | 442 | 143 | 55 |
| Binary | 10111110 | 1 | 11100100 | 10001 | 1100100 | 0 | 1011 | 100100010 | 1100011 | 101101 |
Color Harmonies of #BE01E4
Complementary color
Monochromatic Colors of #BE01E4
Black with #BE01E4
Text Example
Text Example
White with #BE01E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01E4; }
p { color: rgb(190,1,228); }
H1.HeaderClassName
{
color: #BE01E4;
}
.AnyTagClassName
{
color: #BE01E4;
}
</style>
background-color css
<style>
a { background-color: #BE01E4; }
a { background-color: rgb(190,1,228); }
div.DivClassName
{
background-color: #BE01E4;
}
.BgClassName
{
background-color: #BE01E4;
}
</style>
border-color css
<style>
span { border-color: #BE01E4; }
span { border-color: rgb(190,1,228); }
td.TdClassName
{
border-color: #BE01E4;
}
.TagClassName
{
border-color: #BE01E4;
}
</style>