Shades of Electric Purple #B401FC
Tints of Electric Purple #B401FC
RGB
CMYK
RGB Variations
Color information
#B401FC (or 0xB401FC) is known color: Electric Purple. HEX triplet: B4, 01 and FC. RGB value is (180,1,252). Sum of RGB (Red+Green+Blue) = 180+1+252=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #B401FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401FC is #4BFE03. Grayscale: #525252. Windows color (decimal): -4980228 or 16515508. OLE color: 16515508.
HSL color Cylindrical-coordinate representation of color #B401FC: hue angle of 282.79º 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 #B401FC is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 1 | 252 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.01 |
| HSL | 282.79º | 0.99% | 0.5% | - |
| HSV(B) | 282.79º | 1% | 0.99% | - |
| XYZ | 36.4 | 16.75 | 93.41 | - |
| YUV | 83.14 | 223.3 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 252 | 0.29 | 1.00 | 0 | 0.01 | 282.79 | 0.99 | 0.5 |
| Hex | B4 | 1 | FC | 1D | 64 | 0 | 1 | 11B | 63 | 32 |
| Octal | 264 | 1 | 374 | 35 | 144 | 0 | 1 | 433 | 143 | 62 |
| Binary | 10110100 | 1 | 11111100 | 11101 | 1100100 | 0 | 1 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B401FC
Complementary color
Monochromatic Colors of #B401FC
Black with #B401FC
Text Example
Text Example
White with #B401FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401FC; }
p { color: rgb(180,1,252); }
H1.HeaderClassName
{
color: #B401FC;
}
.AnyTagClassName
{
color: #B401FC;
}
</style>
background-color css
<style>
a { background-color: #B401FC; }
a { background-color: rgb(180,1,252); }
div.DivClassName
{
background-color: #B401FC;
}
.BgClassName
{
background-color: #B401FC;
}
</style>
border-color css
<style>
span { border-color: #B401FC; }
span { border-color: rgb(180,1,252); }
td.TdClassName
{
border-color: #B401FC;
}
.TagClassName
{
border-color: #B401FC;
}
</style>