Shades of Electric Purple #B904E5
Tints of Electric Purple #B904E5
RGB
CMYK
RGB Variations
Color information
#B904E5 (or 0xB904E5) is known color: Electric Purple. HEX triplet: B9, 04 and E5. RGB value is (185,4,229). Sum of RGB (Red+Green+Blue) = 185+4+229=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #B904E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904E5 is #46FB1A. Grayscale: #535353. Windows color (decimal): -4651803 or 15008953. OLE color: 15008953.
HSL color Cylindrical-coordinate representation of color #B904E5: hue angle of 288.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904E5 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 4 | 229 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.10 |
| HSL | 288.27º | 0.97% | 0.46% | - |
| HSV(B) | 288.27º | 0.98% | 0.9% | - |
| XYZ | 34.19 | 16.06 | 75.43 | - |
| YUV | 83.77 | 209.97 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 229 | 0.19 | 0.98 | 0 | 0.10 | 288.27 | 0.97 | 0.46 |
| Hex | B9 | 4 | E5 | 13 | 62 | 0 | A | 120 | 61 | 2E |
| Octal | 271 | 4 | 345 | 23 | 142 | 0 | 12 | 440 | 141 | 56 |
| Binary | 10111001 | 100 | 11100101 | 10011 | 1100010 | 0 | 1010 | 100100000 | 1100001 | 101110 |
Color Harmonies of #B904E5
Complementary color
Monochromatic Colors of #B904E5
Black with #B904E5
Text Example
Text Example
White with #B904E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904E5; }
p { color: rgb(185,4,229); }
H1.HeaderClassName
{
color: #B904E5;
}
.AnyTagClassName
{
color: #B904E5;
}
</style>
background-color css
<style>
a { background-color: #B904E5; }
a { background-color: rgb(185,4,229); }
div.DivClassName
{
background-color: #B904E5;
}
.BgClassName
{
background-color: #B904E5;
}
</style>
border-color css
<style>
span { border-color: #B904E5; }
span { border-color: rgb(185,4,229); }
td.TdClassName
{
border-color: #B904E5;
}
.TagClassName
{
border-color: #B904E5;
}
</style>