Shades of Fuchsia #BA47AB
Tints of Fuchsia #BA47AB
RGB
CMYK
RGB Variations
Color information
#BA47AB (or 0xBA47AB) is known color: Fuchsia. HEX triplet: BA, 47 and AB. RGB value is (186,71,171). Sum of RGB (Red+Green+Blue) = 186+71+171=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47AB is #45B854. Grayscale: #747474. Windows color (decimal): -4569173 or 11225018. OLE color: 11225018.
HSL color Cylindrical-coordinate representation of color #BA47AB: hue angle of 307.83º 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 #BA47AB is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 171 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.27 |
| HSL | 307.83º | 0.45% | 0.5% | - |
| HSV(B) | 307.83º | 0.62% | 0.73% | - |
| XYZ | 29.85 | 17.89 | 40.41 | - |
| YUV | 116.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 171 | 0 | 0.62 | 0.08 | 0.27 | 307.83 | 0.45 | 0.5 |
| Hex | BA | 47 | AB | 0 | 3E | 8 | 1B | 134 | 2D | 32 |
| Octal | 272 | 107 | 253 | 0 | 76 | 10 | 33 | 464 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10101011 | 0 | 111110 | 1000 | 11011 | 100110100 | 101101 | 110010 |
Color Harmonies of #BA47AB
Complementary color
Monochromatic Colors of #BA47AB
Black with #BA47AB
Text Example
Text Example
White with #BA47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47AB; }
p { color: rgb(186,71,171); }
H1.HeaderClassName
{
color: #BA47AB;
}
.AnyTagClassName
{
color: #BA47AB;
}
</style>
background-color css
<style>
a { background-color: #BA47AB; }
a { background-color: rgb(186,71,171); }
div.DivClassName
{
background-color: #BA47AB;
}
.BgClassName
{
background-color: #BA47AB;
}
</style>
border-color css
<style>
span { border-color: #BA47AB; }
span { border-color: rgb(186,71,171); }
td.TdClassName
{
border-color: #BA47AB;
}
.TagClassName
{
border-color: #BA47AB;
}
</style>