Shades of Electric Purple #BA02FD
Tints of Electric Purple #BA02FD
RGB
CMYK
RGB Variations
Color information
#BA02FD (or 0xBA02FD) is known color: Electric Purple. HEX triplet: BA, 02 and FD. RGB value is (186,2,253). Sum of RGB (Red+Green+Blue) = 186+2+253=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA02FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02FD is #45FD02. Grayscale: #545454. Windows color (decimal): -4586755 or 16581306. OLE color: 16581306.
HSL color Cylindrical-coordinate representation of color #BA02FD: hue angle of 283.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02FD is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 2 | 253 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.01 |
| HSL | 283.98º | 0.98% | 0.5% | - |
| HSV(B) | 283.98º | 0.99% | 0.99% | - |
| XYZ | 38 | 17.57 | 94.32 | - |
| YUV | 85.63 | 222.46 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 253 | 0.26 | 0.99 | 0 | 0.01 | 283.98 | 0.98 | 0.5 |
| Hex | BA | 2 | FD | 1A | 63 | 0 | 1 | 11C | 62 | 32 |
| Octal | 272 | 2 | 375 | 32 | 143 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111010 | 10 | 11111101 | 11010 | 1100011 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BA02FD
Complementary color
Monochromatic Colors of #BA02FD
Black with #BA02FD
Text Example
Text Example
White with #BA02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02FD; }
p { color: rgb(186,2,253); }
H1.HeaderClassName
{
color: #BA02FD;
}
.AnyTagClassName
{
color: #BA02FD;
}
</style>
background-color css
<style>
a { background-color: #BA02FD; }
a { background-color: rgb(186,2,253); }
div.DivClassName
{
background-color: #BA02FD;
}
.BgClassName
{
background-color: #BA02FD;
}
</style>
border-color css
<style>
span { border-color: #BA02FD; }
span { border-color: rgb(186,2,253); }
td.TdClassName
{
border-color: #BA02FD;
}
.TagClassName
{
border-color: #BA02FD;
}
</style>