Shades of Electric Purple #BA30FD
Tints of Electric Purple #BA30FD
RGB
CMYK
RGB Variations
Color information
#BA30FD (or 0xBA30FD) is known color: Electric Purple. HEX triplet: BA, 30 and FD. RGB value is (186,48,253). Sum of RGB (Red+Green+Blue) = 186+48+253=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30FD is #45CF02. Grayscale: #6F6F6F. Windows color (decimal): -4574979 or 16593082. OLE color: 16593082.
HSL color Cylindrical-coordinate representation of color #BA30FD: hue angle of 280.39º degrees, saturation: 0.98, 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 #BA30FD is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 48 | 253 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.01 |
| HSL | 280.39º | 0.98% | 0.59% | - |
| HSV(B) | 280.39º | 0.81% | 0.99% | - |
| XYZ | 39.04 | 19.64 | 94.66 | - |
| YUV | 112.63 | 207.22 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 253 | 0.26 | 0.81 | 0 | 0.01 | 280.39 | 0.98 | 0.59 |
| Hex | BA | 30 | FD | 1A | 51 | 0 | 1 | 118 | 62 | 3B |
| Octal | 272 | 60 | 375 | 32 | 121 | 0 | 1 | 430 | 142 | 73 |
| Binary | 10111010 | 110000 | 11111101 | 11010 | 1010001 | 0 | 1 | 100011000 | 1100010 | 111011 |
Color Harmonies of #BA30FD
Complementary color
Monochromatic Colors of #BA30FD
Black with #BA30FD
Text Example
Text Example
White with #BA30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30FD; }
p { color: rgb(186,48,253); }
H1.HeaderClassName
{
color: #BA30FD;
}
.AnyTagClassName
{
color: #BA30FD;
}
</style>
background-color css
<style>
a { background-color: #BA30FD; }
a { background-color: rgb(186,48,253); }
div.DivClassName
{
background-color: #BA30FD;
}
.BgClassName
{
background-color: #BA30FD;
}
</style>
border-color css
<style>
span { border-color: #BA30FD; }
span { border-color: rgb(186,48,253); }
td.TdClassName
{
border-color: #BA30FD;
}
.TagClassName
{
border-color: #BA30FD;
}
</style>