Shades of Electric Purple #B801FE
Tints of Electric Purple #B801FE
RGB
CMYK
RGB Variations
Color information
#B801FE (or 0xB801FE) is known color: Electric Purple. HEX triplet: B8, 01 and FE. RGB value is (184,1,254). Sum of RGB (Red+Green+Blue) = 184+1+254=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #B801FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801FE is #47FE01. Grayscale: #535353. Windows color (decimal): -4718082 or 16646584. OLE color: 16646584.
HSL color Cylindrical-coordinate representation of color #B801FE: hue angle of 283.4º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801FE is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 1 | 254 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.00 |
| HSL | 283.4º | 0.99% | 0.5% | - |
| HSV(B) | 283.4º | 1% | 1% | - |
| XYZ | 37.67 | 17.37 | 95.13 | - |
| YUV | 84.56 | 223.63 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 254 | 0.28 | 1.00 | 0 | 0.00 | 283.4 | 0.99 | 0.5 |
| Hex | B8 | 1 | FE | 1C | 64 | 0 | 0 | 11B | 63 | 32 |
| Octal | 270 | 1 | 376 | 34 | 144 | 0 | 0 | 433 | 143 | 62 |
| Binary | 10111000 | 1 | 11111110 | 11100 | 1100100 | 0 | 0 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B801FE
Complementary color
Monochromatic Colors of #B801FE
Black with #B801FE
Text Example
Text Example
White with #B801FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801FE; }
p { color: rgb(184,1,254); }
H1.HeaderClassName
{
color: #B801FE;
}
.AnyTagClassName
{
color: #B801FE;
}
</style>
background-color css
<style>
a { background-color: #B801FE; }
a { background-color: rgb(184,1,254); }
div.DivClassName
{
background-color: #B801FE;
}
.BgClassName
{
background-color: #B801FE;
}
</style>
border-color css
<style>
span { border-color: #B801FE; }
span { border-color: rgb(184,1,254); }
td.TdClassName
{
border-color: #B801FE;
}
.TagClassName
{
border-color: #B801FE;
}
</style>