Shades of Electric Purple #BA1BF4
Tints of Electric Purple #BA1BF4
RGB
CMYK
RGB Variations
Color information
#BA1BF4 (or 0xBA1BF4) is known color: Electric Purple. HEX triplet: BA, 1B and F4. RGB value is (186,27,244). Sum of RGB (Red+Green+Blue) = 186+27+244=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA1BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BF4 is #45E40B. Grayscale: #626262. Windows color (decimal): -4580364 or 15997882. OLE color: 15997882.
HSL color Cylindrical-coordinate representation of color #BA1BF4: hue angle of 283.96º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1BF4 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 27 | 244 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.04 |
| HSL | 283.96º | 0.91% | 0.53% | - |
| HSV(B) | 283.96º | 0.89% | 0.96% | - |
| XYZ | 36.97 | 17.75 | 87.07 | - |
| YUV | 99.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 244 | 0.24 | 0.89 | 0 | 0.04 | 283.96 | 0.91 | 0.53 |
| Hex | BA | 1B | F4 | 18 | 59 | 0 | 4 | 11C | 5B | 35 |
| Octal | 272 | 33 | 364 | 30 | 131 | 0 | 4 | 434 | 133 | 65 |
| Binary | 10111010 | 11011 | 11110100 | 11000 | 1011001 | 0 | 100 | 100011100 | 1011011 | 110101 |
Color Harmonies of #BA1BF4
Complementary color
Monochromatic Colors of #BA1BF4
Black with #BA1BF4
Text Example
Text Example
White with #BA1BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BF4; }
p { color: rgb(186,27,244); }
H1.HeaderClassName
{
color: #BA1BF4;
}
.AnyTagClassName
{
color: #BA1BF4;
}
</style>
background-color css
<style>
a { background-color: #BA1BF4; }
a { background-color: rgb(186,27,244); }
div.DivClassName
{
background-color: #BA1BF4;
}
.BgClassName
{
background-color: #BA1BF4;
}
</style>
border-color css
<style>
span { border-color: #BA1BF4; }
span { border-color: rgb(186,27,244); }
td.TdClassName
{
border-color: #BA1BF4;
}
.TagClassName
{
border-color: #BA1BF4;
}
</style>