Shades of Electric Purple #BA1CFD
Tints of Electric Purple #BA1CFD
RGB
CMYK
RGB Variations
Color information
#BA1CFD (or 0xBA1CFD) is known color: Electric Purple. HEX triplet: BA, 1C and FD. RGB value is (186,28,253). Sum of RGB (Red+Green+Blue) = 186+28+253=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA1CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CFD is #45E302. Grayscale: #646464. Windows color (decimal): -4580099 or 16587962. OLE color: 16587962.
HSL color Cylindrical-coordinate representation of color #BA1CFD: hue angle of 282.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1CFD is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 28 | 253 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.01 |
| HSL | 282.13º | 0.98% | 0.55% | - |
| HSV(B) | 282.13º | 0.89% | 0.99% | - |
| XYZ | 38.39 | 18.36 | 94.45 | - |
| YUV | 100.89 | 213.85 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 253 | 0.26 | 0.89 | 0 | 0.01 | 282.13 | 0.98 | 0.55 |
| Hex | BA | 1C | FD | 1A | 59 | 0 | 1 | 11A | 62 | 37 |
| Octal | 272 | 34 | 375 | 32 | 131 | 0 | 1 | 432 | 142 | 67 |
| Binary | 10111010 | 11100 | 11111101 | 11010 | 1011001 | 0 | 1 | 100011010 | 1100010 | 110111 |
Color Harmonies of #BA1CFD
Complementary color
Monochromatic Colors of #BA1CFD
Black with #BA1CFD
Text Example
Text Example
White with #BA1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CFD; }
p { color: rgb(186,28,253); }
H1.HeaderClassName
{
color: #BA1CFD;
}
.AnyTagClassName
{
color: #BA1CFD;
}
</style>
background-color css
<style>
a { background-color: #BA1CFD; }
a { background-color: rgb(186,28,253); }
div.DivClassName
{
background-color: #BA1CFD;
}
.BgClassName
{
background-color: #BA1CFD;
}
</style>
border-color css
<style>
span { border-color: #BA1CFD; }
span { border-color: rgb(186,28,253); }
td.TdClassName
{
border-color: #BA1CFD;
}
.TagClassName
{
border-color: #BA1CFD;
}
</style>