Shades of Electric Purple #BA2DFA
Tints of Electric Purple #BA2DFA
RGB
CMYK
RGB Variations
Color information
#BA2DFA (or 0xBA2DFA) is known color: Electric Purple. HEX triplet: BA, 2D and FA. RGB value is (186,45,250). Sum of RGB (Red+Green+Blue) = 186+45+250=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA2DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DFA is #45D205. Grayscale: #6D6D6D. Windows color (decimal): -4575750 or 16395706. OLE color: 16395706.
HSL color Cylindrical-coordinate representation of color #BA2DFA: hue angle of 281.27º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2DFA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 45 | 250 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.02 |
| HSL | 281.27º | 0.95% | 0.58% | - |
| HSV(B) | 281.27º | 0.82% | 0.98% | - |
| XYZ | 38.44 | 19.22 | 92.13 | - |
| YUV | 110.53 | 206.71 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 250 | 0.26 | 0.82 | 0 | 0.02 | 281.27 | 0.95 | 0.58 |
| Hex | BA | 2D | FA | 1A | 52 | 0 | 2 | 119 | 5F | 3A |
| Octal | 272 | 55 | 372 | 32 | 122 | 0 | 2 | 431 | 137 | 72 |
| Binary | 10111010 | 101101 | 11111010 | 11010 | 1010010 | 0 | 10 | 100011001 | 1011111 | 111010 |
Color Harmonies of #BA2DFA
Complementary color
Monochromatic Colors of #BA2DFA
Black with #BA2DFA
Text Example
Text Example
White with #BA2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DFA; }
p { color: rgb(186,45,250); }
H1.HeaderClassName
{
color: #BA2DFA;
}
.AnyTagClassName
{
color: #BA2DFA;
}
</style>
background-color css
<style>
a { background-color: #BA2DFA; }
a { background-color: rgb(186,45,250); }
div.DivClassName
{
background-color: #BA2DFA;
}
.BgClassName
{
background-color: #BA2DFA;
}
</style>
border-color css
<style>
span { border-color: #BA2DFA; }
span { border-color: rgb(186,45,250); }
td.TdClassName
{
border-color: #BA2DFA;
}
.TagClassName
{
border-color: #BA2DFA;
}
</style>