Shades of Electric Purple #BA33FB
Tints of Electric Purple #BA33FB
RGB
CMYK
RGB Variations
Color information
#BA33FB (or 0xBA33FB) is known color: Electric Purple. HEX triplet: BA, 33 and FB. RGB value is (186,51,251). Sum of RGB (Red+Green+Blue) = 186+51+251=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA33FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33FB is #45CC04. Grayscale: #717171. Windows color (decimal): -4574213 or 16462778. OLE color: 16462778.
HSL color Cylindrical-coordinate representation of color #BA33FB: hue angle of 280.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA33FB is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 51 | 251 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.02 |
| HSL | 280.5º | 0.96% | 0.59% | - |
| HSV(B) | 280.5º | 0.8% | 0.98% | - |
| XYZ | 38.85 | 19.77 | 93.04 | - |
| YUV | 114.17 | 205.23 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 251 | 0.26 | 0.80 | 0 | 0.02 | 280.5 | 0.96 | 0.59 |
| Hex | BA | 33 | FB | 1A | 50 | 0 | 2 | 118 | 60 | 3B |
| Octal | 272 | 63 | 373 | 32 | 120 | 0 | 2 | 430 | 140 | 73 |
| Binary | 10111010 | 110011 | 11111011 | 11010 | 1010000 | 0 | 10 | 100011000 | 1100000 | 111011 |
Color Harmonies of #BA33FB
Complementary color
Monochromatic Colors of #BA33FB
Black with #BA33FB
Text Example
Text Example
White with #BA33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33FB; }
p { color: rgb(186,51,251); }
H1.HeaderClassName
{
color: #BA33FB;
}
.AnyTagClassName
{
color: #BA33FB;
}
</style>
background-color css
<style>
a { background-color: #BA33FB; }
a { background-color: rgb(186,51,251); }
div.DivClassName
{
background-color: #BA33FB;
}
.BgClassName
{
background-color: #BA33FB;
}
</style>
border-color css
<style>
span { border-color: #BA33FB; }
span { border-color: rgb(186,51,251); }
td.TdClassName
{
border-color: #BA33FB;
}
.TagClassName
{
border-color: #BA33FB;
}
</style>