Shades of Fuchsia #BA6AAD
Tints of Fuchsia #BA6AAD
RGB
CMYK
RGB Variations
Color information
#BA6AAD (or 0xBA6AAD) is known color: Fuchsia. HEX triplet: BA, 6A and AD. RGB value is (186,106,173). Sum of RGB (Red+Green+Blue) = 186+106+173=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AAD is #459552. Grayscale: #898989. Windows color (decimal): -4560211 or 11365050. OLE color: 11365050.
HSL color Cylindrical-coordinate representation of color #BA6AAD: hue angle of 309.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6AAD is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 173 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.27 |
| HSL | 309.75º | 0.37% | 0.57% | - |
| HSV(B) | 309.75º | 0.43% | 0.73% | - |
| XYZ | 32.95 | 23.76 | 42.39 | - |
| YUV | 137.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 173 | 0 | 0.43 | 0.07 | 0.27 | 309.75 | 0.37 | 0.57 |
| Hex | BA | 6A | AD | 0 | 2B | 7 | 1B | 136 | 25 | 39 |
| Octal | 272 | 152 | 255 | 0 | 53 | 7 | 33 | 466 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10101101 | 0 | 101011 | 111 | 11011 | 100110110 | 100101 | 111001 |
Color Harmonies of #BA6AAD
Complementary color
Monochromatic Colors of #BA6AAD
Black with #BA6AAD
Text Example
Text Example
White with #BA6AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AAD; }
p { color: rgb(186,106,173); }
H1.HeaderClassName
{
color: #BA6AAD;
}
.AnyTagClassName
{
color: #BA6AAD;
}
</style>
background-color css
<style>
a { background-color: #BA6AAD; }
a { background-color: rgb(186,106,173); }
div.DivClassName
{
background-color: #BA6AAD;
}
.BgClassName
{
background-color: #BA6AAD;
}
</style>
border-color css
<style>
span { border-color: #BA6AAD; }
span { border-color: rgb(186,106,173); }
td.TdClassName
{
border-color: #BA6AAD;
}
.TagClassName
{
border-color: #BA6AAD;
}
</style>