Shades of Electric Purple #BA01EA
Tints of Electric Purple #BA01EA
RGB
CMYK
RGB Variations
Color information
#BA01EA (or 0xBA01EA) is known color: Electric Purple. HEX triplet: BA, 01 and EA. RGB value is (186,1,234). Sum of RGB (Red+Green+Blue) = 186+1+234=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA01EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01EA is #45FE15. Grayscale: #525252. Windows color (decimal): -4587030 or 15335866. OLE color: 15335866.
HSL color Cylindrical-coordinate representation of color #BA01EA: hue angle of 287.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01EA is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 1 | 234 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.08 |
| HSL | 287.64º | 0.99% | 0.46% | - |
| HSV(B) | 287.64º | 1% | 0.92% | - |
| XYZ | 35.11 | 16.4 | 79.16 | - |
| YUV | 82.88 | 213.29 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 234 | 0.21 | 1.00 | 0 | 0.08 | 287.64 | 0.99 | 0.46 |
| Hex | BA | 1 | EA | 15 | 64 | 0 | 8 | 120 | 63 | 2E |
| Octal | 272 | 1 | 352 | 25 | 144 | 0 | 10 | 440 | 143 | 56 |
| Binary | 10111010 | 1 | 11101010 | 10101 | 1100100 | 0 | 1000 | 100100000 | 1100011 | 101110 |
Color Harmonies of #BA01EA
Complementary color
Monochromatic Colors of #BA01EA
Black with #BA01EA
Text Example
Text Example
White with #BA01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01EA; }
p { color: rgb(186,1,234); }
H1.HeaderClassName
{
color: #BA01EA;
}
.AnyTagClassName
{
color: #BA01EA;
}
</style>
background-color css
<style>
a { background-color: #BA01EA; }
a { background-color: rgb(186,1,234); }
div.DivClassName
{
background-color: #BA01EA;
}
.BgClassName
{
background-color: #BA01EA;
}
</style>
border-color css
<style>
span { border-color: #BA01EA; }
span { border-color: rgb(186,1,234); }
td.TdClassName
{
border-color: #BA01EA;
}
.TagClassName
{
border-color: #BA01EA;
}
</style>