Shades of Electric Purple #B401FA
Tints of Electric Purple #B401FA
RGB
CMYK
RGB Variations
Color information
#B401FA (or 0xB401FA) is known color: Electric Purple. HEX triplet: B4, 01 and FA. RGB value is (180,1,250). Sum of RGB (Red+Green+Blue) = 180+1+250=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #B401FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401FA is #4BFE05. Grayscale: #525252. Windows color (decimal): -4980230 or 16384436. OLE color: 16384436.
HSL color Cylindrical-coordinate representation of color #B401FA: hue angle of 283.13º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401FA is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 1 | 250 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.02 |
| HSL | 283.13º | 0.99% | 0.49% | - |
| HSV(B) | 283.13º | 1% | 0.98% | - |
| XYZ | 36.09 | 16.63 | 91.75 | - |
| YUV | 82.91 | 222.3 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 250 | 0.28 | 1.00 | 0 | 0.02 | 283.13 | 0.99 | 0.49 |
| Hex | B4 | 1 | FA | 1C | 64 | 0 | 2 | 11B | 63 | 31 |
| Octal | 264 | 1 | 372 | 34 | 144 | 0 | 2 | 433 | 143 | 61 |
| Binary | 10110100 | 1 | 11111010 | 11100 | 1100100 | 0 | 10 | 100011011 | 1100011 | 110001 |
Color Harmonies of #B401FA
Complementary color
Monochromatic Colors of #B401FA
Black with #B401FA
Text Example
Text Example
White with #B401FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401FA; }
p { color: rgb(180,1,250); }
H1.HeaderClassName
{
color: #B401FA;
}
.AnyTagClassName
{
color: #B401FA;
}
</style>
background-color css
<style>
a { background-color: #B401FA; }
a { background-color: rgb(180,1,250); }
div.DivClassName
{
background-color: #B401FA;
}
.BgClassName
{
background-color: #B401FA;
}
</style>
border-color css
<style>
span { border-color: #B401FA; }
span { border-color: rgb(180,1,250); }
td.TdClassName
{
border-color: #B401FA;
}
.TagClassName
{
border-color: #B401FA;
}
</style>