Shades of Electric Purple #BA02FB
Tints of Electric Purple #BA02FB
RGB
CMYK
RGB Variations
Color information
#BA02FB (or 0xBA02FB) is known color: Electric Purple. HEX triplet: BA, 02 and FB. RGB value is (186,2,251). Sum of RGB (Red+Green+Blue) = 186+2+251=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02FB is #45FD04. Grayscale: #545454. Windows color (decimal): -4586757 or 16450234. OLE color: 16450234.
HSL color Cylindrical-coordinate representation of color #BA02FB: hue angle of 284.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02FB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 2 | 251 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.02 |
| HSL | 284.34º | 0.98% | 0.5% | - |
| HSV(B) | 284.34º | 0.99% | 0.98% | - |
| XYZ | 37.68 | 17.45 | 92.65 | - |
| YUV | 85.4 | 221.46 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 251 | 0.26 | 0.99 | 0 | 0.02 | 284.34 | 0.98 | 0.5 |
| Hex | BA | 2 | FB | 1A | 63 | 0 | 2 | 11C | 62 | 32 |
| Octal | 272 | 2 | 373 | 32 | 143 | 0 | 2 | 434 | 142 | 62 |
| Binary | 10111010 | 10 | 11111011 | 11010 | 1100011 | 0 | 10 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BA02FB
Complementary color
Monochromatic Colors of #BA02FB
Black with #BA02FB
Text Example
Text Example
White with #BA02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02FB; }
p { color: rgb(186,2,251); }
H1.HeaderClassName
{
color: #BA02FB;
}
.AnyTagClassName
{
color: #BA02FB;
}
</style>
background-color css
<style>
a { background-color: #BA02FB; }
a { background-color: rgb(186,2,251); }
div.DivClassName
{
background-color: #BA02FB;
}
.BgClassName
{
background-color: #BA02FB;
}
</style>
border-color css
<style>
span { border-color: #BA02FB; }
span { border-color: rgb(186,2,251); }
td.TdClassName
{
border-color: #BA02FB;
}
.TagClassName
{
border-color: #BA02FB;
}
</style>