Shades of Electric Purple #BA2CFB
Tints of Electric Purple #BA2CFB
RGB
CMYK
RGB Variations
Color information
#BA2CFB (or 0xBA2CFB) is known color: Electric Purple. HEX triplet: BA, 2C and FB. RGB value is (186,44,251). Sum of RGB (Red+Green+Blue) = 186+44+251=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CFB is #45D304. Grayscale: #6D6D6D. Windows color (decimal): -4576005 or 16460986. OLE color: 16460986.
HSL color Cylindrical-coordinate representation of color #BA2CFB: hue angle of 281.16º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2CFB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 44 | 251 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.02 |
| HSL | 281.16º | 0.96% | 0.58% | - |
| HSV(B) | 281.16º | 0.82% | 0.98% | - |
| XYZ | 38.56 | 19.21 | 92.94 | - |
| YUV | 110.06 | 207.54 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 251 | 0.26 | 0.82 | 0 | 0.02 | 281.16 | 0.96 | 0.58 |
| Hex | BA | 2C | FB | 1A | 52 | 0 | 2 | 119 | 60 | 3A |
| Octal | 272 | 54 | 373 | 32 | 122 | 0 | 2 | 431 | 140 | 72 |
| Binary | 10111010 | 101100 | 11111011 | 11010 | 1010010 | 0 | 10 | 100011001 | 1100000 | 111010 |
Color Harmonies of #BA2CFB
Complementary color
Monochromatic Colors of #BA2CFB
Black with #BA2CFB
Text Example
Text Example
White with #BA2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CFB; }
p { color: rgb(186,44,251); }
H1.HeaderClassName
{
color: #BA2CFB;
}
.AnyTagClassName
{
color: #BA2CFB;
}
</style>
background-color css
<style>
a { background-color: #BA2CFB; }
a { background-color: rgb(186,44,251); }
div.DivClassName
{
background-color: #BA2CFB;
}
.BgClassName
{
background-color: #BA2CFB;
}
</style>
border-color css
<style>
span { border-color: #BA2CFB; }
span { border-color: rgb(186,44,251); }
td.TdClassName
{
border-color: #BA2CFB;
}
.TagClassName
{
border-color: #BA2CFB;
}
</style>