Shades of Electric Purple #BA01FB
Tints of Electric Purple #BA01FB
RGB
CMYK
RGB Variations
Color information
#BA01FB (or 0xBA01FB) is known color: Electric Purple. HEX triplet: BA, 01 and FB. RGB value is (186,1,251). Sum of RGB (Red+Green+Blue) = 186+1+251=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01FB is #45FE04. Grayscale: #545454. Windows color (decimal): -4587013 or 16449978. OLE color: 16449978.
HSL color Cylindrical-coordinate representation of color #BA01FB: hue angle of 284.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01FB is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 1 | 251 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.02 |
| HSL | 284.4º | 0.99% | 0.49% | - |
| HSV(B) | 284.4º | 1% | 0.98% | - |
| XYZ | 37.67 | 17.43 | 92.64 | - |
| YUV | 84.82 | 221.79 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 251 | 0.26 | 1.00 | 0 | 0.02 | 284.4 | 0.99 | 0.49 |
| Hex | BA | 1 | FB | 1A | 64 | 0 | 2 | 11C | 63 | 31 |
| Octal | 272 | 1 | 373 | 32 | 144 | 0 | 2 | 434 | 143 | 61 |
| Binary | 10111010 | 1 | 11111011 | 11010 | 1100100 | 0 | 10 | 100011100 | 1100011 | 110001 |
Color Harmonies of #BA01FB
Complementary color
Monochromatic Colors of #BA01FB
Black with #BA01FB
Text Example
Text Example
White with #BA01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01FB; }
p { color: rgb(186,1,251); }
H1.HeaderClassName
{
color: #BA01FB;
}
.AnyTagClassName
{
color: #BA01FB;
}
</style>
background-color css
<style>
a { background-color: #BA01FB; }
a { background-color: rgb(186,1,251); }
div.DivClassName
{
background-color: #BA01FB;
}
.BgClassName
{
background-color: #BA01FB;
}
</style>
border-color css
<style>
span { border-color: #BA01FB; }
span { border-color: rgb(186,1,251); }
td.TdClassName
{
border-color: #BA01FB;
}
.TagClassName
{
border-color: #BA01FB;
}
</style>