Shades of Electric Purple #BA2FFB
Tints of Electric Purple #BA2FFB
RGB
CMYK
RGB Variations
Color information
#BA2FFB (or 0xBA2FFB) is known color: Electric Purple. HEX triplet: BA, 2F and FB. RGB value is (186,47,251). Sum of RGB (Red+Green+Blue) = 186+47+251=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FFB is #45D004. Grayscale: #6F6F6F. Windows color (decimal): -4575237 or 16461754. OLE color: 16461754.
HSL color Cylindrical-coordinate representation of color #BA2FFB: hue angle of 280.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2FFB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 47 | 251 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.02 |
| HSL | 280.88º | 0.96% | 0.58% | - |
| HSV(B) | 280.88º | 0.81% | 0.98% | - |
| XYZ | 38.68 | 19.44 | 92.98 | - |
| YUV | 111.82 | 206.55 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 251 | 0.26 | 0.81 | 0 | 0.02 | 280.88 | 0.96 | 0.58 |
| Hex | BA | 2F | FB | 1A | 51 | 0 | 2 | 119 | 60 | 3A |
| Octal | 272 | 57 | 373 | 32 | 121 | 0 | 2 | 431 | 140 | 72 |
| Binary | 10111010 | 101111 | 11111011 | 11010 | 1010001 | 0 | 10 | 100011001 | 1100000 | 111010 |
Color Harmonies of #BA2FFB
Complementary color
Monochromatic Colors of #BA2FFB
Black with #BA2FFB
Text Example
Text Example
White with #BA2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FFB; }
p { color: rgb(186,47,251); }
H1.HeaderClassName
{
color: #BA2FFB;
}
.AnyTagClassName
{
color: #BA2FFB;
}
</style>
background-color css
<style>
a { background-color: #BA2FFB; }
a { background-color: rgb(186,47,251); }
div.DivClassName
{
background-color: #BA2FFB;
}
.BgClassName
{
background-color: #BA2FFB;
}
</style>
border-color css
<style>
span { border-color: #BA2FFB; }
span { border-color: rgb(186,47,251); }
td.TdClassName
{
border-color: #BA2FFB;
}
.TagClassName
{
border-color: #BA2FFB;
}
</style>