Shades of Electric Purple #BA18F5
Tints of Electric Purple #BA18F5
RGB
CMYK
RGB Variations
Color information
#BA18F5 (or 0xBA18F5) is known color: Electric Purple. HEX triplet: BA, 18 and F5. RGB value is (186,24,245). Sum of RGB (Red+Green+Blue) = 186+24+245=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA18F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18F5 is #45E70A. Grayscale: #606060. Windows color (decimal): -4581131 or 16062650. OLE color: 16062650.
HSL color Cylindrical-coordinate representation of color #BA18F5: hue angle of 283.98º degrees, saturation: 0.92, 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 #BA18F5 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 24 | 245 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.04 |
| HSL | 283.98º | 0.92% | 0.53% | - |
| HSV(B) | 283.98º | 0.9% | 0.96% | - |
| XYZ | 37.06 | 17.68 | 87.85 | - |
| YUV | 97.63 | 211.17 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 245 | 0.24 | 0.90 | 0 | 0.04 | 283.98 | 0.92 | 0.53 |
| Hex | BA | 18 | F5 | 18 | 5A | 0 | 4 | 11C | 5C | 35 |
| Octal | 272 | 30 | 365 | 30 | 132 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111010 | 11000 | 11110101 | 11000 | 1011010 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BA18F5
Complementary color
Monochromatic Colors of #BA18F5
Black with #BA18F5
Text Example
Text Example
White with #BA18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18F5; }
p { color: rgb(186,24,245); }
H1.HeaderClassName
{
color: #BA18F5;
}
.AnyTagClassName
{
color: #BA18F5;
}
</style>
background-color css
<style>
a { background-color: #BA18F5; }
a { background-color: rgb(186,24,245); }
div.DivClassName
{
background-color: #BA18F5;
}
.BgClassName
{
background-color: #BA18F5;
}
</style>
border-color css
<style>
span { border-color: #BA18F5; }
span { border-color: rgb(186,24,245); }
td.TdClassName
{
border-color: #BA18F5;
}
.TagClassName
{
border-color: #BA18F5;
}
</style>