Shades of Electric Purple #B801FF
Tints of Electric Purple #B801FF
RGB
CMYK
RGB Variations
Color information
#B801FF (or 0xB801FF) is known color: Electric Purple. HEX triplet: B8, 01 and FF. RGB value is (184,1,255). Sum of RGB (Red+Green+Blue) = 184+1+255=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #B801FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801FF is #47FE00. Grayscale: #535353. Windows color (decimal): -4718081 or 16712120. OLE color: 16712120.
HSL color Cylindrical-coordinate representation of color #B801FF: hue angle of 283.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801FF is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 1 | 255 | - |
| CMYK | 0.28 | 1.00 | 0 | 0 |
| HSL | 283.23º | 1% | 0.5% | - |
| HSV(B) | 283.23º | 1% | 1% | - |
| XYZ | 37.83 | 17.43 | 95.98 | - |
| YUV | 84.67 | 224.13 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 255 | 0.28 | 1.00 | 0 | 0 | 283.23 | 1 | 0.5 |
| Hex | B8 | 1 | FF | 1C | 64 | 0 | 0 | 11B | 64 | 32 |
| Octal | 270 | 1 | 377 | 34 | 144 | 0 | 0 | 433 | 144 | 62 |
| Binary | 10111000 | 1 | 11111111 | 11100 | 1100100 | 0 | 0 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B801FF
Complementary color
Monochromatic Colors of #B801FF
Black with #B801FF
Text Example
Text Example
White with #B801FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801FF; }
p { color: rgb(184,1,255); }
H1.HeaderClassName
{
color: #B801FF;
}
.AnyTagClassName
{
color: #B801FF;
}
</style>
background-color css
<style>
a { background-color: #B801FF; }
a { background-color: rgb(184,1,255); }
div.DivClassName
{
background-color: #B801FF;
}
.BgClassName
{
background-color: #B801FF;
}
</style>
border-color css
<style>
span { border-color: #B801FF; }
span { border-color: rgb(184,1,255); }
td.TdClassName
{
border-color: #B801FF;
}
.TagClassName
{
border-color: #B801FF;
}
</style>