Shades of Fuchsia #BA6AAF
Tints of Fuchsia #BA6AAF
RGB
CMYK
RGB Variations
Color information
#BA6AAF (or 0xBA6AAF) is known color: Fuchsia. HEX triplet: BA, 6A and AF. RGB value is (186,106,175). Sum of RGB (Red+Green+Blue) = 186+106+175=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AAF is #459550. Grayscale: #898989. Windows color (decimal): -4560209 or 11496122. OLE color: 11496122.
HSL color Cylindrical-coordinate representation of color #BA6AAF: hue angle of 308.25º 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 #BA6AAF is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 175 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.27 |
| HSL | 308.25º | 0.37% | 0.57% | - |
| HSV(B) | 308.25º | 0.43% | 0.73% | - |
| XYZ | 33.14 | 23.84 | 43.41 | - |
| YUV | 137.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 175 | 0 | 0.43 | 0.06 | 0.27 | 308.25 | 0.37 | 0.57 |
| Hex | BA | 6A | AF | 0 | 2B | 6 | 1B | 134 | 25 | 39 |
| Octal | 272 | 152 | 257 | 0 | 53 | 6 | 33 | 464 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10101111 | 0 | 101011 | 110 | 11011 | 100110100 | 100101 | 111001 |
Color Harmonies of #BA6AAF
Complementary color
Monochromatic Colors of #BA6AAF
Black with #BA6AAF
Text Example
Text Example
White with #BA6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AAF; }
p { color: rgb(186,106,175); }
H1.HeaderClassName
{
color: #BA6AAF;
}
.AnyTagClassName
{
color: #BA6AAF;
}
</style>
background-color css
<style>
a { background-color: #BA6AAF; }
a { background-color: rgb(186,106,175); }
div.DivClassName
{
background-color: #BA6AAF;
}
.BgClassName
{
background-color: #BA6AAF;
}
</style>
border-color css
<style>
span { border-color: #BA6AAF; }
span { border-color: rgb(186,106,175); }
td.TdClassName
{
border-color: #BA6AAF;
}
.TagClassName
{
border-color: #BA6AAF;
}
</style>