Shades of Fuchsia #BA60AC
Tints of Fuchsia #BA60AC
RGB
CMYK
RGB Variations
Color information
#BA60AC (or 0xBA60AC) is known color: Fuchsia. HEX triplet: BA, 60 and AC. RGB value is (186,96,172). Sum of RGB (Red+Green+Blue) = 186+96+172=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60AC is #459F53. Grayscale: #838383. Windows color (decimal): -4562772 or 11296954. OLE color: 11296954.
HSL color Cylindrical-coordinate representation of color #BA60AC: hue angle of 309.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60AC is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 172 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.27 |
| HSL | 309.33º | 0.39% | 0.55% | - |
| HSV(B) | 309.33º | 0.48% | 0.73% | - |
| XYZ | 31.88 | 21.78 | 41.55 | - |
| YUV | 131.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 172 | 0 | 0.48 | 0.08 | 0.27 | 309.33 | 0.39 | 0.55 |
| Hex | BA | 60 | AC | 0 | 30 | 8 | 1B | 135 | 27 | 37 |
| Octal | 272 | 140 | 254 | 0 | 60 | 10 | 33 | 465 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10101100 | 0 | 110000 | 1000 | 11011 | 100110101 | 100111 | 110111 |
Color Harmonies of #BA60AC
Complementary color
Monochromatic Colors of #BA60AC
Black with #BA60AC
Text Example
Text Example
White with #BA60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60AC; }
p { color: rgb(186,96,172); }
H1.HeaderClassName
{
color: #BA60AC;
}
.AnyTagClassName
{
color: #BA60AC;
}
</style>
background-color css
<style>
a { background-color: #BA60AC; }
a { background-color: rgb(186,96,172); }
div.DivClassName
{
background-color: #BA60AC;
}
.BgClassName
{
background-color: #BA60AC;
}
</style>
border-color css
<style>
span { border-color: #BA60AC; }
span { border-color: rgb(186,96,172); }
td.TdClassName
{
border-color: #BA60AC;
}
.TagClassName
{
border-color: #BA60AC;
}
</style>