Shades of Electric Purple #BA1BEA
Tints of Electric Purple #BA1BEA
RGB
CMYK
RGB Variations
Color information
#BA1BEA (or 0xBA1BEA) is known color: Electric Purple. HEX triplet: BA, 1B and EA. RGB value is (186,27,234). Sum of RGB (Red+Green+Blue) = 186+27+234=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA1BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BEA is #45E415. Grayscale: #616161. Windows color (decimal): -4580374 or 15342522. OLE color: 15342522.
HSL color Cylindrical-coordinate representation of color #BA1BEA: hue angle of 286.09º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BEA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 27 | 234 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.08 |
| HSL | 286.09º | 0.83% | 0.51% | - |
| HSV(B) | 286.09º | 0.88% | 0.92% | - |
| XYZ | 35.49 | 17.16 | 79.28 | - |
| YUV | 98.14 | 204.68 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 234 | 0.21 | 0.88 | 0 | 0.08 | 286.09 | 0.83 | 0.51 |
| Hex | BA | 1B | EA | 15 | 58 | 0 | 8 | 11E | 53 | 33 |
| Octal | 272 | 33 | 352 | 25 | 130 | 0 | 10 | 436 | 123 | 63 |
| Binary | 10111010 | 11011 | 11101010 | 10101 | 1011000 | 0 | 1000 | 100011110 | 1010011 | 110011 |
Color Harmonies of #BA1BEA
Complementary color
Monochromatic Colors of #BA1BEA
Black with #BA1BEA
Text Example
Text Example
White with #BA1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BEA; }
p { color: rgb(186,27,234); }
H1.HeaderClassName
{
color: #BA1BEA;
}
.AnyTagClassName
{
color: #BA1BEA;
}
</style>
background-color css
<style>
a { background-color: #BA1BEA; }
a { background-color: rgb(186,27,234); }
div.DivClassName
{
background-color: #BA1BEA;
}
.BgClassName
{
background-color: #BA1BEA;
}
</style>
border-color css
<style>
span { border-color: #BA1BEA; }
span { border-color: rgb(186,27,234); }
td.TdClassName
{
border-color: #BA1BEA;
}
.TagClassName
{
border-color: #BA1BEA;
}
</style>