Shades of Electric Purple #BA18F6
Tints of Electric Purple #BA18F6
RGB
CMYK
RGB Variations
Color information
#BA18F6 (or 0xBA18F6) is known color: Electric Purple. HEX triplet: BA, 18 and F6. RGB value is (186,24,246). Sum of RGB (Red+Green+Blue) = 186+24+246=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA18F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18F6 is #45E709. Grayscale: #616161. Windows color (decimal): -4581130 or 16128186. OLE color: 16128186.
HSL color Cylindrical-coordinate representation of color #BA18F6: hue angle of 283.78º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA18F6 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 24 | 246 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.04 |
| HSL | 283.78º | 0.93% | 0.53% | - |
| HSV(B) | 283.78º | 0.9% | 0.96% | - |
| XYZ | 37.21 | 17.75 | 88.65 | - |
| YUV | 97.75 | 211.67 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 246 | 0.24 | 0.90 | 0 | 0.04 | 283.78 | 0.93 | 0.53 |
| Hex | BA | 18 | F6 | 18 | 5A | 0 | 4 | 11C | 5C | 35 |
| Octal | 272 | 30 | 366 | 30 | 132 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111010 | 11000 | 11110110 | 11000 | 1011010 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BA18F6
Complementary color
Monochromatic Colors of #BA18F6
Black with #BA18F6
Text Example
Text Example
White with #BA18F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18F6; }
p { color: rgb(186,24,246); }
H1.HeaderClassName
{
color: #BA18F6;
}
.AnyTagClassName
{
color: #BA18F6;
}
</style>
background-color css
<style>
a { background-color: #BA18F6; }
a { background-color: rgb(186,24,246); }
div.DivClassName
{
background-color: #BA18F6;
}
.BgClassName
{
background-color: #BA18F6;
}
</style>
border-color css
<style>
span { border-color: #BA18F6; }
span { border-color: rgb(186,24,246); }
td.TdClassName
{
border-color: #BA18F6;
}
.TagClassName
{
border-color: #BA18F6;
}
</style>