Shades of Electric Purple #B404E8
Tints of Electric Purple #B404E8
RGB
CMYK
RGB Variations
Color information
#B404E8 (or 0xB404E8) is known color: Electric Purple. HEX triplet: B4, 04 and E8. RGB value is (180,4,232). Sum of RGB (Red+Green+Blue) = 180+4+232=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #B404E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B404E8 is #4BFB17. Grayscale: #515151. Windows color (decimal): -4979480 or 15205556. OLE color: 15205556.
HSL color Cylindrical-coordinate representation of color #B404E8: hue angle of 286.32º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404E8 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 4 | 232 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.09 |
| HSL | 286.32º | 0.97% | 0.46% | - |
| HSV(B) | 286.32º | 0.98% | 0.91% | - |
| XYZ | 33.43 | 15.62 | 77.6 | - |
| YUV | 82.62 | 212.31 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 232 | 0.22 | 0.98 | 0 | 0.09 | 286.32 | 0.97 | 0.46 |
| Hex | B4 | 4 | E8 | 16 | 62 | 0 | 9 | 11E | 61 | 2E |
| Octal | 264 | 4 | 350 | 26 | 142 | 0 | 11 | 436 | 141 | 56 |
| Binary | 10110100 | 100 | 11101000 | 10110 | 1100010 | 0 | 1001 | 100011110 | 1100001 | 101110 |
Color Harmonies of #B404E8
Complementary color
Monochromatic Colors of #B404E8
Black with #B404E8
Text Example
Text Example
White with #B404E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404E8; }
p { color: rgb(180,4,232); }
H1.HeaderClassName
{
color: #B404E8;
}
.AnyTagClassName
{
color: #B404E8;
}
</style>
background-color css
<style>
a { background-color: #B404E8; }
a { background-color: rgb(180,4,232); }
div.DivClassName
{
background-color: #B404E8;
}
.BgClassName
{
background-color: #B404E8;
}
</style>
border-color css
<style>
span { border-color: #B404E8; }
span { border-color: rgb(180,4,232); }
td.TdClassName
{
border-color: #B404E8;
}
.TagClassName
{
border-color: #B404E8;
}
</style>