Shades of Fuchsia #BA5DAA
Tints of Fuchsia #BA5DAA
RGB
CMYK
RGB Variations
Color information
#BA5DAA (or 0xBA5DAA) is known color: Fuchsia. HEX triplet: BA, 5D and AA. RGB value is (186,93,170). Sum of RGB (Red+Green+Blue) = 186+93+170=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DAA is #45A255. Grayscale: #818181. Windows color (decimal): -4563542 or 11165114. OLE color: 11165114.
HSL color Cylindrical-coordinate representation of color #BA5DAA: hue angle of 310.32º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5DAA is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 170 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.27 |
| HSL | 310.32º | 0.4% | 0.55% | - |
| HSV(B) | 310.32º | 0.5% | 0.73% | - |
| XYZ | 31.42 | 21.17 | 40.46 | - |
| YUV | 129.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 170 | 0 | 0.5 | 0.09 | 0.27 | 310.32 | 0.4 | 0.55 |
| Hex | BA | 5D | AA | 0 | 32 | 9 | 1B | 136 | 28 | 37 |
| Octal | 272 | 135 | 252 | 0 | 62 | 11 | 33 | 466 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10101010 | 0 | 110010 | 1001 | 11011 | 100110110 | 101000 | 110111 |
Color Harmonies of #BA5DAA
Complementary color
Monochromatic Colors of #BA5DAA
Black with #BA5DAA
Text Example
Text Example
White with #BA5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DAA; }
p { color: rgb(186,93,170); }
H1.HeaderClassName
{
color: #BA5DAA;
}
.AnyTagClassName
{
color: #BA5DAA;
}
</style>
background-color css
<style>
a { background-color: #BA5DAA; }
a { background-color: rgb(186,93,170); }
div.DivClassName
{
background-color: #BA5DAA;
}
.BgClassName
{
background-color: #BA5DAA;
}
</style>
border-color css
<style>
span { border-color: #BA5DAA; }
span { border-color: rgb(186,93,170); }
td.TdClassName
{
border-color: #BA5DAA;
}
.TagClassName
{
border-color: #BA5DAA;
}
</style>