Shades of Fuchsia #BA32AF
Tints of Fuchsia #BA32AF
RGB
CMYK
RGB Variations
Color information
#BA32AF (or 0xBA32AF) is known color: Fuchsia. HEX triplet: BA, 32 and AF. RGB value is (186,50,175). Sum of RGB (Red+Green+Blue) = 186+50+175=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32AF is #45CD50. Grayscale: #686868. Windows color (decimal): -4574545 or 11481786. OLE color: 11481786.
HSL color Cylindrical-coordinate representation of color #BA32AF: hue angle of 304.85º 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 #BA32AF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 175 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.27 |
| HSL | 304.85º | 0.58% | 0.46% | - |
| HSV(B) | 304.85º | 0.73% | 0.73% | - |
| XYZ | 29.13 | 15.82 | 42.07 | - |
| YUV | 104.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 175 | 0 | 0.73 | 0.06 | 0.27 | 304.85 | 0.58 | 0.46 |
| Hex | BA | 32 | AF | 0 | 49 | 6 | 1B | 131 | 3A | 2E |
| Octal | 272 | 62 | 257 | 0 | 111 | 6 | 33 | 461 | 72 | 56 |
| Binary | 10111010 | 110010 | 10101111 | 0 | 1001001 | 110 | 11011 | 100110001 | 111010 | 101110 |
Color Harmonies of #BA32AF
Complementary color
Monochromatic Colors of #BA32AF
Black with #BA32AF
Text Example
Text Example
White with #BA32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32AF; }
p { color: rgb(186,50,175); }
H1.HeaderClassName
{
color: #BA32AF;
}
.AnyTagClassName
{
color: #BA32AF;
}
</style>
background-color css
<style>
a { background-color: #BA32AF; }
a { background-color: rgb(186,50,175); }
div.DivClassName
{
background-color: #BA32AF;
}
.BgClassName
{
background-color: #BA32AF;
}
</style>
border-color css
<style>
span { border-color: #BA32AF; }
span { border-color: rgb(186,50,175); }
td.TdClassName
{
border-color: #BA32AF;
}
.TagClassName
{
border-color: #BA32AF;
}
</style>