Shades of Electric Purple #B403FC
Tints of Electric Purple #B403FC
RGB
CMYK
RGB Variations
Color information
#B403FC (or 0xB403FC) is known color: Electric Purple. HEX triplet: B4, 03 and FC. RGB value is (180,3,252). Sum of RGB (Red+Green+Blue) = 180+3+252=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #B403FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403FC is #4BFC03. Grayscale: #535353. Windows color (decimal): -4979716 or 16516020. OLE color: 16516020.
HSL color Cylindrical-coordinate representation of color #B403FC: hue angle of 282.65º 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 #B403FC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 3 | 252 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.01 |
| HSL | 282.65º | 0.98% | 0.5% | - |
| HSV(B) | 282.65º | 0.99% | 0.99% | - |
| XYZ | 36.43 | 16.8 | 93.42 | - |
| YUV | 84.31 | 222.64 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 252 | 0.29 | 0.99 | 0 | 0.01 | 282.65 | 0.98 | 0.5 |
| Hex | B4 | 3 | FC | 1D | 63 | 0 | 1 | 11B | 62 | 32 |
| Octal | 264 | 3 | 374 | 35 | 143 | 0 | 1 | 433 | 142 | 62 |
| Binary | 10110100 | 11 | 11111100 | 11101 | 1100011 | 0 | 1 | 100011011 | 1100010 | 110010 |
Color Harmonies of #B403FC
Complementary color
Monochromatic Colors of #B403FC
Black with #B403FC
Text Example
Text Example
White with #B403FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403FC; }
p { color: rgb(180,3,252); }
H1.HeaderClassName
{
color: #B403FC;
}
.AnyTagClassName
{
color: #B403FC;
}
</style>
background-color css
<style>
a { background-color: #B403FC; }
a { background-color: rgb(180,3,252); }
div.DivClassName
{
background-color: #B403FC;
}
.BgClassName
{
background-color: #B403FC;
}
</style>
border-color css
<style>
span { border-color: #B403FC; }
span { border-color: rgb(180,3,252); }
td.TdClassName
{
border-color: #B403FC;
}
.TagClassName
{
border-color: #B403FC;
}
</style>