Shades of Electric Purple #B401FD
Tints of Electric Purple #B401FD
RGB
CMYK
RGB Variations
Color information
#B401FD (or 0xB401FD) is known color: Electric Purple. HEX triplet: B4, 01 and FD. RGB value is (180,1,253). Sum of RGB (Red+Green+Blue) = 180+1+253=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #B401FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B401FD is #4BFE02. Grayscale: #525252. Windows color (decimal): -4980227 or 16581044. OLE color: 16581044.
HSL color Cylindrical-coordinate representation of color #B401FD: hue angle of 282.62º 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 #B401FD is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 1 | 253 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.01 |
| HSL | 282.62º | 0.99% | 0.5% | - |
| HSV(B) | 282.62º | 1% | 0.99% | - |
| XYZ | 36.56 | 16.82 | 94.25 | - |
| YUV | 83.25 | 223.8 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 253 | 0.29 | 1.00 | 0 | 0.01 | 282.62 | 0.99 | 0.5 |
| Hex | B4 | 1 | FD | 1D | 64 | 0 | 1 | 11B | 63 | 32 |
| Octal | 264 | 1 | 375 | 35 | 144 | 0 | 1 | 433 | 143 | 62 |
| Binary | 10110100 | 1 | 11111101 | 11101 | 1100100 | 0 | 1 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B401FD
Complementary color
Monochromatic Colors of #B401FD
Black with #B401FD
Text Example
Text Example
White with #B401FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401FD; }
p { color: rgb(180,1,253); }
H1.HeaderClassName
{
color: #B401FD;
}
.AnyTagClassName
{
color: #B401FD;
}
</style>
background-color css
<style>
a { background-color: #B401FD; }
a { background-color: rgb(180,1,253); }
div.DivClassName
{
background-color: #B401FD;
}
.BgClassName
{
background-color: #B401FD;
}
</style>
border-color css
<style>
span { border-color: #B401FD; }
span { border-color: rgb(180,1,253); }
td.TdClassName
{
border-color: #B401FD;
}
.TagClassName
{
border-color: #B401FD;
}
</style>