Shades of Fuchsia #BA4AAF
Tints of Fuchsia #BA4AAF
RGB
CMYK
RGB Variations
Color information
#BA4AAF (or 0xBA4AAF) is known color: Fuchsia. HEX triplet: BA, 4A and AF. RGB value is (186,74,175). Sum of RGB (Red+Green+Blue) = 186+74+175=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AAF is #45B550. Grayscale: #767676. Windows color (decimal): -4568401 or 11487930. OLE color: 11487930.
HSL color Cylindrical-coordinate representation of color #BA4AAF: hue angle of 305.89º 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 #BA4AAF is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 175 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.27 |
| HSL | 305.89º | 0.45% | 0.51% | - |
| HSV(B) | 305.89º | 0.6% | 0.73% | - |
| XYZ | 30.44 | 18.43 | 42.51 | - |
| YUV | 119 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 175 | 0 | 0.60 | 0.06 | 0.27 | 305.89 | 0.45 | 0.51 |
| Hex | BA | 4A | AF | 0 | 3C | 6 | 1B | 132 | 2D | 33 |
| Octal | 272 | 112 | 257 | 0 | 74 | 6 | 33 | 462 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10101111 | 0 | 111100 | 110 | 11011 | 100110010 | 101101 | 110011 |
Color Harmonies of #BA4AAF
Complementary color
Monochromatic Colors of #BA4AAF
Black with #BA4AAF
Text Example
Text Example
White with #BA4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AAF; }
p { color: rgb(186,74,175); }
H1.HeaderClassName
{
color: #BA4AAF;
}
.AnyTagClassName
{
color: #BA4AAF;
}
</style>
background-color css
<style>
a { background-color: #BA4AAF; }
a { background-color: rgb(186,74,175); }
div.DivClassName
{
background-color: #BA4AAF;
}
.BgClassName
{
background-color: #BA4AAF;
}
</style>
border-color css
<style>
span { border-color: #BA4AAF; }
span { border-color: rgb(186,74,175); }
td.TdClassName
{
border-color: #BA4AAF;
}
.TagClassName
{
border-color: #BA4AAF;
}
</style>