Shades of Electric Purple #BA06F1
Tints of Electric Purple #BA06F1
RGB
CMYK
RGB Variations
Color information
#BA06F1 (or 0xBA06F1) is known color: Electric Purple. HEX triplet: BA, 06 and F1. RGB value is (186,6,241). Sum of RGB (Red+Green+Blue) = 186+6+241=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA06F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06F1 is #45F90E. Grayscale: #555555. Windows color (decimal): -4585743 or 15795898. OLE color: 15795898.
HSL color Cylindrical-coordinate representation of color #BA06F1: hue angle of 285.96º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA06F1 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 6 | 241 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.05 |
| HSL | 285.96º | 0.95% | 0.48% | - |
| HSV(B) | 285.96º | 0.98% | 0.95% | - |
| XYZ | 36.19 | 16.92 | 84.58 | - |
| YUV | 86.61 | 215.13 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 241 | 0.23 | 0.98 | 0 | 0.05 | 285.96 | 0.95 | 0.48 |
| Hex | BA | 6 | F1 | 17 | 62 | 0 | 5 | 11E | 5F | 30 |
| Octal | 272 | 6 | 361 | 27 | 142 | 0 | 5 | 436 | 137 | 60 |
| Binary | 10111010 | 110 | 11110001 | 10111 | 1100010 | 0 | 101 | 100011110 | 1011111 | 110000 |
Color Harmonies of #BA06F1
Complementary color
Monochromatic Colors of #BA06F1
Black with #BA06F1
Text Example
Text Example
White with #BA06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06F1; }
p { color: rgb(186,6,241); }
H1.HeaderClassName
{
color: #BA06F1;
}
.AnyTagClassName
{
color: #BA06F1;
}
</style>
background-color css
<style>
a { background-color: #BA06F1; }
a { background-color: rgb(186,6,241); }
div.DivClassName
{
background-color: #BA06F1;
}
.BgClassName
{
background-color: #BA06F1;
}
</style>
border-color css
<style>
span { border-color: #BA06F1; }
span { border-color: rgb(186,6,241); }
td.TdClassName
{
border-color: #BA06F1;
}
.TagClassName
{
border-color: #BA06F1;
}
</style>