Shades of Electric Purple #B801E4
Tints of Electric Purple #B801E4
RGB
CMYK
RGB Variations
Color information
#B801E4 (or 0xB801E4) is known color: Electric Purple. HEX triplet: B8, 01 and E4. RGB value is (184,1,228). Sum of RGB (Red+Green+Blue) = 184+1+228=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 228 (89.45% from 255 or 55.21% from 413); Max value from RGB is 228 - color contains mainly: blue. Hex color #B801E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801E4 is #47FE1B. Grayscale: #505050. Windows color (decimal): -4718108 or 14942648. OLE color: 14942648.
HSL color Cylindrical-coordinate representation of color #B801E4: hue angle of 288.37º 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 #B801E4 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 1 | 228 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.11 |
| HSL | 288.37º | 0.99% | 0.45% | - |
| HSV(B) | 288.37º | 1% | 0.89% | - |
| XYZ | 33.78 | 15.81 | 74.67 | - |
| YUV | 81.6 | 210.63 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 228 | 0.19 | 1.00 | 0 | 0.11 | 288.37 | 0.99 | 0.45 |
| Hex | B8 | 1 | E4 | 13 | 64 | 0 | B | 120 | 63 | 2D |
| Octal | 270 | 1 | 344 | 23 | 144 | 0 | 13 | 440 | 143 | 55 |
| Binary | 10111000 | 1 | 11100100 | 10011 | 1100100 | 0 | 1011 | 100100000 | 1100011 | 101101 |
Color Harmonies of #B801E4
Complementary color
Monochromatic Colors of #B801E4
Black with #B801E4
Text Example
Text Example
White with #B801E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801E4; }
p { color: rgb(184,1,228); }
H1.HeaderClassName
{
color: #B801E4;
}
.AnyTagClassName
{
color: #B801E4;
}
</style>
background-color css
<style>
a { background-color: #B801E4; }
a { background-color: rgb(184,1,228); }
div.DivClassName
{
background-color: #B801E4;
}
.BgClassName
{
background-color: #B801E4;
}
</style>
border-color css
<style>
span { border-color: #B801E4; }
span { border-color: rgb(184,1,228); }
td.TdClassName
{
border-color: #B801E4;
}
.TagClassName
{
border-color: #B801E4;
}
</style>