Shades of Electric Purple #B404FF
Tints of Electric Purple #B404FF
RGB
CMYK
RGB Variations
Color information
#B404FF (or 0xB404FF) is known color: Electric Purple. HEX triplet: B4, 04 and FF. RGB value is (180,4,255). Sum of RGB (Red+Green+Blue) = 180+4+255=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #B404FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B404FF is #4BFB00. Grayscale: #545454. Windows color (decimal): -4979457 or 16712884. OLE color: 16712884.
HSL color Cylindrical-coordinate representation of color #B404FF: hue angle of 282.07º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404FF is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 4 | 255 | - |
| CMYK | 0.29 | 0.98 | 0 | 0 |
| HSL | 282.07º | 1% | 0.51% | - |
| HSV(B) | 282.07º | 0.98% | 1% | - |
| XYZ | 36.92 | 17.01 | 95.95 | - |
| YUV | 85.24 | 223.81 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 255 | 0.29 | 0.98 | 0 | 0 | 282.07 | 1 | 0.51 |
| Hex | B4 | 4 | FF | 1D | 62 | 0 | 0 | 11A | 64 | 33 |
| Octal | 264 | 4 | 377 | 35 | 142 | 0 | 0 | 432 | 144 | 63 |
| Binary | 10110100 | 100 | 11111111 | 11101 | 1100010 | 0 | 0 | 100011010 | 1100100 | 110011 |
Color Harmonies of #B404FF
Complementary color
Monochromatic Colors of #B404FF
Black with #B404FF
Text Example
Text Example
White with #B404FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404FF; }
p { color: rgb(180,4,255); }
H1.HeaderClassName
{
color: #B404FF;
}
.AnyTagClassName
{
color: #B404FF;
}
</style>
background-color css
<style>
a { background-color: #B404FF; }
a { background-color: rgb(180,4,255); }
div.DivClassName
{
background-color: #B404FF;
}
.BgClassName
{
background-color: #B404FF;
}
</style>
border-color css
<style>
span { border-color: #B404FF; }
span { border-color: rgb(180,4,255); }
td.TdClassName
{
border-color: #B404FF;
}
.TagClassName
{
border-color: #B404FF;
}
</style>