Shades of Fuchsia #BA49A6
Tints of Fuchsia #BA49A6
RGB
CMYK
RGB Variations
Color information
#BA49A6 (or 0xBA49A6) is known color: Fuchsia. HEX triplet: BA, 49 and A6. RGB value is (186,73,166). Sum of RGB (Red+Green+Blue) = 186+73+166=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49A6 is #45B659. Grayscale: #757575. Windows color (decimal): -4568666 or 10897850. OLE color: 10897850.
HSL color Cylindrical-coordinate representation of color #BA49A6: hue angle of 310.62º 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 #BA49A6 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 166 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.27 |
| HSL | 310.62º | 0.45% | 0.51% | - |
| HSV(B) | 310.62º | 0.61% | 0.73% | - |
| XYZ | 29.52 | 17.96 | 37.99 | - |
| YUV | 117.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 166 | 0 | 0.61 | 0.11 | 0.27 | 310.62 | 0.45 | 0.51 |
| Hex | BA | 49 | A6 | 0 | 3D | B | 1B | 137 | 2D | 33 |
| Octal | 272 | 111 | 246 | 0 | 75 | 13 | 33 | 467 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10100110 | 0 | 111101 | 1011 | 11011 | 100110111 | 101101 | 110011 |
Color Harmonies of #BA49A6
Complementary color
Monochromatic Colors of #BA49A6
Black with #BA49A6
Text Example
Text Example
White with #BA49A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49A6; }
p { color: rgb(186,73,166); }
H1.HeaderClassName
{
color: #BA49A6;
}
.AnyTagClassName
{
color: #BA49A6;
}
</style>
background-color css
<style>
a { background-color: #BA49A6; }
a { background-color: rgb(186,73,166); }
div.DivClassName
{
background-color: #BA49A6;
}
.BgClassName
{
background-color: #BA49A6;
}
</style>
border-color css
<style>
span { border-color: #BA49A6; }
span { border-color: rgb(186,73,166); }
td.TdClassName
{
border-color: #BA49A6;
}
.TagClassName
{
border-color: #BA49A6;
}
</style>