Shades of Electric Purple #BA2BF6
Tints of Electric Purple #BA2BF6
RGB
CMYK
RGB Variations
Color information
#BA2BF6 (or 0xBA2BF6) is known color: Electric Purple. HEX triplet: BA, 2B and F6. RGB value is (186,43,246). Sum of RGB (Red+Green+Blue) = 186+43+246=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA2BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BF6 is #45D409. Grayscale: #6C6C6C. Windows color (decimal): -4576266 or 16133050. OLE color: 16133050.
HSL color Cylindrical-coordinate representation of color #BA2BF6: hue angle of 282.27º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2BF6 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 43 | 246 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.04 |
| HSL | 282.27º | 0.92% | 0.57% | - |
| HSV(B) | 282.27º | 0.83% | 0.96% | - |
| XYZ | 37.75 | 18.82 | 88.83 | - |
| YUV | 108.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 246 | 0.24 | 0.83 | 0 | 0.04 | 282.27 | 0.92 | 0.57 |
| Hex | BA | 2B | F6 | 18 | 53 | 0 | 4 | 11A | 5C | 39 |
| Octal | 272 | 53 | 366 | 30 | 123 | 0 | 4 | 432 | 134 | 71 |
| Binary | 10111010 | 101011 | 11110110 | 11000 | 1010011 | 0 | 100 | 100011010 | 1011100 | 111001 |
Color Harmonies of #BA2BF6
Complementary color
Monochromatic Colors of #BA2BF6
Black with #BA2BF6
Text Example
Text Example
White with #BA2BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BF6; }
p { color: rgb(186,43,246); }
H1.HeaderClassName
{
color: #BA2BF6;
}
.AnyTagClassName
{
color: #BA2BF6;
}
</style>
background-color css
<style>
a { background-color: #BA2BF6; }
a { background-color: rgb(186,43,246); }
div.DivClassName
{
background-color: #BA2BF6;
}
.BgClassName
{
background-color: #BA2BF6;
}
</style>
border-color css
<style>
span { border-color: #BA2BF6; }
span { border-color: rgb(186,43,246); }
td.TdClassName
{
border-color: #BA2BF6;
}
.TagClassName
{
border-color: #BA2BF6;
}
</style>