Shades of Electric Purple #B403EF
Tints of Electric Purple #B403EF
RGB
CMYK
RGB Variations
Color information
#B403EF (or 0xB403EF) is known color: Electric Purple. HEX triplet: B4, 03 and EF. RGB value is (180,3,239). Sum of RGB (Red+Green+Blue) = 180+3+239=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #B403EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403EF is #4BFC10. Grayscale: #525252. Windows color (decimal): -4979729 or 15664052. OLE color: 15664052.
HSL color Cylindrical-coordinate representation of color #B403EF: hue angle of 285º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403EF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 3 | 239 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.06 |
| HSL | 285º | 0.98% | 0.47% | - |
| HSV(B) | 285º | 0.99% | 0.94% | - |
| XYZ | 34.43 | 16 | 82.93 | - |
| YUV | 82.83 | 216.14 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 239 | 0.25 | 0.99 | 0 | 0.06 | 285 | 0.98 | 0.47 |
| Hex | B4 | 3 | EF | 19 | 63 | 0 | 6 | 11D | 62 | 2F |
| Octal | 264 | 3 | 357 | 31 | 143 | 0 | 6 | 435 | 142 | 57 |
| Binary | 10110100 | 11 | 11101111 | 11001 | 1100011 | 0 | 110 | 100011101 | 1100010 | 101111 |
Color Harmonies of #B403EF
Complementary color
Monochromatic Colors of #B403EF
Black with #B403EF
Text Example
Text Example
White with #B403EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403EF; }
p { color: rgb(180,3,239); }
H1.HeaderClassName
{
color: #B403EF;
}
.AnyTagClassName
{
color: #B403EF;
}
</style>
background-color css
<style>
a { background-color: #B403EF; }
a { background-color: rgb(180,3,239); }
div.DivClassName
{
background-color: #B403EF;
}
.BgClassName
{
background-color: #B403EF;
}
</style>
border-color css
<style>
span { border-color: #B403EF; }
span { border-color: rgb(180,3,239); }
td.TdClassName
{
border-color: #B403EF;
}
.TagClassName
{
border-color: #B403EF;
}
</style>