Shades of Electric Purple #BA34FB
Tints of Electric Purple #BA34FB
RGB
CMYK
RGB Variations
Color information
#BA34FB (or 0xBA34FB) is known color: Electric Purple. HEX triplet: BA, 34 and FB. RGB value is (186,52,251). Sum of RGB (Red+Green+Blue) = 186+52+251=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA34FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34FB is #45CB04. Grayscale: #727272. Windows color (decimal): -4573957 or 16463034. OLE color: 16463034.
HSL color Cylindrical-coordinate representation of color #BA34FB: hue angle of 280.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA34FB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 52 | 251 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.02 |
| HSL | 280.4º | 0.96% | 0.59% | - |
| HSV(B) | 280.4º | 0.79% | 0.98% | - |
| XYZ | 38.89 | 19.86 | 93.05 | - |
| YUV | 114.75 | 204.89 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 251 | 0.26 | 0.79 | 0 | 0.02 | 280.4 | 0.96 | 0.59 |
| Hex | BA | 34 | FB | 1A | 4F | 0 | 2 | 118 | 60 | 3B |
| Octal | 272 | 64 | 373 | 32 | 117 | 0 | 2 | 430 | 140 | 73 |
| Binary | 10111010 | 110100 | 11111011 | 11010 | 1001111 | 0 | 10 | 100011000 | 1100000 | 111011 |
Color Harmonies of #BA34FB
Complementary color
Monochromatic Colors of #BA34FB
Black with #BA34FB
Text Example
Text Example
White with #BA34FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34FB; }
p { color: rgb(186,52,251); }
H1.HeaderClassName
{
color: #BA34FB;
}
.AnyTagClassName
{
color: #BA34FB;
}
</style>
background-color css
<style>
a { background-color: #BA34FB; }
a { background-color: rgb(186,52,251); }
div.DivClassName
{
background-color: #BA34FB;
}
.BgClassName
{
background-color: #BA34FB;
}
</style>
border-color css
<style>
span { border-color: #BA34FB; }
span { border-color: rgb(186,52,251); }
td.TdClassName
{
border-color: #BA34FB;
}
.TagClassName
{
border-color: #BA34FB;
}
</style>