Shades of Fuchsia #BA37AC
Tints of Fuchsia #BA37AC
RGB
CMYK
RGB Variations
Color information
#BA37AC (or 0xBA37AC) is known color: Fuchsia. HEX triplet: BA, 37 and AC. RGB value is (186,55,172). Sum of RGB (Red+Green+Blue) = 186+55+172=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37AC is #45C853. Grayscale: #6B6B6B. Windows color (decimal): -4573268 or 11286458. OLE color: 11286458.
HSL color Cylindrical-coordinate representation of color #BA37AC: hue angle of 306.41º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA37AC is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 172 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.27 |
| HSL | 306.41º | 0.54% | 0.47% | - |
| HSV(B) | 306.41º | 0.7% | 0.73% | - |
| XYZ | 29.06 | 16.15 | 40.62 | - |
| YUV | 107.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 172 | 0 | 0.70 | 0.08 | 0.27 | 306.41 | 0.54 | 0.47 |
| Hex | BA | 37 | AC | 0 | 46 | 8 | 1B | 132 | 36 | 2F |
| Octal | 272 | 67 | 254 | 0 | 106 | 10 | 33 | 462 | 66 | 57 |
| Binary | 10111010 | 110111 | 10101100 | 0 | 1000110 | 1000 | 11011 | 100110010 | 110110 | 101111 |
Color Harmonies of #BA37AC
Complementary color
Monochromatic Colors of #BA37AC
Black with #BA37AC
Text Example
Text Example
White with #BA37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37AC; }
p { color: rgb(186,55,172); }
H1.HeaderClassName
{
color: #BA37AC;
}
.AnyTagClassName
{
color: #BA37AC;
}
</style>
background-color css
<style>
a { background-color: #BA37AC; }
a { background-color: rgb(186,55,172); }
div.DivClassName
{
background-color: #BA37AC;
}
.BgClassName
{
background-color: #BA37AC;
}
</style>
border-color css
<style>
span { border-color: #BA37AC; }
span { border-color: rgb(186,55,172); }
td.TdClassName
{
border-color: #BA37AC;
}
.TagClassName
{
border-color: #BA37AC;
}
</style>