Shades of Electric Purple #BA1FE5
Tints of Electric Purple #BA1FE5
RGB
CMYK
RGB Variations
Color information
#BA1FE5 (or 0xBA1FE5) is known color: Electric Purple. HEX triplet: BA, 1F and E5. RGB value is (186,31,229). Sum of RGB (Red+Green+Blue) = 186+31+229=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA1FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FE5 is #45E01A. Grayscale: #636363. Windows color (decimal): -4579355 or 15015866. OLE color: 15015866.
HSL color Cylindrical-coordinate representation of color #BA1FE5: hue angle of 286.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1FE5 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 31 | 229 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.10 |
| HSL | 286.97º | 0.79% | 0.51% | - |
| HSV(B) | 286.97º | 0.86% | 0.9% | - |
| XYZ | 34.88 | 17.08 | 75.59 | - |
| YUV | 99.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 229 | 0.19 | 0.86 | 0 | 0.10 | 286.97 | 0.79 | 0.51 |
| Hex | BA | 1F | E5 | 13 | 56 | 0 | A | 11F | 4F | 33 |
| Octal | 272 | 37 | 345 | 23 | 126 | 0 | 12 | 437 | 117 | 63 |
| Binary | 10111010 | 11111 | 11100101 | 10011 | 1010110 | 0 | 1010 | 100011111 | 1001111 | 110011 |
Color Harmonies of #BA1FE5
Complementary color
Monochromatic Colors of #BA1FE5
Black with #BA1FE5
Text Example
Text Example
White with #BA1FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FE5; }
p { color: rgb(186,31,229); }
H1.HeaderClassName
{
color: #BA1FE5;
}
.AnyTagClassName
{
color: #BA1FE5;
}
</style>
background-color css
<style>
a { background-color: #BA1FE5; }
a { background-color: rgb(186,31,229); }
div.DivClassName
{
background-color: #BA1FE5;
}
.BgClassName
{
background-color: #BA1FE5;
}
</style>
border-color css
<style>
span { border-color: #BA1FE5; }
span { border-color: rgb(186,31,229); }
td.TdClassName
{
border-color: #BA1FE5;
}
.TagClassName
{
border-color: #BA1FE5;
}
</style>