Shades of Electric Purple #BA13EA
Tints of Electric Purple #BA13EA
RGB
CMYK
RGB Variations
Color information
#BA13EA (or 0xBA13EA) is known color: Electric Purple. HEX triplet: BA, 13 and EA. RGB value is (186,19,234). Sum of RGB (Red+Green+Blue) = 186+19+234=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13EA is #45EC15. Grayscale: #5C5C5C. Windows color (decimal): -4582422 or 15340474. OLE color: 15340474.
HSL color Cylindrical-coordinate representation of color #BA13EA: hue angle of 286.6º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA13EA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 19 | 234 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.08 |
| HSL | 286.6º | 0.85% | 0.5% | - |
| HSV(B) | 286.6º | 0.92% | 0.92% | - |
| XYZ | 35.33 | 16.85 | 79.23 | - |
| YUV | 93.44 | 207.33 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 234 | 0.21 | 0.92 | 0 | 0.08 | 286.6 | 0.85 | 0.5 |
| Hex | BA | 13 | EA | 15 | 5C | 0 | 8 | 11F | 55 | 32 |
| Octal | 272 | 23 | 352 | 25 | 134 | 0 | 10 | 437 | 125 | 62 |
| Binary | 10111010 | 10011 | 11101010 | 10101 | 1011100 | 0 | 1000 | 100011111 | 1010101 | 110010 |
Color Harmonies of #BA13EA
Complementary color
Monochromatic Colors of #BA13EA
Black with #BA13EA
Text Example
Text Example
White with #BA13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13EA; }
p { color: rgb(186,19,234); }
H1.HeaderClassName
{
color: #BA13EA;
}
.AnyTagClassName
{
color: #BA13EA;
}
</style>
background-color css
<style>
a { background-color: #BA13EA; }
a { background-color: rgb(186,19,234); }
div.DivClassName
{
background-color: #BA13EA;
}
.BgClassName
{
background-color: #BA13EA;
}
</style>
border-color css
<style>
span { border-color: #BA13EA; }
span { border-color: rgb(186,19,234); }
td.TdClassName
{
border-color: #BA13EA;
}
.TagClassName
{
border-color: #BA13EA;
}
</style>