Shades of Electric Purple #BA00FB
Tints of Electric Purple #BA00FB
RGB
CMYK
RGB Variations
Color information
#BA00FB (or 0xBA00FB) is known color: Electric Purple. HEX triplet: BA, 00 and FB. RGB value is (186,0,251). Sum of RGB (Red+Green+Blue) = 186+0+251=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00FB is #45FF04. Grayscale: #535353. Windows color (decimal): -4587269 or 16449722. OLE color: 16449722.
HSL color Cylindrical-coordinate representation of color #BA00FB: hue angle of 284.46º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00FB is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 0 | 251 | - |
| CMYK | 0.26 | 1 | 0 | 0.02 |
| HSL | 284.46º | 1% | 0.49% | - |
| HSV(B) | 284.46º | 1% | 0.98% | - |
| XYZ | 37.66 | 17.4 | 92.64 | - |
| YUV | 84.23 | 222.12 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 251 | 0.26 | 1 | 0 | 0.02 | 284.46 | 1 | 0.49 |
| Hex | BA | 0 | FB | 1A | 64 | 0 | 2 | 11C | 64 | 31 |
| Octal | 272 | 0 | 373 | 32 | 144 | 0 | 2 | 434 | 144 | 61 |
| Binary | 10111010 | 0 | 11111011 | 11010 | 1100100 | 0 | 10 | 100011100 | 1100100 | 110001 |
Color Harmonies of #BA00FB
Complementary color
Monochromatic Colors of #BA00FB
Black with #BA00FB
Text Example
Text Example
White with #BA00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00FB; }
p { color: rgb(186,0,251); }
H1.HeaderClassName
{
color: #BA00FB;
}
.AnyTagClassName
{
color: #BA00FB;
}
</style>
background-color css
<style>
a { background-color: #BA00FB; }
a { background-color: rgb(186,0,251); }
div.DivClassName
{
background-color: #BA00FB;
}
.BgClassName
{
background-color: #BA00FB;
}
</style>
border-color css
<style>
span { border-color: #BA00FB; }
span { border-color: rgb(186,0,251); }
td.TdClassName
{
border-color: #BA00FB;
}
.TagClassName
{
border-color: #BA00FB;
}
</style>