Shades of Fuchsia #BA4DAD
Tints of Fuchsia #BA4DAD
RGB
CMYK
RGB Variations
Color information
#BA4DAD (or 0xBA4DAD) is known color: Fuchsia. HEX triplet: BA, 4D and AD. RGB value is (186,77,173). Sum of RGB (Red+Green+Blue) = 186+77+173=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DAD is #45B252. Grayscale: #787878. Windows color (decimal): -4567635 or 11357626. OLE color: 11357626.
HSL color Cylindrical-coordinate representation of color #BA4DAD: hue angle of 307.16º 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 #BA4DAD is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 173 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.27 |
| HSL | 307.16º | 0.44% | 0.52% | - |
| HSV(B) | 307.16º | 0.59% | 0.73% | - |
| XYZ | 30.45 | 18.76 | 41.55 | - |
| YUV | 120.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 173 | 0 | 0.59 | 0.07 | 0.27 | 307.16 | 0.44 | 0.52 |
| Hex | BA | 4D | AD | 0 | 3B | 7 | 1B | 133 | 2C | 34 |
| Octal | 272 | 115 | 255 | 0 | 73 | 7 | 33 | 463 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10101101 | 0 | 111011 | 111 | 11011 | 100110011 | 101100 | 110100 |
Color Harmonies of #BA4DAD
Complementary color
Monochromatic Colors of #BA4DAD
Black with #BA4DAD
Text Example
Text Example
White with #BA4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DAD; }
p { color: rgb(186,77,173); }
H1.HeaderClassName
{
color: #BA4DAD;
}
.AnyTagClassName
{
color: #BA4DAD;
}
</style>
background-color css
<style>
a { background-color: #BA4DAD; }
a { background-color: rgb(186,77,173); }
div.DivClassName
{
background-color: #BA4DAD;
}
.BgClassName
{
background-color: #BA4DAD;
}
</style>
border-color css
<style>
span { border-color: #BA4DAD; }
span { border-color: rgb(186,77,173); }
td.TdClassName
{
border-color: #BA4DAD;
}
.TagClassName
{
border-color: #BA4DAD;
}
</style>