Shades of Fuchsia #BA60AD
Tints of Fuchsia #BA60AD
RGB
CMYK
RGB Variations
Color information
#BA60AD (or 0xBA60AD) is known color: Fuchsia. HEX triplet: BA, 60 and AD. RGB value is (186,96,173). Sum of RGB (Red+Green+Blue) = 186+96+173=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60AD is #459F52. Grayscale: #838383. Windows color (decimal): -4562771 or 11362490. OLE color: 11362490.
HSL color Cylindrical-coordinate representation of color #BA60AD: hue angle of 308.67º 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 #BA60AD is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 173 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.27 |
| HSL | 308.67º | 0.39% | 0.55% | - |
| HSV(B) | 308.67º | 0.48% | 0.73% | - |
| XYZ | 31.98 | 21.82 | 42.06 | - |
| YUV | 131.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 173 | 0 | 0.48 | 0.07 | 0.27 | 308.67 | 0.39 | 0.55 |
| Hex | BA | 60 | AD | 0 | 30 | 7 | 1B | 135 | 27 | 37 |
| Octal | 272 | 140 | 255 | 0 | 60 | 7 | 33 | 465 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10101101 | 0 | 110000 | 111 | 11011 | 100110101 | 100111 | 110111 |
Color Harmonies of #BA60AD
Complementary color
Monochromatic Colors of #BA60AD
Black with #BA60AD
Text Example
Text Example
White with #BA60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60AD; }
p { color: rgb(186,96,173); }
H1.HeaderClassName
{
color: #BA60AD;
}
.AnyTagClassName
{
color: #BA60AD;
}
</style>
background-color css
<style>
a { background-color: #BA60AD; }
a { background-color: rgb(186,96,173); }
div.DivClassName
{
background-color: #BA60AD;
}
.BgClassName
{
background-color: #BA60AD;
}
</style>
border-color css
<style>
span { border-color: #BA60AD; }
span { border-color: rgb(186,96,173); }
td.TdClassName
{
border-color: #BA60AD;
}
.TagClassName
{
border-color: #BA60AD;
}
</style>