Shades of Electric Purple #B801FC
Tints of Electric Purple #B801FC
RGB
CMYK
RGB Variations
Color information
#B801FC (or 0xB801FC) is known color: Electric Purple. HEX triplet: B8, 01 and FC. RGB value is (184,1,252). Sum of RGB (Red+Green+Blue) = 184+1+252=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #B801FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801FC is #47FE03. Grayscale: #535353. Windows color (decimal): -4718084 or 16515512. OLE color: 16515512.
HSL color Cylindrical-coordinate representation of color #B801FC: hue angle of 283.75º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801FC is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 1 | 252 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.01 |
| HSL | 283.75º | 0.99% | 0.5% | - |
| HSV(B) | 283.75º | 1% | 0.99% | - |
| XYZ | 37.35 | 17.24 | 93.45 | - |
| YUV | 84.33 | 222.63 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 252 | 0.27 | 1.00 | 0 | 0.01 | 283.75 | 0.99 | 0.5 |
| Hex | B8 | 1 | FC | 1B | 64 | 0 | 1 | 11C | 63 | 32 |
| Octal | 270 | 1 | 374 | 33 | 144 | 0 | 1 | 434 | 143 | 62 |
| Binary | 10111000 | 1 | 11111100 | 11011 | 1100100 | 0 | 1 | 100011100 | 1100011 | 110010 |
Color Harmonies of #B801FC
Complementary color
Monochromatic Colors of #B801FC
Black with #B801FC
Text Example
Text Example
White with #B801FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801FC; }
p { color: rgb(184,1,252); }
H1.HeaderClassName
{
color: #B801FC;
}
.AnyTagClassName
{
color: #B801FC;
}
</style>
background-color css
<style>
a { background-color: #B801FC; }
a { background-color: rgb(184,1,252); }
div.DivClassName
{
background-color: #B801FC;
}
.BgClassName
{
background-color: #B801FC;
}
</style>
border-color css
<style>
span { border-color: #B801FC; }
span { border-color: rgb(184,1,252); }
td.TdClassName
{
border-color: #B801FC;
}
.TagClassName
{
border-color: #B801FC;
}
</style>