Shades of Electric Purple #B801E5
Tints of Electric Purple #B801E5
RGB
CMYK
RGB Variations
Color information
#B801E5 (or 0xB801E5) is known color: Electric Purple. HEX triplet: B8, 01 and E5. RGB value is (184,1,229). Sum of RGB (Red+Green+Blue) = 184+1+229=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #B801E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801E5 is #47FE1A. Grayscale: #505050. Windows color (decimal): -4718107 or 15008184. OLE color: 15008184.
HSL color Cylindrical-coordinate representation of color #B801E5: hue angle of 288.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801E5 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 1 | 229 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.10 |
| HSL | 288.16º | 0.99% | 0.45% | - |
| HSV(B) | 288.16º | 1% | 0.9% | - |
| XYZ | 33.92 | 15.87 | 75.4 | - |
| YUV | 81.71 | 211.13 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 229 | 0.20 | 1.00 | 0 | 0.10 | 288.16 | 0.99 | 0.45 |
| Hex | B8 | 1 | E5 | 14 | 64 | 0 | A | 120 | 63 | 2D |
| Octal | 270 | 1 | 345 | 24 | 144 | 0 | 12 | 440 | 143 | 55 |
| Binary | 10111000 | 1 | 11100101 | 10100 | 1100100 | 0 | 1010 | 100100000 | 1100011 | 101101 |
Color Harmonies of #B801E5
Complementary color
Monochromatic Colors of #B801E5
Black with #B801E5
Text Example
Text Example
White with #B801E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801E5; }
p { color: rgb(184,1,229); }
H1.HeaderClassName
{
color: #B801E5;
}
.AnyTagClassName
{
color: #B801E5;
}
</style>
background-color css
<style>
a { background-color: #B801E5; }
a { background-color: rgb(184,1,229); }
div.DivClassName
{
background-color: #B801E5;
}
.BgClassName
{
background-color: #B801E5;
}
</style>
border-color css
<style>
span { border-color: #B801E5; }
span { border-color: rgb(184,1,229); }
td.TdClassName
{
border-color: #B801E5;
}
.TagClassName
{
border-color: #B801E5;
}
</style>