Shades of Electric Purple #BA18EB
Tints of Electric Purple #BA18EB
RGB
CMYK
RGB Variations
Color information
#BA18EB (or 0xBA18EB) is known color: Electric Purple. HEX triplet: BA, 18 and EB. RGB value is (186,24,235). Sum of RGB (Red+Green+Blue) = 186+24+235=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18EB is #45E714. Grayscale: #5F5F5F. Windows color (decimal): -4581141 or 15407290. OLE color: 15407290.
HSL color Cylindrical-coordinate representation of color #BA18EB: hue angle of 286.07º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA18EB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 24 | 235 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.08 |
| HSL | 286.07º | 0.84% | 0.51% | - |
| HSV(B) | 286.07º | 0.9% | 0.92% | - |
| XYZ | 35.57 | 17.09 | 80.02 | - |
| YUV | 96.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 235 | 0.21 | 0.90 | 0 | 0.08 | 286.07 | 0.84 | 0.51 |
| Hex | BA | 18 | EB | 15 | 5A | 0 | 8 | 11E | 54 | 33 |
| Octal | 272 | 30 | 353 | 25 | 132 | 0 | 10 | 436 | 124 | 63 |
| Binary | 10111010 | 11000 | 11101011 | 10101 | 1011010 | 0 | 1000 | 100011110 | 1010100 | 110011 |
Color Harmonies of #BA18EB
Complementary color
Monochromatic Colors of #BA18EB
Black with #BA18EB
Text Example
Text Example
White with #BA18EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18EB; }
p { color: rgb(186,24,235); }
H1.HeaderClassName
{
color: #BA18EB;
}
.AnyTagClassName
{
color: #BA18EB;
}
</style>
background-color css
<style>
a { background-color: #BA18EB; }
a { background-color: rgb(186,24,235); }
div.DivClassName
{
background-color: #BA18EB;
}
.BgClassName
{
background-color: #BA18EB;
}
</style>
border-color css
<style>
span { border-color: #BA18EB; }
span { border-color: rgb(186,24,235); }
td.TdClassName
{
border-color: #BA18EB;
}
.TagClassName
{
border-color: #BA18EB;
}
</style>