Shades of Electric Purple #B804FF
Tints of Electric Purple #B804FF
RGB
CMYK
RGB Variations
Color information
#B804FF (or 0xB804FF) is known color: Electric Purple. HEX triplet: B8, 04 and FF. RGB value is (184,4,255). Sum of RGB (Red+Green+Blue) = 184+4+255=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #B804FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B804FF is #47FB00. Grayscale: #555555. Windows color (decimal): -4717313 or 16712888. OLE color: 16712888.
HSL color Cylindrical-coordinate representation of color #B804FF: hue angle of 283.03º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804FF is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 4 | 255 | - |
| CMYK | 0.28 | 0.98 | 0 | 0 |
| HSL | 283.03º | 1% | 0.51% | - |
| HSV(B) | 283.03º | 0.98% | 1% | - |
| XYZ | 37.86 | 17.5 | 95.99 | - |
| YUV | 86.43 | 223.13 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 255 | 0.28 | 0.98 | 0 | 0 | 283.03 | 1 | 0.51 |
| Hex | B8 | 4 | FF | 1C | 62 | 0 | 0 | 11B | 64 | 33 |
| Octal | 270 | 4 | 377 | 34 | 142 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10111000 | 100 | 11111111 | 11100 | 1100010 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #B804FF
Complementary color
Monochromatic Colors of #B804FF
Black with #B804FF
Text Example
Text Example
White with #B804FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804FF; }
p { color: rgb(184,4,255); }
H1.HeaderClassName
{
color: #B804FF;
}
.AnyTagClassName
{
color: #B804FF;
}
</style>
background-color css
<style>
a { background-color: #B804FF; }
a { background-color: rgb(184,4,255); }
div.DivClassName
{
background-color: #B804FF;
}
.BgClassName
{
background-color: #B804FF;
}
</style>
border-color css
<style>
span { border-color: #B804FF; }
span { border-color: rgb(184,4,255); }
td.TdClassName
{
border-color: #B804FF;
}
.TagClassName
{
border-color: #B804FF;
}
</style>