Shades of Electric Purple #B401FE
Tints of Electric Purple #B401FE
RGB
CMYK
RGB Variations
Color information
#B401FE (or 0xB401FE) is known color: Electric Purple. HEX triplet: B4, 01 and FE. RGB value is (180,1,254). Sum of RGB (Red+Green+Blue) = 180+1+254=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #B401FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401FE is #4BFE01. Grayscale: #525252. Windows color (decimal): -4980226 or 16646580. OLE color: 16646580.
HSL color Cylindrical-coordinate representation of color #B401FE: hue angle of 282.45º 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 #B401FE is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 1 | 254 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.00 |
| HSL | 282.45º | 0.99% | 0.5% | - |
| HSV(B) | 282.45º | 1% | 1% | - |
| XYZ | 36.72 | 16.88 | 95.09 | - |
| YUV | 83.36 | 224.3 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 254 | 0.29 | 1.00 | 0 | 0.00 | 282.45 | 0.99 | 0.5 |
| Hex | B4 | 1 | FE | 1D | 64 | 0 | 0 | 11A | 63 | 32 |
| Octal | 264 | 1 | 376 | 35 | 144 | 0 | 0 | 432 | 143 | 62 |
| Binary | 10110100 | 1 | 11111110 | 11101 | 1100100 | 0 | 0 | 100011010 | 1100011 | 110010 |
Color Harmonies of #B401FE
Complementary color
Monochromatic Colors of #B401FE
Black with #B401FE
Text Example
Text Example
White with #B401FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401FE; }
p { color: rgb(180,1,254); }
H1.HeaderClassName
{
color: #B401FE;
}
.AnyTagClassName
{
color: #B401FE;
}
</style>
background-color css
<style>
a { background-color: #B401FE; }
a { background-color: rgb(180,1,254); }
div.DivClassName
{
background-color: #B401FE;
}
.BgClassName
{
background-color: #B401FE;
}
</style>
border-color css
<style>
span { border-color: #B401FE; }
span { border-color: rgb(180,1,254); }
td.TdClassName
{
border-color: #B401FE;
}
.TagClassName
{
border-color: #B401FE;
}
</style>