Shades of Electric Purple #BA1FE9
Tints of Electric Purple #BA1FE9
RGB
CMYK
RGB Variations
Color information
#BA1FE9 (or 0xBA1FE9) is known color: Electric Purple. HEX triplet: BA, 1F and E9. RGB value is (186,31,233). Sum of RGB (Red+Green+Blue) = 186+31+233=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA1FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FE9 is #45E016. Grayscale: #636363. Windows color (decimal): -4579351 or 15278010. OLE color: 15278010.
HSL color Cylindrical-coordinate representation of color #BA1FE9: hue angle of 286.04º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1FE9 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 31 | 233 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.09 |
| HSL | 286.04º | 0.82% | 0.52% | - |
| HSV(B) | 286.04º | 0.87% | 0.91% | - |
| XYZ | 35.45 | 17.3 | 78.56 | - |
| YUV | 100.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 233 | 0.20 | 0.87 | 0 | 0.09 | 286.04 | 0.82 | 0.52 |
| Hex | BA | 1F | E9 | 14 | 57 | 0 | 9 | 11E | 52 | 34 |
| Octal | 272 | 37 | 351 | 24 | 127 | 0 | 11 | 436 | 122 | 64 |
| Binary | 10111010 | 11111 | 11101001 | 10100 | 1010111 | 0 | 1001 | 100011110 | 1010010 | 110100 |
Color Harmonies of #BA1FE9
Complementary color
Monochromatic Colors of #BA1FE9
Black with #BA1FE9
Text Example
Text Example
White with #BA1FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FE9; }
p { color: rgb(186,31,233); }
H1.HeaderClassName
{
color: #BA1FE9;
}
.AnyTagClassName
{
color: #BA1FE9;
}
</style>
background-color css
<style>
a { background-color: #BA1FE9; }
a { background-color: rgb(186,31,233); }
div.DivClassName
{
background-color: #BA1FE9;
}
.BgClassName
{
background-color: #BA1FE9;
}
</style>
border-color css
<style>
span { border-color: #BA1FE9; }
span { border-color: rgb(186,31,233); }
td.TdClassName
{
border-color: #BA1FE9;
}
.TagClassName
{
border-color: #BA1FE9;
}
</style>