Shades of Fuchsia #BA4AAB
Tints of Fuchsia #BA4AAB
RGB
CMYK
RGB Variations
Color information
#BA4AAB (or 0xBA4AAB) is known color: Fuchsia. HEX triplet: BA, 4A and AB. RGB value is (186,74,171). Sum of RGB (Red+Green+Blue) = 186+74+171=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AAB is #45B554. Grayscale: #767676. Windows color (decimal): -4568405 or 11225786. OLE color: 11225786.
HSL color Cylindrical-coordinate representation of color #BA4AAB: hue angle of 308.04º 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 #BA4AAB is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 171 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.27 |
| HSL | 308.04º | 0.45% | 0.51% | - |
| HSV(B) | 308.04º | 0.6% | 0.73% | - |
| XYZ | 30.05 | 18.28 | 40.47 | - |
| YUV | 118.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 171 | 0 | 0.60 | 0.08 | 0.27 | 308.04 | 0.45 | 0.51 |
| Hex | BA | 4A | AB | 0 | 3C | 8 | 1B | 134 | 2D | 33 |
| Octal | 272 | 112 | 253 | 0 | 74 | 10 | 33 | 464 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10101011 | 0 | 111100 | 1000 | 11011 | 100110100 | 101101 | 110011 |
Color Harmonies of #BA4AAB
Complementary color
Monochromatic Colors of #BA4AAB
Black with #BA4AAB
Text Example
Text Example
White with #BA4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AAB; }
p { color: rgb(186,74,171); }
H1.HeaderClassName
{
color: #BA4AAB;
}
.AnyTagClassName
{
color: #BA4AAB;
}
</style>
background-color css
<style>
a { background-color: #BA4AAB; }
a { background-color: rgb(186,74,171); }
div.DivClassName
{
background-color: #BA4AAB;
}
.BgClassName
{
background-color: #BA4AAB;
}
</style>
border-color css
<style>
span { border-color: #BA4AAB; }
span { border-color: rgb(186,74,171); }
td.TdClassName
{
border-color: #BA4AAB;
}
.TagClassName
{
border-color: #BA4AAB;
}
</style>