Shades of Electric Purple #B404ED
Tints of Electric Purple #B404ED
RGB
CMYK
RGB Variations
Color information
#B404ED (or 0xB404ED) is known color: Electric Purple. HEX triplet: B4, 04 and ED. RGB value is (180,4,237). Sum of RGB (Red+Green+Blue) = 180+4+237=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #B404ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B404ED is #4BFB12. Grayscale: #525252. Windows color (decimal): -4979475 or 15533236. OLE color: 15533236.
HSL color Cylindrical-coordinate representation of color #B404ED: hue angle of 285.32º 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 #B404ED is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 4 | 237 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.07 |
| HSL | 285.32º | 0.97% | 0.47% | - |
| HSV(B) | 285.32º | 0.98% | 0.93% | - |
| XYZ | 34.15 | 15.9 | 81.39 | - |
| YUV | 83.19 | 214.81 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 237 | 0.24 | 0.98 | 0 | 0.07 | 285.32 | 0.97 | 0.47 |
| Hex | B4 | 4 | ED | 18 | 62 | 0 | 7 | 11D | 61 | 2F |
| Octal | 264 | 4 | 355 | 30 | 142 | 0 | 7 | 435 | 141 | 57 |
| Binary | 10110100 | 100 | 11101101 | 11000 | 1100010 | 0 | 111 | 100011101 | 1100001 | 101111 |
Color Harmonies of #B404ED
Complementary color
Monochromatic Colors of #B404ED
Black with #B404ED
Text Example
Text Example
White with #B404ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404ED; }
p { color: rgb(180,4,237); }
H1.HeaderClassName
{
color: #B404ED;
}
.AnyTagClassName
{
color: #B404ED;
}
</style>
background-color css
<style>
a { background-color: #B404ED; }
a { background-color: rgb(180,4,237); }
div.DivClassName
{
background-color: #B404ED;
}
.BgClassName
{
background-color: #B404ED;
}
</style>
border-color css
<style>
span { border-color: #B404ED; }
span { border-color: rgb(180,4,237); }
td.TdClassName
{
border-color: #B404ED;
}
.TagClassName
{
border-color: #B404ED;
}
</style>