Shades of Electric Purple #B904EC
Tints of Electric Purple #B904EC
RGB
CMYK
RGB Variations
Color information
#B904EC (or 0xB904EC) is known color: Electric Purple. HEX triplet: B9, 04 and EC. RGB value is (185,4,236). Sum of RGB (Red+Green+Blue) = 185+4+236=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #B904EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904EC is #46FB13. Grayscale: #535353. Windows color (decimal): -4651796 or 15467705. OLE color: 15467705.
HSL color Cylindrical-coordinate representation of color #B904EC: hue angle of 286.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904EC is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 4 | 236 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.07 |
| HSL | 286.81º | 0.97% | 0.47% | - |
| HSV(B) | 286.81º | 0.98% | 0.93% | - |
| XYZ | 35.19 | 16.46 | 80.68 | - |
| YUV | 84.57 | 213.47 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 236 | 0.22 | 0.98 | 0 | 0.07 | 286.81 | 0.97 | 0.47 |
| Hex | B9 | 4 | EC | 16 | 62 | 0 | 7 | 11F | 61 | 2F |
| Octal | 271 | 4 | 354 | 26 | 142 | 0 | 7 | 437 | 141 | 57 |
| Binary | 10111001 | 100 | 11101100 | 10110 | 1100010 | 0 | 111 | 100011111 | 1100001 | 101111 |
Color Harmonies of #B904EC
Complementary color
Monochromatic Colors of #B904EC
Black with #B904EC
Text Example
Text Example
White with #B904EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904EC; }
p { color: rgb(185,4,236); }
H1.HeaderClassName
{
color: #B904EC;
}
.AnyTagClassName
{
color: #B904EC;
}
</style>
background-color css
<style>
a { background-color: #B904EC; }
a { background-color: rgb(185,4,236); }
div.DivClassName
{
background-color: #B904EC;
}
.BgClassName
{
background-color: #B904EC;
}
</style>
border-color css
<style>
span { border-color: #B904EC; }
span { border-color: rgb(185,4,236); }
td.TdClassName
{
border-color: #B904EC;
}
.TagClassName
{
border-color: #B904EC;
}
</style>