Shades of Electric Purple #BA23F4
Tints of Electric Purple #BA23F4
RGB
CMYK
RGB Variations
Color information
#BA23F4 (or 0xBA23F4) is known color: Electric Purple. HEX triplet: BA, 23 and F4. RGB value is (186,35,244). Sum of RGB (Red+Green+Blue) = 186+35+244=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA23F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA23F4 is #45DC0B. Grayscale: #676767. Windows color (decimal): -4578316 or 15999930. OLE color: 15999930.
HSL color Cylindrical-coordinate representation of color #BA23F4: hue angle of 283.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA23F4 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 35 | 244 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.04 |
| HSL | 283.35º | 0.9% | 0.55% | - |
| HSV(B) | 283.35º | 0.86% | 0.96% | - |
| XYZ | 37.18 | 18.17 | 87.14 | - |
| YUV | 103.98 | 207.03 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 244 | 0.24 | 0.86 | 0 | 0.04 | 283.35 | 0.9 | 0.55 |
| Hex | BA | 23 | F4 | 18 | 56 | 0 | 4 | 11B | 5A | 37 |
| Octal | 272 | 43 | 364 | 30 | 126 | 0 | 4 | 433 | 132 | 67 |
| Binary | 10111010 | 100011 | 11110100 | 11000 | 1010110 | 0 | 100 | 100011011 | 1011010 | 110111 |
Color Harmonies of #BA23F4
Complementary color
Monochromatic Colors of #BA23F4
Black with #BA23F4
Text Example
Text Example
White with #BA23F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23F4; }
p { color: rgb(186,35,244); }
H1.HeaderClassName
{
color: #BA23F4;
}
.AnyTagClassName
{
color: #BA23F4;
}
</style>
background-color css
<style>
a { background-color: #BA23F4; }
a { background-color: rgb(186,35,244); }
div.DivClassName
{
background-color: #BA23F4;
}
.BgClassName
{
background-color: #BA23F4;
}
</style>
border-color css
<style>
span { border-color: #BA23F4; }
span { border-color: rgb(186,35,244); }
td.TdClassName
{
border-color: #BA23F4;
}
.TagClassName
{
border-color: #BA23F4;
}
</style>