Shades of Fuchsia #BA4DAB
Tints of Fuchsia #BA4DAB
RGB
CMYK
RGB Variations
Color information
#BA4DAB (or 0xBA4DAB) is known color: Fuchsia. HEX triplet: BA, 4D and AB. RGB value is (186,77,171). Sum of RGB (Red+Green+Blue) = 186+77+171=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DAB is #45B254. Grayscale: #787878. Windows color (decimal): -4567637 or 11226554. OLE color: 11226554.
HSL color Cylindrical-coordinate representation of color #BA4DAB: hue angle of 308.26º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4DAB is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 171 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.27 |
| HSL | 308.26º | 0.44% | 0.52% | - |
| HSV(B) | 308.26º | 0.59% | 0.73% | - |
| XYZ | 30.25 | 18.69 | 40.54 | - |
| YUV | 120.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 171 | 0 | 0.59 | 0.08 | 0.27 | 308.26 | 0.44 | 0.52 |
| Hex | BA | 4D | AB | 0 | 3B | 8 | 1B | 134 | 2C | 34 |
| Octal | 272 | 115 | 253 | 0 | 73 | 10 | 33 | 464 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10101011 | 0 | 111011 | 1000 | 11011 | 100110100 | 101100 | 110100 |
Color Harmonies of #BA4DAB
Complementary color
Monochromatic Colors of #BA4DAB
Black with #BA4DAB
Text Example
Text Example
White with #BA4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DAB; }
p { color: rgb(186,77,171); }
H1.HeaderClassName
{
color: #BA4DAB;
}
.AnyTagClassName
{
color: #BA4DAB;
}
</style>
background-color css
<style>
a { background-color: #BA4DAB; }
a { background-color: rgb(186,77,171); }
div.DivClassName
{
background-color: #BA4DAB;
}
.BgClassName
{
background-color: #BA4DAB;
}
</style>
border-color css
<style>
span { border-color: #BA4DAB; }
span { border-color: rgb(186,77,171); }
td.TdClassName
{
border-color: #BA4DAB;
}
.TagClassName
{
border-color: #BA4DAB;
}
</style>