Shades of Fuchsia #BA2CAC
Tints of Fuchsia #BA2CAC
RGB
CMYK
RGB Variations
Color information
#BA2CAC (or 0xBA2CAC) is known color: Fuchsia. HEX triplet: BA, 2C and AC. RGB value is (186,44,172). Sum of RGB (Red+Green+Blue) = 186+44+172=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2CAC is #45D353. Grayscale: #646464. Windows color (decimal): -4576084 or 11283642. OLE color: 11283642.
HSL color Cylindrical-coordinate representation of color #BA2CAC: hue angle of 305.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2CAC is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 172 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.27 |
| HSL | 305.92º | 0.62% | 0.45% | - |
| HSV(B) | 305.92º | 0.76% | 0.73% | - |
| XYZ | 28.6 | 15.22 | 40.46 | - |
| YUV | 101.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 172 | 0 | 0.76 | 0.08 | 0.27 | 305.92 | 0.62 | 0.45 |
| Hex | BA | 2C | AC | 0 | 4C | 8 | 1B | 132 | 3E | 2D |
| Octal | 272 | 54 | 254 | 0 | 114 | 10 | 33 | 462 | 76 | 55 |
| Binary | 10111010 | 101100 | 10101100 | 0 | 1001100 | 1000 | 11011 | 100110010 | 111110 | 101101 |
Color Harmonies of #BA2CAC
Complementary color
Monochromatic Colors of #BA2CAC
Black with #BA2CAC
Text Example
Text Example
White with #BA2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CAC; }
p { color: rgb(186,44,172); }
H1.HeaderClassName
{
color: #BA2CAC;
}
.AnyTagClassName
{
color: #BA2CAC;
}
</style>
background-color css
<style>
a { background-color: #BA2CAC; }
a { background-color: rgb(186,44,172); }
div.DivClassName
{
background-color: #BA2CAC;
}
.BgClassName
{
background-color: #BA2CAC;
}
</style>
border-color css
<style>
span { border-color: #BA2CAC; }
span { border-color: rgb(186,44,172); }
td.TdClassName
{
border-color: #BA2CAC;
}
.TagClassName
{
border-color: #BA2CAC;
}
</style>