Shades of Fuchsia #BA47AC
Tints of Fuchsia #BA47AC
RGB
CMYK
RGB Variations
Color information
#BA47AC (or 0xBA47AC) is known color: Fuchsia. HEX triplet: BA, 47 and AC. RGB value is (186,71,172). Sum of RGB (Red+Green+Blue) = 186+71+172=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47AC is #45B853. Grayscale: #747474. Windows color (decimal): -4569172 or 11290554. OLE color: 11290554.
HSL color Cylindrical-coordinate representation of color #BA47AC: hue angle of 307.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA47AC is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 172 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.27 |
| HSL | 307.3º | 0.45% | 0.5% | - |
| HSV(B) | 307.3º | 0.62% | 0.73% | - |
| XYZ | 29.95 | 17.92 | 40.91 | - |
| YUV | 116.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 172 | 0 | 0.62 | 0.08 | 0.27 | 307.3 | 0.45 | 0.5 |
| Hex | BA | 47 | AC | 0 | 3E | 8 | 1B | 133 | 2D | 32 |
| Octal | 272 | 107 | 254 | 0 | 76 | 10 | 33 | 463 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10101100 | 0 | 111110 | 1000 | 11011 | 100110011 | 101101 | 110010 |
Color Harmonies of #BA47AC
Complementary color
Monochromatic Colors of #BA47AC
Black with #BA47AC
Text Example
Text Example
White with #BA47AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47AC; }
p { color: rgb(186,71,172); }
H1.HeaderClassName
{
color: #BA47AC;
}
.AnyTagClassName
{
color: #BA47AC;
}
</style>
background-color css
<style>
a { background-color: #BA47AC; }
a { background-color: rgb(186,71,172); }
div.DivClassName
{
background-color: #BA47AC;
}
.BgClassName
{
background-color: #BA47AC;
}
</style>
border-color css
<style>
span { border-color: #BA47AC; }
span { border-color: rgb(186,71,172); }
td.TdClassName
{
border-color: #BA47AC;
}
.TagClassName
{
border-color: #BA47AC;
}
</style>