Shades of Electric Purple #BA06F4
Tints of Electric Purple #BA06F4
RGB
CMYK
RGB Variations
Color information
#BA06F4 (or 0xBA06F4) is known color: Electric Purple. HEX triplet: BA, 06 and F4. RGB value is (186,6,244). Sum of RGB (Red+Green+Blue) = 186+6+244=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 244 (95.70% from 255 or 55.96% from 436); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA06F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06F4 is #45F90B. Grayscale: #565656. Windows color (decimal): -4585740 or 15992506. OLE color: 15992506.
HSL color Cylindrical-coordinate representation of color #BA06F4: hue angle of 285.38º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA06F4 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 6 | 244 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.04 |
| HSL | 285.38º | 0.95% | 0.49% | - |
| HSV(B) | 285.38º | 0.98% | 0.96% | - |
| XYZ | 36.64 | 17.1 | 86.96 | - |
| YUV | 86.95 | 216.63 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 244 | 0.24 | 0.98 | 0 | 0.04 | 285.38 | 0.95 | 0.49 |
| Hex | BA | 6 | F4 | 18 | 62 | 0 | 4 | 11D | 5F | 31 |
| Octal | 272 | 6 | 364 | 30 | 142 | 0 | 4 | 435 | 137 | 61 |
| Binary | 10111010 | 110 | 11110100 | 11000 | 1100010 | 0 | 100 | 100011101 | 1011111 | 110001 |
Color Harmonies of #BA06F4
Complementary color
Monochromatic Colors of #BA06F4
Black with #BA06F4
Text Example
Text Example
White with #BA06F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06F4; }
p { color: rgb(186,6,244); }
H1.HeaderClassName
{
color: #BA06F4;
}
.AnyTagClassName
{
color: #BA06F4;
}
</style>
background-color css
<style>
a { background-color: #BA06F4; }
a { background-color: rgb(186,6,244); }
div.DivClassName
{
background-color: #BA06F4;
}
.BgClassName
{
background-color: #BA06F4;
}
</style>
border-color css
<style>
span { border-color: #BA06F4; }
span { border-color: rgb(186,6,244); }
td.TdClassName
{
border-color: #BA06F4;
}
.TagClassName
{
border-color: #BA06F4;
}
</style>