Shades of Fuchsia #BA4DAA
Tints of Fuchsia #BA4DAA
RGB
CMYK
RGB Variations
Color information
#BA4DAA (or 0xBA4DAA) is known color: Fuchsia. HEX triplet: BA, 4D and AA. RGB value is (186,77,170). Sum of RGB (Red+Green+Blue) = 186+77+170=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DAA is #45B255. Grayscale: #777777. Windows color (decimal): -4567638 or 11161018. OLE color: 11161018.
HSL color Cylindrical-coordinate representation of color #BA4DAA: hue angle of 308.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4DAA is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 170 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.27 |
| HSL | 308.81º | 0.44% | 0.52% | - |
| HSV(B) | 308.81º | 0.59% | 0.73% | - |
| XYZ | 30.16 | 18.65 | 40.04 | - |
| YUV | 120.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 170 | 0 | 0.59 | 0.09 | 0.27 | 308.81 | 0.44 | 0.52 |
| Hex | BA | 4D | AA | 0 | 3B | 9 | 1B | 135 | 2C | 34 |
| Octal | 272 | 115 | 252 | 0 | 73 | 11 | 33 | 465 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10101010 | 0 | 111011 | 1001 | 11011 | 100110101 | 101100 | 110100 |
Color Harmonies of #BA4DAA
Complementary color
Monochromatic Colors of #BA4DAA
Black with #BA4DAA
Text Example
Text Example
White with #BA4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DAA; }
p { color: rgb(186,77,170); }
H1.HeaderClassName
{
color: #BA4DAA;
}
.AnyTagClassName
{
color: #BA4DAA;
}
</style>
background-color css
<style>
a { background-color: #BA4DAA; }
a { background-color: rgb(186,77,170); }
div.DivClassName
{
background-color: #BA4DAA;
}
.BgClassName
{
background-color: #BA4DAA;
}
</style>
border-color css
<style>
span { border-color: #BA4DAA; }
span { border-color: rgb(186,77,170); }
td.TdClassName
{
border-color: #BA4DAA;
}
.TagClassName
{
border-color: #BA4DAA;
}
</style>