Shades of Fuchsia #BA49A8
Tints of Fuchsia #BA49A8
RGB
CMYK
RGB Variations
Color information
#BA49A8 (or 0xBA49A8) is known color: Fuchsia. HEX triplet: BA, 49 and A8. RGB value is (186,73,168). Sum of RGB (Red+Green+Blue) = 186+73+168=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49A8 is #45B657. Grayscale: #757575. Windows color (decimal): -4568664 or 11028922. OLE color: 11028922.
HSL color Cylindrical-coordinate representation of color #BA49A8: hue angle of 309.56º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA49A8 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 168 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.27 |
| HSL | 309.56º | 0.45% | 0.51% | - |
| HSV(B) | 309.56º | 0.61% | 0.73% | - |
| XYZ | 29.7 | 18.03 | 38.96 | - |
| YUV | 117.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 168 | 0 | 0.61 | 0.10 | 0.27 | 309.56 | 0.45 | 0.51 |
| Hex | BA | 49 | A8 | 0 | 3D | A | 1B | 136 | 2D | 33 |
| Octal | 272 | 111 | 250 | 0 | 75 | 12 | 33 | 466 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10101000 | 0 | 111101 | 1010 | 11011 | 100110110 | 101101 | 110011 |
Color Harmonies of #BA49A8
Complementary color
Monochromatic Colors of #BA49A8
Black with #BA49A8
Text Example
Text Example
White with #BA49A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49A8; }
p { color: rgb(186,73,168); }
H1.HeaderClassName
{
color: #BA49A8;
}
.AnyTagClassName
{
color: #BA49A8;
}
</style>
background-color css
<style>
a { background-color: #BA49A8; }
a { background-color: rgb(186,73,168); }
div.DivClassName
{
background-color: #BA49A8;
}
.BgClassName
{
background-color: #BA49A8;
}
</style>
border-color css
<style>
span { border-color: #BA49A8; }
span { border-color: rgb(186,73,168); }
td.TdClassName
{
border-color: #BA49A8;
}
.TagClassName
{
border-color: #BA49A8;
}
</style>