Shades of Fuchsia #BA3CA9
Tints of Fuchsia #BA3CA9
RGB
CMYK
RGB Variations
Color information
#BA3CA9 (or 0xBA3CA9) is known color: Fuchsia. HEX triplet: BA, 3C and A9. RGB value is (186,60,169). Sum of RGB (Red+Green+Blue) = 186+60+169=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3CA9 is #45C356. Grayscale: #6D6D6D. Windows color (decimal): -4571991 or 11091130. OLE color: 11091130.
HSL color Cylindrical-coordinate representation of color #BA3CA9: hue angle of 308.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3CA9 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 169 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.27 |
| HSL | 308.1º | 0.51% | 0.48% | - |
| HSV(B) | 308.1º | 0.68% | 0.73% | - |
| XYZ | 29.03 | 16.54 | 39.2 | - |
| YUV | 110.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 169 | 0 | 0.68 | 0.09 | 0.27 | 308.1 | 0.51 | 0.48 |
| Hex | BA | 3C | A9 | 0 | 44 | 9 | 1B | 134 | 33 | 30 |
| Octal | 272 | 74 | 251 | 0 | 104 | 11 | 33 | 464 | 63 | 60 |
| Binary | 10111010 | 111100 | 10101001 | 0 | 1000100 | 1001 | 11011 | 100110100 | 110011 | 110000 |
Color Harmonies of #BA3CA9
Complementary color
Monochromatic Colors of #BA3CA9
Black with #BA3CA9
Text Example
Text Example
White with #BA3CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CA9; }
p { color: rgb(186,60,169); }
H1.HeaderClassName
{
color: #BA3CA9;
}
.AnyTagClassName
{
color: #BA3CA9;
}
</style>
background-color css
<style>
a { background-color: #BA3CA9; }
a { background-color: rgb(186,60,169); }
div.DivClassName
{
background-color: #BA3CA9;
}
.BgClassName
{
background-color: #BA3CA9;
}
</style>
border-color css
<style>
span { border-color: #BA3CA9; }
span { border-color: rgb(186,60,169); }
td.TdClassName
{
border-color: #BA3CA9;
}
.TagClassName
{
border-color: #BA3CA9;
}
</style>