Shades of Fuchsia #BA6AAC
Tints of Fuchsia #BA6AAC
RGB
CMYK
RGB Variations
Color information
#BA6AAC (or 0xBA6AAC) is known color: Fuchsia. HEX triplet: BA, 6A and AC. RGB value is (186,106,172). Sum of RGB (Red+Green+Blue) = 186+106+172=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AAC is #459553. Grayscale: #898989. Windows color (decimal): -4560212 or 11299514. OLE color: 11299514.
HSL color Cylindrical-coordinate representation of color #BA6AAC: hue angle of 310.5º 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 #BA6AAC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 172 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.27 |
| HSL | 310.5º | 0.37% | 0.57% | - |
| HSV(B) | 310.5º | 0.43% | 0.73% | - |
| XYZ | 32.85 | 23.73 | 41.88 | - |
| YUV | 137.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 172 | 0 | 0.43 | 0.08 | 0.27 | 310.5 | 0.37 | 0.57 |
| Hex | BA | 6A | AC | 0 | 2B | 8 | 1B | 136 | 25 | 39 |
| Octal | 272 | 152 | 254 | 0 | 53 | 10 | 33 | 466 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10101100 | 0 | 101011 | 1000 | 11011 | 100110110 | 100101 | 111001 |
Color Harmonies of #BA6AAC
Complementary color
Monochromatic Colors of #BA6AAC
Black with #BA6AAC
Text Example
Text Example
White with #BA6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AAC; }
p { color: rgb(186,106,172); }
H1.HeaderClassName
{
color: #BA6AAC;
}
.AnyTagClassName
{
color: #BA6AAC;
}
</style>
background-color css
<style>
a { background-color: #BA6AAC; }
a { background-color: rgb(186,106,172); }
div.DivClassName
{
background-color: #BA6AAC;
}
.BgClassName
{
background-color: #BA6AAC;
}
</style>
border-color css
<style>
span { border-color: #BA6AAC; }
span { border-color: rgb(186,106,172); }
td.TdClassName
{
border-color: #BA6AAC;
}
.TagClassName
{
border-color: #BA6AAC;
}
</style>