Shades of Electric Purple #B801E9
Tints of Electric Purple #B801E9
RGB
CMYK
RGB Variations
Color information
#B801E9 (or 0xB801E9) is known color: Electric Purple. HEX triplet: B8, 01 and E9. RGB value is (184,1,233). Sum of RGB (Red+Green+Blue) = 184+1+233=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #B801E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801E9 is #47FE16. Grayscale: #515151. Windows color (decimal): -4718103 or 15270328. OLE color: 15270328.
HSL color Cylindrical-coordinate representation of color #B801E9: hue angle of 287.33º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801E9 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 1 | 233 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.09 |
| HSL | 287.33º | 0.99% | 0.46% | - |
| HSV(B) | 287.33º | 1% | 0.91% | - |
| XYZ | 34.49 | 16.1 | 78.38 | - |
| YUV | 82.17 | 213.13 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 233 | 0.21 | 1.00 | 0 | 0.09 | 287.33 | 0.99 | 0.46 |
| Hex | B8 | 1 | E9 | 15 | 64 | 0 | 9 | 11F | 63 | 2E |
| Octal | 270 | 1 | 351 | 25 | 144 | 0 | 11 | 437 | 143 | 56 |
| Binary | 10111000 | 1 | 11101001 | 10101 | 1100100 | 0 | 1001 | 100011111 | 1100011 | 101110 |
Color Harmonies of #B801E9
Complementary color
Monochromatic Colors of #B801E9
Black with #B801E9
Text Example
Text Example
White with #B801E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801E9; }
p { color: rgb(184,1,233); }
H1.HeaderClassName
{
color: #B801E9;
}
.AnyTagClassName
{
color: #B801E9;
}
</style>
background-color css
<style>
a { background-color: #B801E9; }
a { background-color: rgb(184,1,233); }
div.DivClassName
{
background-color: #B801E9;
}
.BgClassName
{
background-color: #B801E9;
}
</style>
border-color css
<style>
span { border-color: #B801E9; }
span { border-color: rgb(184,1,233); }
td.TdClassName
{
border-color: #B801E9;
}
.TagClassName
{
border-color: #B801E9;
}
</style>