Shades of Electric Purple #B404DF
Tints of Electric Purple #B404DF
RGB
CMYK
RGB Variations
Color information
#B404DF (or 0xB404DF) is known color: Electric Purple. HEX triplet: B4, 04 and DF. RGB value is (180,4,223). Sum of RGB (Red+Green+Blue) = 180+4+223=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B404DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404DF is #4BFB20. Grayscale: #505050. Windows color (decimal): -4979489 or 14615732. OLE color: 14615732.
HSL color Cylindrical-coordinate representation of color #B404DF: hue angle of 288.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404DF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 4 | 223 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.13 |
| HSL | 288.22º | 0.96% | 0.45% | - |
| HSV(B) | 288.22º | 0.98% | 0.87% | - |
| XYZ | 32.19 | 15.12 | 71.03 | - |
| YUV | 81.59 | 207.81 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 223 | 0.19 | 0.98 | 0 | 0.13 | 288.22 | 0.96 | 0.45 |
| Hex | B4 | 4 | DF | 13 | 62 | 0 | D | 120 | 60 | 2D |
| Octal | 264 | 4 | 337 | 23 | 142 | 0 | 15 | 440 | 140 | 55 |
| Binary | 10110100 | 100 | 11011111 | 10011 | 1100010 | 0 | 1101 | 100100000 | 1100000 | 101101 |
Color Harmonies of #B404DF
Complementary color
Monochromatic Colors of #B404DF
Black with #B404DF
Text Example
Text Example
White with #B404DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404DF; }
p { color: rgb(180,4,223); }
H1.HeaderClassName
{
color: #B404DF;
}
.AnyTagClassName
{
color: #B404DF;
}
</style>
background-color css
<style>
a { background-color: #B404DF; }
a { background-color: rgb(180,4,223); }
div.DivClassName
{
background-color: #B404DF;
}
.BgClassName
{
background-color: #B404DF;
}
</style>
border-color css
<style>
span { border-color: #B404DF; }
span { border-color: rgb(180,4,223); }
td.TdClassName
{
border-color: #B404DF;
}
.TagClassName
{
border-color: #B404DF;
}
</style>