Shades of Fuchsia #BA6CAC
Tints of Fuchsia #BA6CAC
RGB
CMYK
RGB Variations
Color information
#BA6CAC (or 0xBA6CAC) is known color: Fuchsia. HEX triplet: BA, 6C and AC. RGB value is (186,108,172). Sum of RGB (Red+Green+Blue) = 186+108+172=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CAC is #459353. Grayscale: #8A8A8A. Windows color (decimal): -4559700 or 11300026. OLE color: 11300026.
HSL color Cylindrical-coordinate representation of color #BA6CAC: hue angle of 310.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CAC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 172 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.27 |
| HSL | 310.77º | 0.36% | 0.58% | - |
| HSV(B) | 310.77º | 0.42% | 0.73% | - |
| XYZ | 33.06 | 24.14 | 41.95 | - |
| YUV | 138.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 172 | 0 | 0.42 | 0.08 | 0.27 | 310.77 | 0.36 | 0.58 |
| Hex | BA | 6C | AC | 0 | 2A | 8 | 1B | 137 | 24 | 3A |
| Octal | 272 | 154 | 254 | 0 | 52 | 10 | 33 | 467 | 44 | 72 |
| Binary | 10111010 | 1101100 | 10101100 | 0 | 101010 | 1000 | 11011 | 100110111 | 100100 | 111010 |
Color Harmonies of #BA6CAC
Complementary color
Monochromatic Colors of #BA6CAC
Black with #BA6CAC
Text Example
Text Example
White with #BA6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CAC; }
p { color: rgb(186,108,172); }
H1.HeaderClassName
{
color: #BA6CAC;
}
.AnyTagClassName
{
color: #BA6CAC;
}
</style>
background-color css
<style>
a { background-color: #BA6CAC; }
a { background-color: rgb(186,108,172); }
div.DivClassName
{
background-color: #BA6CAC;
}
.BgClassName
{
background-color: #BA6CAC;
}
</style>
border-color css
<style>
span { border-color: #BA6CAC; }
span { border-color: rgb(186,108,172); }
td.TdClassName
{
border-color: #BA6CAC;
}
.TagClassName
{
border-color: #BA6CAC;
}
</style>