Shades of Fuchsia #BA4CA9
Tints of Fuchsia #BA4CA9
RGB
CMYK
RGB Variations
Color information
#BA4CA9 (or 0xBA4CA9) is known color: Fuchsia. HEX triplet: BA, 4C and A9. RGB value is (186,76,169). Sum of RGB (Red+Green+Blue) = 186+76+169=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CA9 is #45B356. Grayscale: #777777. Windows color (decimal): -4567895 or 11095226. OLE color: 11095226.
HSL color Cylindrical-coordinate representation of color #BA4CA9: hue angle of 309.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4CA9 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 169 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.27 |
| HSL | 309.27º | 0.44% | 0.51% | - |
| HSV(B) | 309.27º | 0.59% | 0.73% | - |
| XYZ | 30 | 18.47 | 39.52 | - |
| YUV | 119.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 169 | 0 | 0.59 | 0.09 | 0.27 | 309.27 | 0.44 | 0.51 |
| Hex | BA | 4C | A9 | 0 | 3B | 9 | 1B | 135 | 2C | 33 |
| Octal | 272 | 114 | 251 | 0 | 73 | 11 | 33 | 465 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10101001 | 0 | 111011 | 1001 | 11011 | 100110101 | 101100 | 110011 |
Color Harmonies of #BA4CA9
Complementary color
Monochromatic Colors of #BA4CA9
Black with #BA4CA9
Text Example
Text Example
White with #BA4CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CA9; }
p { color: rgb(186,76,169); }
H1.HeaderClassName
{
color: #BA4CA9;
}
.AnyTagClassName
{
color: #BA4CA9;
}
</style>
background-color css
<style>
a { background-color: #BA4CA9; }
a { background-color: rgb(186,76,169); }
div.DivClassName
{
background-color: #BA4CA9;
}
.BgClassName
{
background-color: #BA4CA9;
}
</style>
border-color css
<style>
span { border-color: #BA4CA9; }
span { border-color: rgb(186,76,169); }
td.TdClassName
{
border-color: #BA4CA9;
}
.TagClassName
{
border-color: #BA4CA9;
}
</style>