Shades of Electric Purple #BA2CF9
Tints of Electric Purple #BA2CF9
RGB
CMYK
RGB Variations
Color information
#BA2CF9 (or 0xBA2CF9) is known color: Electric Purple. HEX triplet: BA, 2C and F9. RGB value is (186,44,249). Sum of RGB (Red+Green+Blue) = 186+44+249=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CF9 is #45D306. Grayscale: #6D6D6D. Windows color (decimal): -4576007 or 16329914. OLE color: 16329914.
HSL color Cylindrical-coordinate representation of color #BA2CF9: hue angle of 281.56º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2CF9 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 44 | 249 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.02 |
| HSL | 281.56º | 0.94% | 0.57% | - |
| HSV(B) | 281.56º | 0.82% | 0.98% | - |
| XYZ | 38.25 | 19.08 | 91.29 | - |
| YUV | 109.83 | 206.54 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 249 | 0.25 | 0.82 | 0 | 0.02 | 281.56 | 0.94 | 0.57 |
| Hex | BA | 2C | F9 | 19 | 52 | 0 | 2 | 11A | 5E | 39 |
| Octal | 272 | 54 | 371 | 31 | 122 | 0 | 2 | 432 | 136 | 71 |
| Binary | 10111010 | 101100 | 11111001 | 11001 | 1010010 | 0 | 10 | 100011010 | 1011110 | 111001 |
Color Harmonies of #BA2CF9
Complementary color
Monochromatic Colors of #BA2CF9
Black with #BA2CF9
Text Example
Text Example
White with #BA2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CF9; }
p { color: rgb(186,44,249); }
H1.HeaderClassName
{
color: #BA2CF9;
}
.AnyTagClassName
{
color: #BA2CF9;
}
</style>
background-color css
<style>
a { background-color: #BA2CF9; }
a { background-color: rgb(186,44,249); }
div.DivClassName
{
background-color: #BA2CF9;
}
.BgClassName
{
background-color: #BA2CF9;
}
</style>
border-color css
<style>
span { border-color: #BA2CF9; }
span { border-color: rgb(186,44,249); }
td.TdClassName
{
border-color: #BA2CF9;
}
.TagClassName
{
border-color: #BA2CF9;
}
</style>