Shades of Electric Purple #BA2DFB
Tints of Electric Purple #BA2DFB
RGB
CMYK
RGB Variations
Color information
#BA2DFB (or 0xBA2DFB) is known color: Electric Purple. HEX triplet: BA, 2D and FB. RGB value is (186,45,251). Sum of RGB (Red+Green+Blue) = 186+45+251=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA2DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DFB is #45D204. Grayscale: #6D6D6D. Windows color (decimal): -4575749 or 16461242. OLE color: 16461242.
HSL color Cylindrical-coordinate representation of color #BA2DFB: hue angle of 281.07º 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 #BA2DFB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 45 | 251 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.02 |
| HSL | 281.07º | 0.96% | 0.58% | - |
| HSV(B) | 281.07º | 0.82% | 0.98% | - |
| XYZ | 38.6 | 19.28 | 92.95 | - |
| YUV | 110.64 | 207.21 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 251 | 0.26 | 0.82 | 0 | 0.02 | 281.07 | 0.96 | 0.58 |
| Hex | BA | 2D | FB | 1A | 52 | 0 | 2 | 119 | 60 | 3A |
| Octal | 272 | 55 | 373 | 32 | 122 | 0 | 2 | 431 | 140 | 72 |
| Binary | 10111010 | 101101 | 11111011 | 11010 | 1010010 | 0 | 10 | 100011001 | 1100000 | 111010 |
Color Harmonies of #BA2DFB
Complementary color
Monochromatic Colors of #BA2DFB
Black with #BA2DFB
Text Example
Text Example
White with #BA2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DFB; }
p { color: rgb(186,45,251); }
H1.HeaderClassName
{
color: #BA2DFB;
}
.AnyTagClassName
{
color: #BA2DFB;
}
</style>
background-color css
<style>
a { background-color: #BA2DFB; }
a { background-color: rgb(186,45,251); }
div.DivClassName
{
background-color: #BA2DFB;
}
.BgClassName
{
background-color: #BA2DFB;
}
</style>
border-color css
<style>
span { border-color: #BA2DFB; }
span { border-color: rgb(186,45,251); }
td.TdClassName
{
border-color: #BA2DFB;
}
.TagClassName
{
border-color: #BA2DFB;
}
</style>