Shades of Electric Purple #BA1FEA
Tints of Electric Purple #BA1FEA
RGB
CMYK
RGB Variations
Color information
#BA1FEA (or 0xBA1FEA) is known color: Electric Purple. HEX triplet: BA, 1F and EA. RGB value is (186,31,234). Sum of RGB (Red+Green+Blue) = 186+31+234=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FEA is #45E015. Grayscale: #636363. Windows color (decimal): -4579350 or 15343546. OLE color: 15343546.
HSL color Cylindrical-coordinate representation of color #BA1FEA: hue angle of 285.81º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1FEA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 31 | 234 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.08 |
| HSL | 285.81º | 0.83% | 0.52% | - |
| HSV(B) | 285.81º | 0.87% | 0.92% | - |
| XYZ | 35.59 | 17.36 | 79.32 | - |
| YUV | 100.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 234 | 0.21 | 0.87 | 0 | 0.08 | 285.81 | 0.83 | 0.52 |
| Hex | BA | 1F | EA | 15 | 57 | 0 | 8 | 11E | 53 | 34 |
| Octal | 272 | 37 | 352 | 25 | 127 | 0 | 10 | 436 | 123 | 64 |
| Binary | 10111010 | 11111 | 11101010 | 10101 | 1010111 | 0 | 1000 | 100011110 | 1010011 | 110100 |
Color Harmonies of #BA1FEA
Complementary color
Monochromatic Colors of #BA1FEA
Black with #BA1FEA
Text Example
Text Example
White with #BA1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FEA; }
p { color: rgb(186,31,234); }
H1.HeaderClassName
{
color: #BA1FEA;
}
.AnyTagClassName
{
color: #BA1FEA;
}
</style>
background-color css
<style>
a { background-color: #BA1FEA; }
a { background-color: rgb(186,31,234); }
div.DivClassName
{
background-color: #BA1FEA;
}
.BgClassName
{
background-color: #BA1FEA;
}
</style>
border-color css
<style>
span { border-color: #BA1FEA; }
span { border-color: rgb(186,31,234); }
td.TdClassName
{
border-color: #BA1FEA;
}
.TagClassName
{
border-color: #BA1FEA;
}
</style>