Shades of Electric Purple #B801E7
Tints of Electric Purple #B801E7
RGB
CMYK
RGB Variations
Color information
#B801E7 (or 0xB801E7) is known color: Electric Purple. HEX triplet: B8, 01 and E7. RGB value is (184,1,231). Sum of RGB (Red+Green+Blue) = 184+1+231=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #B801E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801E7 is #47FE18. Grayscale: #515151. Windows color (decimal): -4718105 or 15139256. OLE color: 15139256.
HSL color Cylindrical-coordinate representation of color #B801E7: hue angle of 287.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801E7 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 1 | 231 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.09 |
| HSL | 287.74º | 0.99% | 0.45% | - |
| HSV(B) | 287.74º | 1% | 0.91% | - |
| XYZ | 34.2 | 15.98 | 76.88 | - |
| YUV | 81.94 | 212.13 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 231 | 0.20 | 1.00 | 0 | 0.09 | 287.74 | 0.99 | 0.45 |
| Hex | B8 | 1 | E7 | 14 | 64 | 0 | 9 | 120 | 63 | 2D |
| Octal | 270 | 1 | 347 | 24 | 144 | 0 | 11 | 440 | 143 | 55 |
| Binary | 10111000 | 1 | 11100111 | 10100 | 1100100 | 0 | 1001 | 100100000 | 1100011 | 101101 |
Color Harmonies of #B801E7
Complementary color
Monochromatic Colors of #B801E7
Black with #B801E7
Text Example
Text Example
White with #B801E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801E7; }
p { color: rgb(184,1,231); }
H1.HeaderClassName
{
color: #B801E7;
}
.AnyTagClassName
{
color: #B801E7;
}
</style>
background-color css
<style>
a { background-color: #B801E7; }
a { background-color: rgb(184,1,231); }
div.DivClassName
{
background-color: #B801E7;
}
.BgClassName
{
background-color: #B801E7;
}
</style>
border-color css
<style>
span { border-color: #B801E7; }
span { border-color: rgb(184,1,231); }
td.TdClassName
{
border-color: #B801E7;
}
.TagClassName
{
border-color: #B801E7;
}
</style>