Shades of Electric Purple #B904E8
Tints of Electric Purple #B904E8
RGB
CMYK
RGB Variations
Color information
#B904E8 (or 0xB904E8) is known color: Electric Purple. HEX triplet: B9, 04 and E8. RGB value is (185,4,232). Sum of RGB (Red+Green+Blue) = 185+4+232=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #B904E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904E8 is #46FB17. Grayscale: #535353. Windows color (decimal): -4651800 or 15205561. OLE color: 15205561.
HSL color Cylindrical-coordinate representation of color #B904E8: hue angle of 287.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904E8 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 4 | 232 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.09 |
| HSL | 287.63º | 0.97% | 0.46% | - |
| HSV(B) | 287.63º | 0.98% | 0.91% | - |
| XYZ | 34.62 | 16.23 | 77.65 | - |
| YUV | 84.11 | 211.47 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 232 | 0.20 | 0.98 | 0 | 0.09 | 287.63 | 0.97 | 0.46 |
| Hex | B9 | 4 | E8 | 14 | 62 | 0 | 9 | 120 | 61 | 2E |
| Octal | 271 | 4 | 350 | 24 | 142 | 0 | 11 | 440 | 141 | 56 |
| Binary | 10111001 | 100 | 11101000 | 10100 | 1100010 | 0 | 1001 | 100100000 | 1100001 | 101110 |
Color Harmonies of #B904E8
Complementary color
Monochromatic Colors of #B904E8
Black with #B904E8
Text Example
Text Example
White with #B904E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904E8; }
p { color: rgb(185,4,232); }
H1.HeaderClassName
{
color: #B904E8;
}
.AnyTagClassName
{
color: #B904E8;
}
</style>
background-color css
<style>
a { background-color: #B904E8; }
a { background-color: rgb(185,4,232); }
div.DivClassName
{
background-color: #B904E8;
}
.BgClassName
{
background-color: #B904E8;
}
</style>
border-color css
<style>
span { border-color: #B904E8; }
span { border-color: rgb(185,4,232); }
td.TdClassName
{
border-color: #B904E8;
}
.TagClassName
{
border-color: #B904E8;
}
</style>