Shades of Electric Purple #BA05FF
Tints of Electric Purple #BA05FF
RGB
CMYK
RGB Variations
Color information
#BA05FF (or 0xBA05FF) is known color: Electric Purple. HEX triplet: BA, 05 and FF. RGB value is (186,5,255). Sum of RGB (Red+Green+Blue) = 186+5+255=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05FF is #45FA00. Grayscale: #565656. Windows color (decimal): -4585985 or 16713146. OLE color: 16713146.
HSL color Cylindrical-coordinate representation of color #BA05FF: hue angle of 283.44º 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 #BA05FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 5 | 255 | - |
| CMYK | 0.27 | 0.98 | 0 | 0 |
| HSL | 283.44º | 1% | 0.51% | - |
| HSV(B) | 283.44º | 0.98% | 1% | - |
| XYZ | 38.35 | 17.77 | 96.02 | - |
| YUV | 87.62 | 222.47 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 255 | 0.27 | 0.98 | 0 | 0 | 283.44 | 1 | 0.51 |
| Hex | BA | 5 | FF | 1B | 62 | 0 | 0 | 11B | 64 | 33 |
| Octal | 272 | 5 | 377 | 33 | 142 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10111010 | 101 | 11111111 | 11011 | 1100010 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #BA05FF
Complementary color
Monochromatic Colors of #BA05FF
Black with #BA05FF
Text Example
Text Example
White with #BA05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05FF; }
p { color: rgb(186,5,255); }
H1.HeaderClassName
{
color: #BA05FF;
}
.AnyTagClassName
{
color: #BA05FF;
}
</style>
background-color css
<style>
a { background-color: #BA05FF; }
a { background-color: rgb(186,5,255); }
div.DivClassName
{
background-color: #BA05FF;
}
.BgClassName
{
background-color: #BA05FF;
}
</style>
border-color css
<style>
span { border-color: #BA05FF; }
span { border-color: rgb(186,5,255); }
td.TdClassName
{
border-color: #BA05FF;
}
.TagClassName
{
border-color: #BA05FF;
}
</style>