Shades of Fuchsia #BA4AAE
Tints of Fuchsia #BA4AAE
RGB
CMYK
RGB Variations
Color information
#BA4AAE (or 0xBA4AAE) is known color: Fuchsia. HEX triplet: BA, 4A and AE. RGB value is (186,74,174). Sum of RGB (Red+Green+Blue) = 186+74+174=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AAE is #45B551. Grayscale: #767676. Windows color (decimal): -4568402 or 11422394. OLE color: 11422394.
HSL color Cylindrical-coordinate representation of color #BA4AAE: hue angle of 306.43º 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 #BA4AAE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 174 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.27 |
| HSL | 306.43º | 0.45% | 0.51% | - |
| HSV(B) | 306.43º | 0.6% | 0.73% | - |
| XYZ | 30.34 | 18.39 | 42 | - |
| YUV | 118.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 174 | 0 | 0.60 | 0.06 | 0.27 | 306.43 | 0.45 | 0.51 |
| Hex | BA | 4A | AE | 0 | 3C | 6 | 1B | 132 | 2D | 33 |
| Octal | 272 | 112 | 256 | 0 | 74 | 6 | 33 | 462 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10101110 | 0 | 111100 | 110 | 11011 | 100110010 | 101101 | 110011 |
Color Harmonies of #BA4AAE
Complementary color
Monochromatic Colors of #BA4AAE
Black with #BA4AAE
Text Example
Text Example
White with #BA4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AAE; }
p { color: rgb(186,74,174); }
H1.HeaderClassName
{
color: #BA4AAE;
}
.AnyTagClassName
{
color: #BA4AAE;
}
</style>
background-color css
<style>
a { background-color: #BA4AAE; }
a { background-color: rgb(186,74,174); }
div.DivClassName
{
background-color: #BA4AAE;
}
.BgClassName
{
background-color: #BA4AAE;
}
</style>
border-color css
<style>
span { border-color: #BA4AAE; }
span { border-color: rgb(186,74,174); }
td.TdClassName
{
border-color: #BA4AAE;
}
.TagClassName
{
border-color: #BA4AAE;
}
</style>