Shades of Electric Purple #BA23F1
Tints of Electric Purple #BA23F1
RGB
CMYK
RGB Variations
Color information
#BA23F1 (or 0xBA23F1) is known color: Electric Purple. HEX triplet: BA, 23 and F1. RGB value is (186,35,241). Sum of RGB (Red+Green+Blue) = 186+35+241=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA23F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA23F1 is #45DC0E. Grayscale: #666666. Windows color (decimal): -4578319 or 15803322. OLE color: 15803322.
HSL color Cylindrical-coordinate representation of color #BA23F1: hue angle of 283.98º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA23F1 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 35 | 241 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.05 |
| HSL | 283.98º | 0.88% | 0.54% | - |
| HSV(B) | 283.98º | 0.85% | 0.95% | - |
| XYZ | 36.73 | 17.99 | 84.76 | - |
| YUV | 103.63 | 205.53 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 241 | 0.23 | 0.85 | 0 | 0.05 | 283.98 | 0.88 | 0.54 |
| Hex | BA | 23 | F1 | 17 | 55 | 0 | 5 | 11C | 58 | 36 |
| Octal | 272 | 43 | 361 | 27 | 125 | 0 | 5 | 434 | 130 | 66 |
| Binary | 10111010 | 100011 | 11110001 | 10111 | 1010101 | 0 | 101 | 100011100 | 1011000 | 110110 |
Color Harmonies of #BA23F1
Complementary color
Monochromatic Colors of #BA23F1
Black with #BA23F1
Text Example
Text Example
White with #BA23F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23F1; }
p { color: rgb(186,35,241); }
H1.HeaderClassName
{
color: #BA23F1;
}
.AnyTagClassName
{
color: #BA23F1;
}
</style>
background-color css
<style>
a { background-color: #BA23F1; }
a { background-color: rgb(186,35,241); }
div.DivClassName
{
background-color: #BA23F1;
}
.BgClassName
{
background-color: #BA23F1;
}
</style>
border-color css
<style>
span { border-color: #BA23F1; }
span { border-color: rgb(186,35,241); }
td.TdClassName
{
border-color: #BA23F1;
}
.TagClassName
{
border-color: #BA23F1;
}
</style>