Shades of Electric Purple #BA2BFD
Tints of Electric Purple #BA2BFD
RGB
CMYK
RGB Variations
Color information
#BA2BFD (or 0xBA2BFD) is known color: Electric Purple. HEX triplet: BA, 2B and FD. RGB value is (186,43,253). Sum of RGB (Red+Green+Blue) = 186+43+253=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA2BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BFD is #45D402. Grayscale: #6C6C6C. Windows color (decimal): -4576259 or 16591802. OLE color: 16591802.
HSL color Cylindrical-coordinate representation of color #BA2BFD: hue angle of 280.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2BFD is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 43 | 253 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.01 |
| HSL | 280.86º | 0.98% | 0.58% | - |
| HSV(B) | 280.86º | 0.83% | 0.99% | - |
| XYZ | 38.84 | 19.26 | 94.6 | - |
| YUV | 109.7 | 208.88 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 253 | 0.26 | 0.83 | 0 | 0.01 | 280.86 | 0.98 | 0.58 |
| Hex | BA | 2B | FD | 1A | 53 | 0 | 1 | 119 | 62 | 3A |
| Octal | 272 | 53 | 375 | 32 | 123 | 0 | 1 | 431 | 142 | 72 |
| Binary | 10111010 | 101011 | 11111101 | 11010 | 1010011 | 0 | 1 | 100011001 | 1100010 | 111010 |
Color Harmonies of #BA2BFD
Complementary color
Monochromatic Colors of #BA2BFD
Black with #BA2BFD
Text Example
Text Example
White with #BA2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BFD; }
p { color: rgb(186,43,253); }
H1.HeaderClassName
{
color: #BA2BFD;
}
.AnyTagClassName
{
color: #BA2BFD;
}
</style>
background-color css
<style>
a { background-color: #BA2BFD; }
a { background-color: rgb(186,43,253); }
div.DivClassName
{
background-color: #BA2BFD;
}
.BgClassName
{
background-color: #BA2BFD;
}
</style>
border-color css
<style>
span { border-color: #BA2BFD; }
span { border-color: rgb(186,43,253); }
td.TdClassName
{
border-color: #BA2BFD;
}
.TagClassName
{
border-color: #BA2BFD;
}
</style>