Shades of Electric Purple #BA04FB
Tints of Electric Purple #BA04FB
RGB
CMYK
RGB Variations
Color information
#BA04FB (or 0xBA04FB) is known color: Electric Purple. HEX triplet: BA, 04 and FB. RGB value is (186,4,251). Sum of RGB (Red+Green+Blue) = 186+4+251=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA04FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04FB is #45FB04. Grayscale: #555555. Windows color (decimal): -4586245 or 16450746. OLE color: 16450746.
HSL color Cylindrical-coordinate representation of color #BA04FB: hue angle of 284.21º 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 #BA04FB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 4 | 251 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.02 |
| HSL | 284.21º | 0.97% | 0.5% | - |
| HSV(B) | 284.21º | 0.98% | 0.98% | - |
| XYZ | 37.71 | 17.49 | 92.66 | - |
| YUV | 86.58 | 220.8 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 251 | 0.26 | 0.98 | 0 | 0.02 | 284.21 | 0.97 | 0.5 |
| Hex | BA | 4 | FB | 1A | 62 | 0 | 2 | 11C | 61 | 32 |
| Octal | 272 | 4 | 373 | 32 | 142 | 0 | 2 | 434 | 141 | 62 |
| Binary | 10111010 | 100 | 11111011 | 11010 | 1100010 | 0 | 10 | 100011100 | 1100001 | 110010 |
Color Harmonies of #BA04FB
Complementary color
Monochromatic Colors of #BA04FB
Black with #BA04FB
Text Example
Text Example
White with #BA04FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04FB; }
p { color: rgb(186,4,251); }
H1.HeaderClassName
{
color: #BA04FB;
}
.AnyTagClassName
{
color: #BA04FB;
}
</style>
background-color css
<style>
a { background-color: #BA04FB; }
a { background-color: rgb(186,4,251); }
div.DivClassName
{
background-color: #BA04FB;
}
.BgClassName
{
background-color: #BA04FB;
}
</style>
border-color css
<style>
span { border-color: #BA04FB; }
span { border-color: rgb(186,4,251); }
td.TdClassName
{
border-color: #BA04FB;
}
.TagClassName
{
border-color: #BA04FB;
}
</style>