Shades of Electric Purple #B403FE
Tints of Electric Purple #B403FE
RGB
CMYK
RGB Variations
Color information
#B403FE (or 0xB403FE) is known color: Electric Purple. HEX triplet: B4, 03 and FE. RGB value is (180,3,254). Sum of RGB (Red+Green+Blue) = 180+3+254=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #B403FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403FE is #4BFC01. Grayscale: #535353. Windows color (decimal): -4979714 or 16647092. OLE color: 16647092.
HSL color Cylindrical-coordinate representation of color #B403FE: hue angle of 282.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403FE is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 3 | 254 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.00 |
| HSL | 282.31º | 0.99% | 0.5% | - |
| HSV(B) | 282.31º | 0.99% | 1% | - |
| XYZ | 36.74 | 16.92 | 95.1 | - |
| YUV | 84.54 | 223.64 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 254 | 0.29 | 0.99 | 0 | 0.00 | 282.31 | 0.99 | 0.5 |
| Hex | B4 | 3 | FE | 1D | 63 | 0 | 0 | 11A | 63 | 32 |
| Octal | 264 | 3 | 376 | 35 | 143 | 0 | 0 | 432 | 143 | 62 |
| Binary | 10110100 | 11 | 11111110 | 11101 | 1100011 | 0 | 0 | 100011010 | 1100011 | 110010 |
Color Harmonies of #B403FE
Complementary color
Monochromatic Colors of #B403FE
Black with #B403FE
Text Example
Text Example
White with #B403FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403FE; }
p { color: rgb(180,3,254); }
H1.HeaderClassName
{
color: #B403FE;
}
.AnyTagClassName
{
color: #B403FE;
}
</style>
background-color css
<style>
a { background-color: #B403FE; }
a { background-color: rgb(180,3,254); }
div.DivClassName
{
background-color: #B403FE;
}
.BgClassName
{
background-color: #B403FE;
}
</style>
border-color css
<style>
span { border-color: #B403FE; }
span { border-color: rgb(180,3,254); }
td.TdClassName
{
border-color: #B403FE;
}
.TagClassName
{
border-color: #B403FE;
}
</style>