Shades of Fuchsia #BA2EAC
Tints of Fuchsia #BA2EAC
RGB
CMYK
RGB Variations
Color information
#BA2EAC (or 0xBA2EAC) is known color: Fuchsia. HEX triplet: BA, 2E and AC. RGB value is (186,46,172). Sum of RGB (Red+Green+Blue) = 186+46+172=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EAC is #45D153. Grayscale: #656565. Windows color (decimal): -4575572 or 11284154. OLE color: 11284154.
HSL color Cylindrical-coordinate representation of color #BA2EAC: hue angle of 306º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2EAC is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 172 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.27 |
| HSL | 306º | 0.6% | 0.45% | - |
| HSV(B) | 306º | 0.75% | 0.73% | - |
| XYZ | 28.67 | 15.37 | 40.49 | - |
| YUV | 102.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 172 | 0 | 0.75 | 0.08 | 0.27 | 306 | 0.6 | 0.45 |
| Hex | BA | 2E | AC | 0 | 4B | 8 | 1B | 132 | 3C | 2D |
| Octal | 272 | 56 | 254 | 0 | 113 | 10 | 33 | 462 | 74 | 55 |
| Binary | 10111010 | 101110 | 10101100 | 0 | 1001011 | 1000 | 11011 | 100110010 | 111100 | 101101 |
Color Harmonies of #BA2EAC
Complementary color
Monochromatic Colors of #BA2EAC
Black with #BA2EAC
Text Example
Text Example
White with #BA2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EAC; }
p { color: rgb(186,46,172); }
H1.HeaderClassName
{
color: #BA2EAC;
}
.AnyTagClassName
{
color: #BA2EAC;
}
</style>
background-color css
<style>
a { background-color: #BA2EAC; }
a { background-color: rgb(186,46,172); }
div.DivClassName
{
background-color: #BA2EAC;
}
.BgClassName
{
background-color: #BA2EAC;
}
</style>
border-color css
<style>
span { border-color: #BA2EAC; }
span { border-color: rgb(186,46,172); }
td.TdClassName
{
border-color: #BA2EAC;
}
.TagClassName
{
border-color: #BA2EAC;
}
</style>