Shades of Electric Purple #B804FA
Tints of Electric Purple #B804FA
RGB
CMYK
RGB Variations
Color information
#B804FA (or 0xB804FA) is known color: Electric Purple. HEX triplet: B8, 04 and FA. RGB value is (184,4,250). Sum of RGB (Red+Green+Blue) = 184+4+250=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #B804FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B804FA is #47FB05. Grayscale: #555555. Windows color (decimal): -4717318 or 16385208. OLE color: 16385208.
HSL color Cylindrical-coordinate representation of color #B804FA: hue angle of 283.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804FA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 4 | 250 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.02 |
| HSL | 283.9º | 0.97% | 0.5% | - |
| HSV(B) | 283.9º | 0.98% | 0.98% | - |
| XYZ | 37.07 | 17.18 | 91.8 | - |
| YUV | 85.86 | 220.63 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 250 | 0.26 | 0.98 | 0 | 0.02 | 283.9 | 0.97 | 0.5 |
| Hex | B8 | 4 | FA | 1A | 62 | 0 | 2 | 11C | 61 | 32 |
| Octal | 270 | 4 | 372 | 32 | 142 | 0 | 2 | 434 | 141 | 62 |
| Binary | 10111000 | 100 | 11111010 | 11010 | 1100010 | 0 | 10 | 100011100 | 1100001 | 110010 |
Color Harmonies of #B804FA
Complementary color
Monochromatic Colors of #B804FA
Black with #B804FA
Text Example
Text Example
White with #B804FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804FA; }
p { color: rgb(184,4,250); }
H1.HeaderClassName
{
color: #B804FA;
}
.AnyTagClassName
{
color: #B804FA;
}
</style>
background-color css
<style>
a { background-color: #B804FA; }
a { background-color: rgb(184,4,250); }
div.DivClassName
{
background-color: #B804FA;
}
.BgClassName
{
background-color: #B804FA;
}
</style>
border-color css
<style>
span { border-color: #B804FA; }
span { border-color: rgb(184,4,250); }
td.TdClassName
{
border-color: #B804FA;
}
.TagClassName
{
border-color: #B804FA;
}
</style>