Shades of Electric Purple #B403FD
Tints of Electric Purple #B403FD
RGB
CMYK
RGB Variations
Color information
#B403FD (or 0xB403FD) is known color: Electric Purple. HEX triplet: B4, 03 and FD. RGB value is (180,3,253). Sum of RGB (Red+Green+Blue) = 180+3+253=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #B403FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403FD is #4BFC02. Grayscale: #535353. Windows color (decimal): -4979715 or 16581556. OLE color: 16581556.
HSL color Cylindrical-coordinate representation of color #B403FD: hue angle of 282.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403FD is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 3 | 253 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.01 |
| HSL | 282.48º | 0.98% | 0.5% | - |
| HSV(B) | 282.48º | 0.99% | 0.99% | - |
| XYZ | 36.58 | 16.86 | 94.25 | - |
| YUV | 84.42 | 223.14 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 253 | 0.29 | 0.99 | 0 | 0.01 | 282.48 | 0.98 | 0.5 |
| Hex | B4 | 3 | FD | 1D | 63 | 0 | 1 | 11A | 62 | 32 |
| Octal | 264 | 3 | 375 | 35 | 143 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110100 | 11 | 11111101 | 11101 | 1100011 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B403FD
Complementary color
Monochromatic Colors of #B403FD
Black with #B403FD
Text Example
Text Example
White with #B403FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403FD; }
p { color: rgb(180,3,253); }
H1.HeaderClassName
{
color: #B403FD;
}
.AnyTagClassName
{
color: #B403FD;
}
</style>
background-color css
<style>
a { background-color: #B403FD; }
a { background-color: rgb(180,3,253); }
div.DivClassName
{
background-color: #B403FD;
}
.BgClassName
{
background-color: #B403FD;
}
</style>
border-color css
<style>
span { border-color: #B403FD; }
span { border-color: rgb(180,3,253); }
td.TdClassName
{
border-color: #B403FD;
}
.TagClassName
{
border-color: #B403FD;
}
</style>