Shades of Electric Purple #BA05FB
Tints of Electric Purple #BA05FB
RGB
CMYK
RGB Variations
Color information
#BA05FB (or 0xBA05FB) is known color: Electric Purple. HEX triplet: BA, 05 and FB. RGB value is (186,5,251). Sum of RGB (Red+Green+Blue) = 186+5+251=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA05FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05FB is #45FA04. Grayscale: #565656. Windows color (decimal): -4585989 or 16451002. OLE color: 16451002.
HSL color Cylindrical-coordinate representation of color #BA05FB: hue angle of 284.15º 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 #BA05FB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 5 | 251 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.02 |
| HSL | 284.15º | 0.97% | 0.5% | - |
| HSV(B) | 284.15º | 0.98% | 0.98% | - |
| XYZ | 37.72 | 17.51 | 92.66 | - |
| YUV | 87.16 | 220.47 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 251 | 0.26 | 0.98 | 0 | 0.02 | 284.15 | 0.97 | 0.5 |
| Hex | BA | 5 | FB | 1A | 62 | 0 | 2 | 11C | 61 | 32 |
| Octal | 272 | 5 | 373 | 32 | 142 | 0 | 2 | 434 | 141 | 62 |
| Binary | 10111010 | 101 | 11111011 | 11010 | 1100010 | 0 | 10 | 100011100 | 1100001 | 110010 |
Color Harmonies of #BA05FB
Complementary color
Monochromatic Colors of #BA05FB
Black with #BA05FB
Text Example
Text Example
White with #BA05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05FB; }
p { color: rgb(186,5,251); }
H1.HeaderClassName
{
color: #BA05FB;
}
.AnyTagClassName
{
color: #BA05FB;
}
</style>
background-color css
<style>
a { background-color: #BA05FB; }
a { background-color: rgb(186,5,251); }
div.DivClassName
{
background-color: #BA05FB;
}
.BgClassName
{
background-color: #BA05FB;
}
</style>
border-color css
<style>
span { border-color: #BA05FB; }
span { border-color: rgb(186,5,251); }
td.TdClassName
{
border-color: #BA05FB;
}
.TagClassName
{
border-color: #BA05FB;
}
</style>