Shades of Electric Purple #BA2CFA
Tints of Electric Purple #BA2CFA
RGB
CMYK
RGB Variations
Color information
#BA2CFA (or 0xBA2CFA) is known color: Electric Purple. HEX triplet: BA, 2C and FA. RGB value is (186,44,250). Sum of RGB (Red+Green+Blue) = 186+44+250=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA2CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CFA is #45D305. Grayscale: #6D6D6D. Windows color (decimal): -4576006 or 16395450. OLE color: 16395450.
HSL color Cylindrical-coordinate representation of color #BA2CFA: hue angle of 281.36º 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 #BA2CFA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 44 | 250 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.02 |
| HSL | 281.36º | 0.95% | 0.58% | - |
| HSV(B) | 281.36º | 0.82% | 0.98% | - |
| XYZ | 38.41 | 19.14 | 92.11 | - |
| YUV | 109.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 250 | 0.26 | 0.82 | 0 | 0.02 | 281.36 | 0.95 | 0.58 |
| Hex | BA | 2C | FA | 1A | 52 | 0 | 2 | 119 | 5F | 3A |
| Octal | 272 | 54 | 372 | 32 | 122 | 0 | 2 | 431 | 137 | 72 |
| Binary | 10111010 | 101100 | 11111010 | 11010 | 1010010 | 0 | 10 | 100011001 | 1011111 | 111010 |
Color Harmonies of #BA2CFA
Complementary color
Monochromatic Colors of #BA2CFA
Black with #BA2CFA
Text Example
Text Example
White with #BA2CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CFA; }
p { color: rgb(186,44,250); }
H1.HeaderClassName
{
color: #BA2CFA;
}
.AnyTagClassName
{
color: #BA2CFA;
}
</style>
background-color css
<style>
a { background-color: #BA2CFA; }
a { background-color: rgb(186,44,250); }
div.DivClassName
{
background-color: #BA2CFA;
}
.BgClassName
{
background-color: #BA2CFA;
}
</style>
border-color css
<style>
span { border-color: #BA2CFA; }
span { border-color: rgb(186,44,250); }
td.TdClassName
{
border-color: #BA2CFA;
}
.TagClassName
{
border-color: #BA2CFA;
}
</style>