Shades of Electric Purple #BA1CE5
Tints of Electric Purple #BA1CE5
RGB
CMYK
RGB Variations
Color information
#BA1CE5 (or 0xBA1CE5) is known color: Electric Purple. HEX triplet: BA, 1C and E5. RGB value is (186,28,229). Sum of RGB (Red+Green+Blue) = 186+28+229=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA1CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CE5 is #45E31A. Grayscale: #616161. Windows color (decimal): -4580123 or 15015098. OLE color: 15015098.
HSL color Cylindrical-coordinate representation of color #BA1CE5: hue angle of 287.16º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1CE5 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 28 | 229 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.10 |
| HSL | 287.16º | 0.79% | 0.5% | - |
| HSV(B) | 287.16º | 0.88% | 0.9% | - |
| XYZ | 34.81 | 16.93 | 75.56 | - |
| YUV | 98.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 229 | 0.19 | 0.88 | 0 | 0.10 | 287.16 | 0.79 | 0.5 |
| Hex | BA | 1C | E5 | 13 | 58 | 0 | A | 11F | 4F | 32 |
| Octal | 272 | 34 | 345 | 23 | 130 | 0 | 12 | 437 | 117 | 62 |
| Binary | 10111010 | 11100 | 11100101 | 10011 | 1011000 | 0 | 1010 | 100011111 | 1001111 | 110010 |
Color Harmonies of #BA1CE5
Complementary color
Monochromatic Colors of #BA1CE5
Black with #BA1CE5
Text Example
Text Example
White with #BA1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CE5; }
p { color: rgb(186,28,229); }
H1.HeaderClassName
{
color: #BA1CE5;
}
.AnyTagClassName
{
color: #BA1CE5;
}
</style>
background-color css
<style>
a { background-color: #BA1CE5; }
a { background-color: rgb(186,28,229); }
div.DivClassName
{
background-color: #BA1CE5;
}
.BgClassName
{
background-color: #BA1CE5;
}
</style>
border-color css
<style>
span { border-color: #BA1CE5; }
span { border-color: rgb(186,28,229); }
td.TdClassName
{
border-color: #BA1CE5;
}
.TagClassName
{
border-color: #BA1CE5;
}
</style>