Shades of Fuchsia #BA49AF
Tints of Fuchsia #BA49AF
RGB
CMYK
RGB Variations
Color information
#BA49AF (or 0xBA49AF) is known color: Fuchsia. HEX triplet: BA, 49 and AF. RGB value is (186,73,175). Sum of RGB (Red+Green+Blue) = 186+73+175=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49AF is #45B650. Grayscale: #767676. Windows color (decimal): -4568657 or 11487674. OLE color: 11487674.
HSL color Cylindrical-coordinate representation of color #BA49AF: hue angle of 305.84º 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 #BA49AF is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 175 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.27 |
| HSL | 305.84º | 0.45% | 0.51% | - |
| HSV(B) | 305.84º | 0.61% | 0.73% | - |
| XYZ | 30.37 | 18.3 | 42.49 | - |
| YUV | 118.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 175 | 0 | 0.61 | 0.06 | 0.27 | 305.84 | 0.45 | 0.51 |
| Hex | BA | 49 | AF | 0 | 3D | 6 | 1B | 132 | 2D | 33 |
| Octal | 272 | 111 | 257 | 0 | 75 | 6 | 33 | 462 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10101111 | 0 | 111101 | 110 | 11011 | 100110010 | 101101 | 110011 |
Color Harmonies of #BA49AF
Complementary color
Monochromatic Colors of #BA49AF
Black with #BA49AF
Text Example
Text Example
White with #BA49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49AF; }
p { color: rgb(186,73,175); }
H1.HeaderClassName
{
color: #BA49AF;
}
.AnyTagClassName
{
color: #BA49AF;
}
</style>
background-color css
<style>
a { background-color: #BA49AF; }
a { background-color: rgb(186,73,175); }
div.DivClassName
{
background-color: #BA49AF;
}
.BgClassName
{
background-color: #BA49AF;
}
</style>
border-color css
<style>
span { border-color: #BA49AF; }
span { border-color: rgb(186,73,175); }
td.TdClassName
{
border-color: #BA49AF;
}
.TagClassName
{
border-color: #BA49AF;
}
</style>