Shades of Fuchsia #BA4DAC
Tints of Fuchsia #BA4DAC
RGB
CMYK
RGB Variations
Color information
#BA4DAC (or 0xBA4DAC) is known color: Fuchsia. HEX triplet: BA, 4D and AC. RGB value is (186,77,172). Sum of RGB (Red+Green+Blue) = 186+77+172=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DAC is #45B253. Grayscale: #787878. Windows color (decimal): -4567636 or 11292090. OLE color: 11292090.
HSL color Cylindrical-coordinate representation of color #BA4DAC: hue angle of 307.71º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4DAC is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 172 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.27 |
| HSL | 307.71º | 0.44% | 0.52% | - |
| HSV(B) | 307.71º | 0.59% | 0.73% | - |
| XYZ | 30.35 | 18.73 | 41.04 | - |
| YUV | 120.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 172 | 0 | 0.59 | 0.08 | 0.27 | 307.71 | 0.44 | 0.52 |
| Hex | BA | 4D | AC | 0 | 3B | 8 | 1B | 134 | 2C | 34 |
| Octal | 272 | 115 | 254 | 0 | 73 | 10 | 33 | 464 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10101100 | 0 | 111011 | 1000 | 11011 | 100110100 | 101100 | 110100 |
Color Harmonies of #BA4DAC
Complementary color
Monochromatic Colors of #BA4DAC
Black with #BA4DAC
Text Example
Text Example
White with #BA4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DAC; }
p { color: rgb(186,77,172); }
H1.HeaderClassName
{
color: #BA4DAC;
}
.AnyTagClassName
{
color: #BA4DAC;
}
</style>
background-color css
<style>
a { background-color: #BA4DAC; }
a { background-color: rgb(186,77,172); }
div.DivClassName
{
background-color: #BA4DAC;
}
.BgClassName
{
background-color: #BA4DAC;
}
</style>
border-color css
<style>
span { border-color: #BA4DAC; }
span { border-color: rgb(186,77,172); }
td.TdClassName
{
border-color: #BA4DAC;
}
.TagClassName
{
border-color: #BA4DAC;
}
</style>