Shades of Electric Purple #BA05F7
Tints of Electric Purple #BA05F7
RGB
CMYK
RGB Variations
Color information
#BA05F7 (or 0xBA05F7) is known color: Electric Purple. HEX triplet: BA, 05 and F7. RGB value is (186,5,247). Sum of RGB (Red+Green+Blue) = 186+5+247=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA05F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05F7 is #45FA08. Grayscale: #555555. Windows color (decimal): -4585993 or 16188858. OLE color: 16188858.
HSL color Cylindrical-coordinate representation of color #BA05F7: hue angle of 284.88º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05F7 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 5 | 247 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.03 |
| HSL | 284.88º | 0.96% | 0.49% | - |
| HSV(B) | 284.88º | 0.98% | 0.97% | - |
| XYZ | 37.09 | 17.26 | 89.37 | - |
| YUV | 86.71 | 218.47 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 247 | 0.25 | 0.98 | 0 | 0.03 | 284.88 | 0.96 | 0.49 |
| Hex | BA | 5 | F7 | 19 | 62 | 0 | 3 | 11D | 60 | 31 |
| Octal | 272 | 5 | 367 | 31 | 142 | 0 | 3 | 435 | 140 | 61 |
| Binary | 10111010 | 101 | 11110111 | 11001 | 1100010 | 0 | 11 | 100011101 | 1100000 | 110001 |
Color Harmonies of #BA05F7
Complementary color
Monochromatic Colors of #BA05F7
Black with #BA05F7
Text Example
Text Example
White with #BA05F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05F7; }
p { color: rgb(186,5,247); }
H1.HeaderClassName
{
color: #BA05F7;
}
.AnyTagClassName
{
color: #BA05F7;
}
</style>
background-color css
<style>
a { background-color: #BA05F7; }
a { background-color: rgb(186,5,247); }
div.DivClassName
{
background-color: #BA05F7;
}
.BgClassName
{
background-color: #BA05F7;
}
</style>
border-color css
<style>
span { border-color: #BA05F7; }
span { border-color: rgb(186,5,247); }
td.TdClassName
{
border-color: #BA05F7;
}
.TagClassName
{
border-color: #BA05F7;
}
</style>