Shades of Electric Purple #B404F0
Tints of Electric Purple #B404F0
RGB
CMYK
RGB Variations
Color information
#B404F0 (or 0xB404F0) is known color: Electric Purple. HEX triplet: B4, 04 and F0. RGB value is (180,4,240). Sum of RGB (Red+Green+Blue) = 180+4+240=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #B404F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B404F0 is #4BFB0F. Grayscale: #525252. Windows color (decimal): -4979472 or 15729844. OLE color: 15729844.
HSL color Cylindrical-coordinate representation of color #B404F0: hue angle of 284.75º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404F0 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 4 | 240 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.06 |
| HSL | 284.75º | 0.97% | 0.48% | - |
| HSV(B) | 284.75º | 0.98% | 0.94% | - |
| XYZ | 34.59 | 16.08 | 83.72 | - |
| YUV | 83.53 | 216.31 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 240 | 0.25 | 0.98 | 0 | 0.06 | 284.75 | 0.97 | 0.48 |
| Hex | B4 | 4 | F0 | 19 | 62 | 0 | 6 | 11D | 61 | 30 |
| Octal | 264 | 4 | 360 | 31 | 142 | 0 | 6 | 435 | 141 | 60 |
| Binary | 10110100 | 100 | 11110000 | 11001 | 1100010 | 0 | 110 | 100011101 | 1100001 | 110000 |
Color Harmonies of #B404F0
Complementary color
Monochromatic Colors of #B404F0
Black with #B404F0
Text Example
Text Example
White with #B404F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404F0; }
p { color: rgb(180,4,240); }
H1.HeaderClassName
{
color: #B404F0;
}
.AnyTagClassName
{
color: #B404F0;
}
</style>
background-color css
<style>
a { background-color: #B404F0; }
a { background-color: rgb(180,4,240); }
div.DivClassName
{
background-color: #B404F0;
}
.BgClassName
{
background-color: #B404F0;
}
</style>
border-color css
<style>
span { border-color: #B404F0; }
span { border-color: rgb(180,4,240); }
td.TdClassName
{
border-color: #B404F0;
}
.TagClassName
{
border-color: #B404F0;
}
</style>