Shades of Fuchsia #BA4EAA
Tints of Fuchsia #BA4EAA
RGB
CMYK
RGB Variations
Color information
#BA4EAA (or 0xBA4EAA) is known color: Fuchsia. HEX triplet: BA, 4E and AA. RGB value is (186,78,170). Sum of RGB (Red+Green+Blue) = 186+78+170=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EAA is #45B155. Grayscale: #787878. Windows color (decimal): -4567382 or 11161274. OLE color: 11161274.
HSL color Cylindrical-coordinate representation of color #BA4EAA: hue angle of 308.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4EAA is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 170 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.27 |
| HSL | 308.89º | 0.44% | 0.52% | - |
| HSV(B) | 308.89º | 0.58% | 0.73% | - |
| XYZ | 30.23 | 18.79 | 40.06 | - |
| YUV | 120.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 170 | 0 | 0.58 | 0.09 | 0.27 | 308.89 | 0.44 | 0.52 |
| Hex | BA | 4E | AA | 0 | 3A | 9 | 1B | 135 | 2C | 34 |
| Octal | 272 | 116 | 252 | 0 | 72 | 11 | 33 | 465 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10101010 | 0 | 111010 | 1001 | 11011 | 100110101 | 101100 | 110100 |
Color Harmonies of #BA4EAA
Complementary color
Monochromatic Colors of #BA4EAA
Black with #BA4EAA
Text Example
Text Example
White with #BA4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EAA; }
p { color: rgb(186,78,170); }
H1.HeaderClassName
{
color: #BA4EAA;
}
.AnyTagClassName
{
color: #BA4EAA;
}
</style>
background-color css
<style>
a { background-color: #BA4EAA; }
a { background-color: rgb(186,78,170); }
div.DivClassName
{
background-color: #BA4EAA;
}
.BgClassName
{
background-color: #BA4EAA;
}
</style>
border-color css
<style>
span { border-color: #BA4EAA; }
span { border-color: rgb(186,78,170); }
td.TdClassName
{
border-color: #BA4EAA;
}
.TagClassName
{
border-color: #BA4EAA;
}
</style>