Shades of Electric Purple #BA1BF5
Tints of Electric Purple #BA1BF5
RGB
CMYK
RGB Variations
Color information
#BA1BF5 (or 0xBA1BF5) is known color: Electric Purple. HEX triplet: BA, 1B and F5. RGB value is (186,27,245). Sum of RGB (Red+Green+Blue) = 186+27+245=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA1BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BF5 is #45E40A. Grayscale: #626262. Windows color (decimal): -4580363 or 16063418. OLE color: 16063418.
HSL color Cylindrical-coordinate representation of color #BA1BF5: hue angle of 283.76º degrees, saturation: 0.92, 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 #BA1BF5 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 27 | 245 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.04 |
| HSL | 283.76º | 0.92% | 0.53% | - |
| HSV(B) | 283.76º | 0.89% | 0.96% | - |
| XYZ | 37.12 | 17.82 | 87.87 | - |
| YUV | 99.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 245 | 0.24 | 0.89 | 0 | 0.04 | 283.76 | 0.92 | 0.53 |
| Hex | BA | 1B | F5 | 18 | 59 | 0 | 4 | 11C | 5C | 35 |
| Octal | 272 | 33 | 365 | 30 | 131 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111010 | 11011 | 11110101 | 11000 | 1011001 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BA1BF5
Complementary color
Monochromatic Colors of #BA1BF5
Black with #BA1BF5
Text Example
Text Example
White with #BA1BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BF5; }
p { color: rgb(186,27,245); }
H1.HeaderClassName
{
color: #BA1BF5;
}
.AnyTagClassName
{
color: #BA1BF5;
}
</style>
background-color css
<style>
a { background-color: #BA1BF5; }
a { background-color: rgb(186,27,245); }
div.DivClassName
{
background-color: #BA1BF5;
}
.BgClassName
{
background-color: #BA1BF5;
}
</style>
border-color css
<style>
span { border-color: #BA1BF5; }
span { border-color: rgb(186,27,245); }
td.TdClassName
{
border-color: #BA1BF5;
}
.TagClassName
{
border-color: #BA1BF5;
}
</style>