Shades of Electric Purple #BA1FE4
Tints of Electric Purple #BA1FE4
RGB
CMYK
RGB Variations
Color information
#BA1FE4 (or 0xBA1FE4) is known color: Electric Purple. HEX triplet: BA, 1F and E4. RGB value is (186,31,228). Sum of RGB (Red+Green+Blue) = 186+31+228=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA1FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FE4 is #45E01B. Grayscale: #636363. Windows color (decimal): -4579356 or 14950330. OLE color: 14950330.
HSL color Cylindrical-coordinate representation of color #BA1FE4: hue angle of 287.21º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1FE4 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 31 | 228 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.11 |
| HSL | 287.21º | 0.78% | 0.51% | - |
| HSV(B) | 287.21º | 0.86% | 0.89% | - |
| XYZ | 34.74 | 17.02 | 74.85 | - |
| YUV | 99.8 | 200.35 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 228 | 0.18 | 0.86 | 0 | 0.11 | 287.21 | 0.78 | 0.51 |
| Hex | BA | 1F | E4 | 12 | 56 | 0 | B | 11F | 4E | 33 |
| Octal | 272 | 37 | 344 | 22 | 126 | 0 | 13 | 437 | 116 | 63 |
| Binary | 10111010 | 11111 | 11100100 | 10010 | 1010110 | 0 | 1011 | 100011111 | 1001110 | 110011 |
Color Harmonies of #BA1FE4
Complementary color
Monochromatic Colors of #BA1FE4
Black with #BA1FE4
Text Example
Text Example
White with #BA1FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FE4; }
p { color: rgb(186,31,228); }
H1.HeaderClassName
{
color: #BA1FE4;
}
.AnyTagClassName
{
color: #BA1FE4;
}
</style>
background-color css
<style>
a { background-color: #BA1FE4; }
a { background-color: rgb(186,31,228); }
div.DivClassName
{
background-color: #BA1FE4;
}
.BgClassName
{
background-color: #BA1FE4;
}
</style>
border-color css
<style>
span { border-color: #BA1FE4; }
span { border-color: rgb(186,31,228); }
td.TdClassName
{
border-color: #BA1FE4;
}
.TagClassName
{
border-color: #BA1FE4;
}
</style>