Shades of Electric Purple #BA2CF6
Tints of Electric Purple #BA2CF6
RGB
CMYK
RGB Variations
Color information
#BA2CF6 (or 0xBA2CF6) is known color: Electric Purple. HEX triplet: BA, 2C and F6. RGB value is (186,44,246). Sum of RGB (Red+Green+Blue) = 186+44+246=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA2CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CF6 is #45D309. Grayscale: #6C6C6C. Windows color (decimal): -4576010 or 16133306. OLE color: 16133306.
HSL color Cylindrical-coordinate representation of color #BA2CF6: hue angle of 282.18º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2CF6 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 44 | 246 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.04 |
| HSL | 282.18º | 0.92% | 0.57% | - |
| HSV(B) | 282.18º | 0.82% | 0.96% | - |
| XYZ | 37.78 | 18.89 | 88.84 | - |
| YUV | 109.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 246 | 0.24 | 0.82 | 0 | 0.04 | 282.18 | 0.92 | 0.57 |
| Hex | BA | 2C | F6 | 18 | 52 | 0 | 4 | 11A | 5C | 39 |
| Octal | 272 | 54 | 366 | 30 | 122 | 0 | 4 | 432 | 134 | 71 |
| Binary | 10111010 | 101100 | 11110110 | 11000 | 1010010 | 0 | 100 | 100011010 | 1011100 | 111001 |
Color Harmonies of #BA2CF6
Complementary color
Monochromatic Colors of #BA2CF6
Black with #BA2CF6
Text Example
Text Example
White with #BA2CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CF6; }
p { color: rgb(186,44,246); }
H1.HeaderClassName
{
color: #BA2CF6;
}
.AnyTagClassName
{
color: #BA2CF6;
}
</style>
background-color css
<style>
a { background-color: #BA2CF6; }
a { background-color: rgb(186,44,246); }
div.DivClassName
{
background-color: #BA2CF6;
}
.BgClassName
{
background-color: #BA2CF6;
}
</style>
border-color css
<style>
span { border-color: #BA2CF6; }
span { border-color: rgb(186,44,246); }
td.TdClassName
{
border-color: #BA2CF6;
}
.TagClassName
{
border-color: #BA2CF6;
}
</style>