Shades of Electric Purple #BA05EA
Tints of Electric Purple #BA05EA
RGB
CMYK
RGB Variations
Color information
#BA05EA (or 0xBA05EA) is known color: Electric Purple. HEX triplet: BA, 05 and EA. RGB value is (186,5,234). Sum of RGB (Red+Green+Blue) = 186+5+234=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA05EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05EA is #45FA15. Grayscale: #545454. Windows color (decimal): -4586006 or 15336890. OLE color: 15336890.
HSL color Cylindrical-coordinate representation of color #BA05EA: hue angle of 287.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05EA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 5 | 234 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.08 |
| HSL | 287.42º | 0.96% | 0.47% | - |
| HSV(B) | 287.42º | 0.98% | 0.92% | - |
| XYZ | 35.16 | 16.49 | 79.17 | - |
| YUV | 85.23 | 211.97 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 234 | 0.21 | 0.98 | 0 | 0.08 | 287.42 | 0.96 | 0.47 |
| Hex | BA | 5 | EA | 15 | 62 | 0 | 8 | 11F | 60 | 2F |
| Octal | 272 | 5 | 352 | 25 | 142 | 0 | 10 | 437 | 140 | 57 |
| Binary | 10111010 | 101 | 11101010 | 10101 | 1100010 | 0 | 1000 | 100011111 | 1100000 | 101111 |
Color Harmonies of #BA05EA
Complementary color
Monochromatic Colors of #BA05EA
Black with #BA05EA
Text Example
Text Example
White with #BA05EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05EA; }
p { color: rgb(186,5,234); }
H1.HeaderClassName
{
color: #BA05EA;
}
.AnyTagClassName
{
color: #BA05EA;
}
</style>
background-color css
<style>
a { background-color: #BA05EA; }
a { background-color: rgb(186,5,234); }
div.DivClassName
{
background-color: #BA05EA;
}
.BgClassName
{
background-color: #BA05EA;
}
</style>
border-color css
<style>
span { border-color: #BA05EA; }
span { border-color: rgb(186,5,234); }
td.TdClassName
{
border-color: #BA05EA;
}
.TagClassName
{
border-color: #BA05EA;
}
</style>