Shades of Electric Purple #BA2CF2
Tints of Electric Purple #BA2CF2
RGB
CMYK
RGB Variations
Color information
#BA2CF2 (or 0xBA2CF2) is known color: Electric Purple. HEX triplet: BA, 2C and F2. RGB value is (186,44,242). Sum of RGB (Red+Green+Blue) = 186+44+242=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA2CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CF2 is #45D30D. Grayscale: #6C6C6C. Windows color (decimal): -4576014 or 15871162. OLE color: 15871162.
HSL color Cylindrical-coordinate representation of color #BA2CF2: hue angle of 283.03º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2CF2 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 44 | 242 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.05 |
| HSL | 283.03º | 0.88% | 0.56% | - |
| HSV(B) | 283.03º | 0.82% | 0.95% | - |
| XYZ | 37.18 | 18.65 | 85.65 | - |
| YUV | 109.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 242 | 0.23 | 0.82 | 0 | 0.05 | 283.03 | 0.88 | 0.56 |
| Hex | BA | 2C | F2 | 17 | 52 | 0 | 5 | 11B | 58 | 38 |
| Octal | 272 | 54 | 362 | 27 | 122 | 0 | 5 | 433 | 130 | 70 |
| Binary | 10111010 | 101100 | 11110010 | 10111 | 1010010 | 0 | 101 | 100011011 | 1011000 | 111000 |
Color Harmonies of #BA2CF2
Complementary color
Monochromatic Colors of #BA2CF2
Black with #BA2CF2
Text Example
Text Example
White with #BA2CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CF2; }
p { color: rgb(186,44,242); }
H1.HeaderClassName
{
color: #BA2CF2;
}
.AnyTagClassName
{
color: #BA2CF2;
}
</style>
background-color css
<style>
a { background-color: #BA2CF2; }
a { background-color: rgb(186,44,242); }
div.DivClassName
{
background-color: #BA2CF2;
}
.BgClassName
{
background-color: #BA2CF2;
}
</style>
border-color css
<style>
span { border-color: #BA2CF2; }
span { border-color: rgb(186,44,242); }
td.TdClassName
{
border-color: #BA2CF2;
}
.TagClassName
{
border-color: #BA2CF2;
}
</style>