Shades of Electric Purple #BA30FB
Tints of Electric Purple #BA30FB
RGB
CMYK
RGB Variations
Color information
#BA30FB (or 0xBA30FB) is known color: Electric Purple. HEX triplet: BA, 30 and FB. RGB value is (186,48,251). Sum of RGB (Red+Green+Blue) = 186+48+251=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30FB is #45CF04. Grayscale: #6F6F6F. Windows color (decimal): -4574981 or 16462010. OLE color: 16462010.
HSL color Cylindrical-coordinate representation of color #BA30FB: hue angle of 280.79º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA30FB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 48 | 251 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.02 |
| HSL | 280.79º | 0.96% | 0.59% | - |
| HSV(B) | 280.79º | 0.81% | 0.98% | - |
| XYZ | 38.72 | 19.52 | 92.99 | - |
| YUV | 112.4 | 206.22 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 251 | 0.26 | 0.81 | 0 | 0.02 | 280.79 | 0.96 | 0.59 |
| Hex | BA | 30 | FB | 1A | 51 | 0 | 2 | 119 | 60 | 3B |
| Octal | 272 | 60 | 373 | 32 | 121 | 0 | 2 | 431 | 140 | 73 |
| Binary | 10111010 | 110000 | 11111011 | 11010 | 1010001 | 0 | 10 | 100011001 | 1100000 | 111011 |
Color Harmonies of #BA30FB
Complementary color
Monochromatic Colors of #BA30FB
Black with #BA30FB
Text Example
Text Example
White with #BA30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30FB; }
p { color: rgb(186,48,251); }
H1.HeaderClassName
{
color: #BA30FB;
}
.AnyTagClassName
{
color: #BA30FB;
}
</style>
background-color css
<style>
a { background-color: #BA30FB; }
a { background-color: rgb(186,48,251); }
div.DivClassName
{
background-color: #BA30FB;
}
.BgClassName
{
background-color: #BA30FB;
}
</style>
border-color css
<style>
span { border-color: #BA30FB; }
span { border-color: rgb(186,48,251); }
td.TdClassName
{
border-color: #BA30FB;
}
.TagClassName
{
border-color: #BA30FB;
}
</style>