Shades of Electric Purple #BA22F3
Tints of Electric Purple #BA22F3
RGB
CMYK
RGB Variations
Color information
#BA22F3 (or 0xBA22F3) is known color: Electric Purple. HEX triplet: BA, 22 and F3. RGB value is (186,34,243). Sum of RGB (Red+Green+Blue) = 186+34+243=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA22F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA22F3 is #45DD0C. Grayscale: #666666. Windows color (decimal): -4578573 or 15934138. OLE color: 15934138.
HSL color Cylindrical-coordinate representation of color #BA22F3: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA22F3 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 34 | 243 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.05 |
| HSL | 283.64º | 0.9% | 0.54% | - |
| HSV(B) | 283.64º | 0.86% | 0.95% | - |
| XYZ | 37 | 18.05 | 86.33 | - |
| YUV | 103.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 243 | 0.23 | 0.86 | 0 | 0.05 | 283.64 | 0.9 | 0.54 |
| Hex | BA | 22 | F3 | 17 | 56 | 0 | 5 | 11C | 5A | 36 |
| Octal | 272 | 42 | 363 | 27 | 126 | 0 | 5 | 434 | 132 | 66 |
| Binary | 10111010 | 100010 | 11110011 | 10111 | 1010110 | 0 | 101 | 100011100 | 1011010 | 110110 |
Color Harmonies of #BA22F3
Complementary color
Monochromatic Colors of #BA22F3
Black with #BA22F3
Text Example
Text Example
White with #BA22F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22F3; }
p { color: rgb(186,34,243); }
H1.HeaderClassName
{
color: #BA22F3;
}
.AnyTagClassName
{
color: #BA22F3;
}
</style>
background-color css
<style>
a { background-color: #BA22F3; }
a { background-color: rgb(186,34,243); }
div.DivClassName
{
background-color: #BA22F3;
}
.BgClassName
{
background-color: #BA22F3;
}
</style>
border-color css
<style>
span { border-color: #BA22F3; }
span { border-color: rgb(186,34,243); }
td.TdClassName
{
border-color: #BA22F3;
}
.TagClassName
{
border-color: #BA22F3;
}
</style>