Shades of Fuchsia #BA2AAF
Tints of Fuchsia #BA2AAF
RGB
CMYK
RGB Variations
Color information
#BA2AAF (or 0xBA2AAF) is known color: Fuchsia. HEX triplet: BA, 2A and AF. RGB value is (186,42,175). Sum of RGB (Red+Green+Blue) = 186+42+175=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AAF is #45D550. Grayscale: #636363. Windows color (decimal): -4576593 or 11479738. OLE color: 11479738.
HSL color Cylindrical-coordinate representation of color #BA2AAF: hue angle of 304.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2AAF is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 175 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.27 |
| HSL | 304.58º | 0.63% | 0.45% | - |
| HSV(B) | 304.58º | 0.77% | 0.73% | - |
| XYZ | 28.82 | 15.19 | 41.97 | - |
| YUV | 100.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 175 | 0 | 0.77 | 0.06 | 0.27 | 304.58 | 0.63 | 0.45 |
| Hex | BA | 2A | AF | 0 | 4D | 6 | 1B | 131 | 3F | 2D |
| Octal | 272 | 52 | 257 | 0 | 115 | 6 | 33 | 461 | 77 | 55 |
| Binary | 10111010 | 101010 | 10101111 | 0 | 1001101 | 110 | 11011 | 100110001 | 111111 | 101101 |
Color Harmonies of #BA2AAF
Complementary color
Monochromatic Colors of #BA2AAF
Black with #BA2AAF
Text Example
Text Example
White with #BA2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AAF; }
p { color: rgb(186,42,175); }
H1.HeaderClassName
{
color: #BA2AAF;
}
.AnyTagClassName
{
color: #BA2AAF;
}
</style>
background-color css
<style>
a { background-color: #BA2AAF; }
a { background-color: rgb(186,42,175); }
div.DivClassName
{
background-color: #BA2AAF;
}
.BgClassName
{
background-color: #BA2AAF;
}
</style>
border-color css
<style>
span { border-color: #BA2AAF; }
span { border-color: rgb(186,42,175); }
td.TdClassName
{
border-color: #BA2AAF;
}
.TagClassName
{
border-color: #BA2AAF;
}
</style>