Shades of Electric Purple #B801E1
Tints of Electric Purple #B801E1
RGB
CMYK
RGB Variations
Color information
#B801E1 (or 0xB801E1) is known color: Electric Purple. HEX triplet: B8, 01 and E1. RGB value is (184,1,225). Sum of RGB (Red+Green+Blue) = 184+1+225=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #B801E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801E1 is #47FE1E. Grayscale: #505050. Windows color (decimal): -4718111 or 14746040. OLE color: 14746040.
HSL color Cylindrical-coordinate representation of color #B801E1: hue angle of 289.02º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801E1 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 1 | 225 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.12 |
| HSL | 289.02º | 0.99% | 0.44% | - |
| HSV(B) | 289.02º | 1% | 0.88% | - |
| XYZ | 33.37 | 15.65 | 72.5 | - |
| YUV | 81.25 | 209.13 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 225 | 0.18 | 1.00 | 0 | 0.12 | 289.02 | 0.99 | 0.44 |
| Hex | B8 | 1 | E1 | 12 | 64 | 0 | C | 121 | 63 | 2C |
| Octal | 270 | 1 | 341 | 22 | 144 | 0 | 14 | 441 | 143 | 54 |
| Binary | 10111000 | 1 | 11100001 | 10010 | 1100100 | 0 | 1100 | 100100001 | 1100011 | 101100 |
Color Harmonies of #B801E1
Complementary color
Monochromatic Colors of #B801E1
Black with #B801E1
Text Example
Text Example
White with #B801E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801E1; }
p { color: rgb(184,1,225); }
H1.HeaderClassName
{
color: #B801E1;
}
.AnyTagClassName
{
color: #B801E1;
}
</style>
background-color css
<style>
a { background-color: #B801E1; }
a { background-color: rgb(184,1,225); }
div.DivClassName
{
background-color: #B801E1;
}
.BgClassName
{
background-color: #B801E1;
}
</style>
border-color css
<style>
span { border-color: #B801E1; }
span { border-color: rgb(184,1,225); }
td.TdClassName
{
border-color: #B801E1;
}
.TagClassName
{
border-color: #B801E1;
}
</style>