Shades of Electric Purple #BA10FB
Tints of Electric Purple #BA10FB
RGB
CMYK
RGB Variations
Color information
#BA10FB (or 0xBA10FB) is known color: Electric Purple. HEX triplet: BA, 10 and FB. RGB value is (186,16,251). Sum of RGB (Red+Green+Blue) = 186+16+251=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA10FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10FB is #45EF04. Grayscale: #5C5C5C. Windows color (decimal): -4583173 or 16453818. OLE color: 16453818.
HSL color Cylindrical-coordinate representation of color #BA10FB: hue angle of 283.4º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA10FB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 16 | 251 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.02 |
| HSL | 283.4º | 0.97% | 0.52% | - |
| HSV(B) | 283.4º | 0.94% | 0.98% | - |
| XYZ | 37.85 | 17.77 | 92.7 | - |
| YUV | 93.62 | 216.82 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 251 | 0.26 | 0.94 | 0 | 0.02 | 283.4 | 0.97 | 0.52 |
| Hex | BA | 10 | FB | 1A | 5E | 0 | 2 | 11B | 61 | 34 |
| Octal | 272 | 20 | 373 | 32 | 136 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10111010 | 10000 | 11111011 | 11010 | 1011110 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #BA10FB
Complementary color
Monochromatic Colors of #BA10FB
Black with #BA10FB
Text Example
Text Example
White with #BA10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10FB; }
p { color: rgb(186,16,251); }
H1.HeaderClassName
{
color: #BA10FB;
}
.AnyTagClassName
{
color: #BA10FB;
}
</style>
background-color css
<style>
a { background-color: #BA10FB; }
a { background-color: rgb(186,16,251); }
div.DivClassName
{
background-color: #BA10FB;
}
.BgClassName
{
background-color: #BA10FB;
}
</style>
border-color css
<style>
span { border-color: #BA10FB; }
span { border-color: rgb(186,16,251); }
td.TdClassName
{
border-color: #BA10FB;
}
.TagClassName
{
border-color: #BA10FB;
}
</style>