Shades of Electric Purple #BA2CF3
Tints of Electric Purple #BA2CF3
RGB
CMYK
RGB Variations
Color information
#BA2CF3 (or 0xBA2CF3) is known color: Electric Purple. HEX triplet: BA, 2C and F3. RGB value is (186,44,243). Sum of RGB (Red+Green+Blue) = 186+44+243=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA2CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CF3 is #45D30C. Grayscale: #6C6C6C. Windows color (decimal): -4576013 or 15936698. OLE color: 15936698.
HSL color Cylindrical-coordinate representation of color #BA2CF3: hue angle of 282.81º degrees, saturation: 0.89, 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 #BA2CF3 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 44 | 243 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.05 |
| HSL | 282.81º | 0.89% | 0.56% | - |
| HSV(B) | 282.81º | 0.82% | 0.95% | - |
| XYZ | 37.33 | 18.71 | 86.44 | - |
| YUV | 109.14 | 203.54 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 243 | 0.23 | 0.82 | 0 | 0.05 | 282.81 | 0.89 | 0.56 |
| Hex | BA | 2C | F3 | 17 | 52 | 0 | 5 | 11B | 59 | 38 |
| Octal | 272 | 54 | 363 | 27 | 122 | 0 | 5 | 433 | 131 | 70 |
| Binary | 10111010 | 101100 | 11110011 | 10111 | 1010010 | 0 | 101 | 100011011 | 1011001 | 111000 |
Color Harmonies of #BA2CF3
Complementary color
Monochromatic Colors of #BA2CF3
Black with #BA2CF3
Text Example
Text Example
White with #BA2CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CF3; }
p { color: rgb(186,44,243); }
H1.HeaderClassName
{
color: #BA2CF3;
}
.AnyTagClassName
{
color: #BA2CF3;
}
</style>
background-color css
<style>
a { background-color: #BA2CF3; }
a { background-color: rgb(186,44,243); }
div.DivClassName
{
background-color: #BA2CF3;
}
.BgClassName
{
background-color: #BA2CF3;
}
</style>
border-color css
<style>
span { border-color: #BA2CF3; }
span { border-color: rgb(186,44,243); }
td.TdClassName
{
border-color: #BA2CF3;
}
.TagClassName
{
border-color: #BA2CF3;
}
</style>