Shades of Electric Purple #BA30FC
Tints of Electric Purple #BA30FC
RGB
CMYK
RGB Variations
Color information
#BA30FC (or 0xBA30FC) is known color: Electric Purple. HEX triplet: BA, 30 and FC. RGB value is (186,48,252). Sum of RGB (Red+Green+Blue) = 186+48+252=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30FC is #45CF03. Grayscale: #6F6F6F. Windows color (decimal): -4574980 or 16527546. OLE color: 16527546.
HSL color Cylindrical-coordinate representation of color #BA30FC: hue angle of 280.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA30FC is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 48 | 252 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.01 |
| HSL | 280.59º | 0.97% | 0.59% | - |
| HSV(B) | 280.59º | 0.81% | 0.99% | - |
| XYZ | 38.88 | 19.58 | 93.83 | - |
| YUV | 112.52 | 206.72 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 252 | 0.26 | 0.81 | 0 | 0.01 | 280.59 | 0.97 | 0.59 |
| Hex | BA | 30 | FC | 1A | 51 | 0 | 1 | 119 | 61 | 3B |
| Octal | 272 | 60 | 374 | 32 | 121 | 0 | 1 | 431 | 141 | 73 |
| Binary | 10111010 | 110000 | 11111100 | 11010 | 1010001 | 0 | 1 | 100011001 | 1100001 | 111011 |
Color Harmonies of #BA30FC
Complementary color
Monochromatic Colors of #BA30FC
Black with #BA30FC
Text Example
Text Example
White with #BA30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30FC; }
p { color: rgb(186,48,252); }
H1.HeaderClassName
{
color: #BA30FC;
}
.AnyTagClassName
{
color: #BA30FC;
}
</style>
background-color css
<style>
a { background-color: #BA30FC; }
a { background-color: rgb(186,48,252); }
div.DivClassName
{
background-color: #BA30FC;
}
.BgClassName
{
background-color: #BA30FC;
}
</style>
border-color css
<style>
span { border-color: #BA30FC; }
span { border-color: rgb(186,48,252); }
td.TdClassName
{
border-color: #BA30FC;
}
.TagClassName
{
border-color: #BA30FC;
}
</style>