Shades of Electric Purple #BA0CF9
Tints of Electric Purple #BA0CF9
RGB
CMYK
RGB Variations
Color information
#BA0CF9 (or 0xBA0CF9) is known color: Electric Purple. HEX triplet: BA, 0C and F9. RGB value is (186,12,249). Sum of RGB (Red+Green+Blue) = 186+12+249=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA0CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CF9 is #45F306. Grayscale: #5A5A5A. Windows color (decimal): -4584199 or 16321722. OLE color: 16321722.
HSL color Cylindrical-coordinate representation of color #BA0CF9: hue angle of 284.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CF9 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 12 | 249 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.02 |
| HSL | 284.05º | 0.95% | 0.51% | - |
| HSV(B) | 284.05º | 0.95% | 0.98% | - |
| XYZ | 37.48 | 17.54 | 91.03 | - |
| YUV | 91.04 | 217.15 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 249 | 0.25 | 0.95 | 0 | 0.02 | 284.05 | 0.95 | 0.51 |
| Hex | BA | C | F9 | 19 | 5F | 0 | 2 | 11C | 5F | 33 |
| Octal | 272 | 14 | 371 | 31 | 137 | 0 | 2 | 434 | 137 | 63 |
| Binary | 10111010 | 1100 | 11111001 | 11001 | 1011111 | 0 | 10 | 100011100 | 1011111 | 110011 |
Color Harmonies of #BA0CF9
Complementary color
Monochromatic Colors of #BA0CF9
Black with #BA0CF9
Text Example
Text Example
White with #BA0CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CF9; }
p { color: rgb(186,12,249); }
H1.HeaderClassName
{
color: #BA0CF9;
}
.AnyTagClassName
{
color: #BA0CF9;
}
</style>
background-color css
<style>
a { background-color: #BA0CF9; }
a { background-color: rgb(186,12,249); }
div.DivClassName
{
background-color: #BA0CF9;
}
.BgClassName
{
background-color: #BA0CF9;
}
</style>
border-color css
<style>
span { border-color: #BA0CF9; }
span { border-color: rgb(186,12,249); }
td.TdClassName
{
border-color: #BA0CF9;
}
.TagClassName
{
border-color: #BA0CF9;
}
</style>