Shades of Fuchsia #BA4AAD
Tints of Fuchsia #BA4AAD
RGB
CMYK
RGB Variations
Color information
#BA4AAD (or 0xBA4AAD) is known color: Fuchsia. HEX triplet: BA, 4A and AD. RGB value is (186,74,173). Sum of RGB (Red+Green+Blue) = 186+74+173=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AAD is #45B552. Grayscale: #767676. Windows color (decimal): -4568403 or 11356858. OLE color: 11356858.
HSL color Cylindrical-coordinate representation of color #BA4AAD: hue angle of 306.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AAD is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 173 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.27 |
| HSL | 306.96º | 0.45% | 0.51% | - |
| HSV(B) | 306.96º | 0.6% | 0.73% | - |
| XYZ | 30.24 | 18.35 | 41.48 | - |
| YUV | 118.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 173 | 0 | 0.60 | 0.07 | 0.27 | 306.96 | 0.45 | 0.51 |
| Hex | BA | 4A | AD | 0 | 3C | 7 | 1B | 133 | 2D | 33 |
| Octal | 272 | 112 | 255 | 0 | 74 | 7 | 33 | 463 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10101101 | 0 | 111100 | 111 | 11011 | 100110011 | 101101 | 110011 |
Color Harmonies of #BA4AAD
Complementary color
Monochromatic Colors of #BA4AAD
Black with #BA4AAD
Text Example
Text Example
White with #BA4AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AAD; }
p { color: rgb(186,74,173); }
H1.HeaderClassName
{
color: #BA4AAD;
}
.AnyTagClassName
{
color: #BA4AAD;
}
</style>
background-color css
<style>
a { background-color: #BA4AAD; }
a { background-color: rgb(186,74,173); }
div.DivClassName
{
background-color: #BA4AAD;
}
.BgClassName
{
background-color: #BA4AAD;
}
</style>
border-color css
<style>
span { border-color: #BA4AAD; }
span { border-color: rgb(186,74,173); }
td.TdClassName
{
border-color: #BA4AAD;
}
.TagClassName
{
border-color: #BA4AAD;
}
</style>