Shades of Fuchsia #BA32AD
Tints of Fuchsia #BA32AD
RGB
CMYK
RGB Variations
Color information
#BA32AD (or 0xBA32AD) is known color: Fuchsia. HEX triplet: BA, 32 and AD. RGB value is (186,50,173). Sum of RGB (Red+Green+Blue) = 186+50+173=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32AD is #45CD52. Grayscale: #686868. Windows color (decimal): -4574547 or 11350714. OLE color: 11350714.
HSL color Cylindrical-coordinate representation of color #BA32AD: hue angle of 305.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA32AD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 173 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.27 |
| HSL | 305.74º | 0.58% | 0.46% | - |
| HSV(B) | 305.74º | 0.73% | 0.73% | - |
| XYZ | 28.93 | 15.74 | 41.05 | - |
| YUV | 104.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 173 | 0 | 0.73 | 0.07 | 0.27 | 305.74 | 0.58 | 0.46 |
| Hex | BA | 32 | AD | 0 | 49 | 7 | 1B | 132 | 3A | 2E |
| Octal | 272 | 62 | 255 | 0 | 111 | 7 | 33 | 462 | 72 | 56 |
| Binary | 10111010 | 110010 | 10101101 | 0 | 1001001 | 111 | 11011 | 100110010 | 111010 | 101110 |
Color Harmonies of #BA32AD
Complementary color
Monochromatic Colors of #BA32AD
Black with #BA32AD
Text Example
Text Example
White with #BA32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32AD; }
p { color: rgb(186,50,173); }
H1.HeaderClassName
{
color: #BA32AD;
}
.AnyTagClassName
{
color: #BA32AD;
}
</style>
background-color css
<style>
a { background-color: #BA32AD; }
a { background-color: rgb(186,50,173); }
div.DivClassName
{
background-color: #BA32AD;
}
.BgClassName
{
background-color: #BA32AD;
}
</style>
border-color css
<style>
span { border-color: #BA32AD; }
span { border-color: rgb(186,50,173); }
td.TdClassName
{
border-color: #BA32AD;
}
.TagClassName
{
border-color: #BA32AD;
}
</style>