Shades of Electric Purple #BA2BFF
Tints of Electric Purple #BA2BFF
RGB
CMYK
RGB Variations
Color information
#BA2BFF (or 0xBA2BFF) is known color: Electric Purple. HEX triplet: BA, 2B and FF. RGB value is (186,43,255). Sum of RGB (Red+Green+Blue) = 186+43+255=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BFF is #45D400. Grayscale: #6D6D6D. Windows color (decimal): -4576257 or 16722874. OLE color: 16722874.
HSL color Cylindrical-coordinate representation of color #BA2BFF: hue angle of 280.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2BFF is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 43 | 255 | - |
| CMYK | 0.27 | 0.83 | 0 | 0 |
| HSL | 280.47º | 1% | 0.58% | - |
| HSV(B) | 280.47º | 0.83% | 1% | - |
| XYZ | 39.16 | 19.39 | 96.29 | - |
| YUV | 109.93 | 209.88 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 255 | 0.27 | 0.83 | 0 | 0 | 280.47 | 1 | 0.58 |
| Hex | BA | 2B | FF | 1B | 53 | 0 | 0 | 118 | 64 | 3A |
| Octal | 272 | 53 | 377 | 33 | 123 | 0 | 0 | 430 | 144 | 72 |
| Binary | 10111010 | 101011 | 11111111 | 11011 | 1010011 | 0 | 0 | 100011000 | 1100100 | 111010 |
Color Harmonies of #BA2BFF
Complementary color
Monochromatic Colors of #BA2BFF
Black with #BA2BFF
Text Example
Text Example
White with #BA2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BFF; }
p { color: rgb(186,43,255); }
H1.HeaderClassName
{
color: #BA2BFF;
}
.AnyTagClassName
{
color: #BA2BFF;
}
</style>
background-color css
<style>
a { background-color: #BA2BFF; }
a { background-color: rgb(186,43,255); }
div.DivClassName
{
background-color: #BA2BFF;
}
.BgClassName
{
background-color: #BA2BFF;
}
</style>
border-color css
<style>
span { border-color: #BA2BFF; }
span { border-color: rgb(186,43,255); }
td.TdClassName
{
border-color: #BA2BFF;
}
.TagClassName
{
border-color: #BA2BFF;
}
</style>