Shades of Electric Purple #B404EC
Tints of Electric Purple #B404EC
RGB
CMYK
RGB Variations
Color information
#B404EC (or 0xB404EC) is known color: Electric Purple. HEX triplet: B4, 04 and EC. RGB value is (180,4,236). Sum of RGB (Red+Green+Blue) = 180+4+236=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #B404EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B404EC is #4BFB13. Grayscale: #525252. Windows color (decimal): -4979476 or 15467700. OLE color: 15467700.
HSL color Cylindrical-coordinate representation of color #B404EC: hue angle of 285.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404EC is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 4 | 236 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.07 |
| HSL | 285.52º | 0.97% | 0.47% | - |
| HSV(B) | 285.52º | 0.98% | 0.93% | - |
| XYZ | 34.01 | 15.85 | 80.62 | - |
| YUV | 83.07 | 214.31 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 236 | 0.24 | 0.98 | 0 | 0.07 | 285.52 | 0.97 | 0.47 |
| Hex | B4 | 4 | EC | 18 | 62 | 0 | 7 | 11E | 61 | 2F |
| Octal | 264 | 4 | 354 | 30 | 142 | 0 | 7 | 436 | 141 | 57 |
| Binary | 10110100 | 100 | 11101100 | 11000 | 1100010 | 0 | 111 | 100011110 | 1100001 | 101111 |
Color Harmonies of #B404EC
Complementary color
Monochromatic Colors of #B404EC
Black with #B404EC
Text Example
Text Example
White with #B404EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404EC; }
p { color: rgb(180,4,236); }
H1.HeaderClassName
{
color: #B404EC;
}
.AnyTagClassName
{
color: #B404EC;
}
</style>
background-color css
<style>
a { background-color: #B404EC; }
a { background-color: rgb(180,4,236); }
div.DivClassName
{
background-color: #B404EC;
}
.BgClassName
{
background-color: #B404EC;
}
</style>
border-color css
<style>
span { border-color: #B404EC; }
span { border-color: rgb(180,4,236); }
td.TdClassName
{
border-color: #B404EC;
}
.TagClassName
{
border-color: #B404EC;
}
</style>