Shades of Fuchsia #BA2AAD
Tints of Fuchsia #BA2AAD
RGB
CMYK
RGB Variations
Color information
#BA2AAD (or 0xBA2AAD) is known color: Fuchsia. HEX triplet: BA, 2A and AD. RGB value is (186,42,173). Sum of RGB (Red+Green+Blue) = 186+42+173=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AAD is #45D552. Grayscale: #636363. Windows color (decimal): -4576595 or 11348666. OLE color: 11348666.
HSL color Cylindrical-coordinate representation of color #BA2AAD: hue angle of 305.42º 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 #BA2AAD is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 173 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.27 |
| HSL | 305.42º | 0.63% | 0.45% | - |
| HSV(B) | 305.42º | 0.77% | 0.73% | - |
| XYZ | 28.62 | 15.11 | 40.94 | - |
| YUV | 99.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 173 | 0 | 0.77 | 0.07 | 0.27 | 305.42 | 0.63 | 0.45 |
| Hex | BA | 2A | AD | 0 | 4D | 7 | 1B | 131 | 3F | 2D |
| Octal | 272 | 52 | 255 | 0 | 115 | 7 | 33 | 461 | 77 | 55 |
| Binary | 10111010 | 101010 | 10101101 | 0 | 1001101 | 111 | 11011 | 100110001 | 111111 | 101101 |
Color Harmonies of #BA2AAD
Complementary color
Monochromatic Colors of #BA2AAD
Black with #BA2AAD
Text Example
Text Example
White with #BA2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AAD; }
p { color: rgb(186,42,173); }
H1.HeaderClassName
{
color: #BA2AAD;
}
.AnyTagClassName
{
color: #BA2AAD;
}
</style>
background-color css
<style>
a { background-color: #BA2AAD; }
a { background-color: rgb(186,42,173); }
div.DivClassName
{
background-color: #BA2AAD;
}
.BgClassName
{
background-color: #BA2AAD;
}
</style>
border-color css
<style>
span { border-color: #BA2AAD; }
span { border-color: rgb(186,42,173); }
td.TdClassName
{
border-color: #BA2AAD;
}
.TagClassName
{
border-color: #BA2AAD;
}
</style>