Shades of Fuchsia #BA3CAC
Tints of Fuchsia #BA3CAC
RGB
CMYK
RGB Variations
Color information
#BA3CAC (or 0xBA3CAC) is known color: Fuchsia. HEX triplet: BA, 3C and AC. RGB value is (186,60,172). Sum of RGB (Red+Green+Blue) = 186+60+172=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3CAC is #45C353. Grayscale: #6E6E6E. Windows color (decimal): -4571988 or 11287738. OLE color: 11287738.
HSL color Cylindrical-coordinate representation of color #BA3CAC: hue angle of 306.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3CAC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 172 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.27 |
| HSL | 306.67º | 0.51% | 0.48% | - |
| HSV(B) | 306.67º | 0.68% | 0.73% | - |
| XYZ | 29.31 | 16.65 | 40.7 | - |
| YUV | 110.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 172 | 0 | 0.68 | 0.08 | 0.27 | 306.67 | 0.51 | 0.48 |
| Hex | BA | 3C | AC | 0 | 44 | 8 | 1B | 133 | 33 | 30 |
| Octal | 272 | 74 | 254 | 0 | 104 | 10 | 33 | 463 | 63 | 60 |
| Binary | 10111010 | 111100 | 10101100 | 0 | 1000100 | 1000 | 11011 | 100110011 | 110011 | 110000 |
Color Harmonies of #BA3CAC
Complementary color
Monochromatic Colors of #BA3CAC
Black with #BA3CAC
Text Example
Text Example
White with #BA3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CAC; }
p { color: rgb(186,60,172); }
H1.HeaderClassName
{
color: #BA3CAC;
}
.AnyTagClassName
{
color: #BA3CAC;
}
</style>
background-color css
<style>
a { background-color: #BA3CAC; }
a { background-color: rgb(186,60,172); }
div.DivClassName
{
background-color: #BA3CAC;
}
.BgClassName
{
background-color: #BA3CAC;
}
</style>
border-color css
<style>
span { border-color: #BA3CAC; }
span { border-color: rgb(186,60,172); }
td.TdClassName
{
border-color: #BA3CAC;
}
.TagClassName
{
border-color: #BA3CAC;
}
</style>