Shades of Fuchsia #BA32B1
Tints of Fuchsia #BA32B1
RGB
CMYK
RGB Variations
Color information
#BA32B1 (or 0xBA32B1) is known color: Fuchsia. HEX triplet: BA, 32 and B1. RGB value is (186,50,177). Sum of RGB (Red+Green+Blue) = 186+50+177=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32B1 is #45CD4E. Grayscale: #686868. Windows color (decimal): -4574543 or 11612858. OLE color: 11612858.
HSL color Cylindrical-coordinate representation of color #BA32B1: hue angle of 303.97º 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 #BA32B1 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 177 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.27 |
| HSL | 303.97º | 0.58% | 0.46% | - |
| HSV(B) | 303.97º | 0.73% | 0.73% | - |
| XYZ | 29.33 | 15.89 | 43.12 | - |
| YUV | 105.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 177 | 0 | 0.73 | 0.05 | 0.27 | 303.97 | 0.58 | 0.46 |
| Hex | BA | 32 | B1 | 0 | 49 | 5 | 1B | 130 | 3A | 2E |
| Octal | 272 | 62 | 261 | 0 | 111 | 5 | 33 | 460 | 72 | 56 |
| Binary | 10111010 | 110010 | 10110001 | 0 | 1001001 | 101 | 11011 | 100110000 | 111010 | 101110 |
Color Harmonies of #BA32B1
Complementary color
Monochromatic Colors of #BA32B1
Black with #BA32B1
Text Example
Text Example
White with #BA32B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32B1; }
p { color: rgb(186,50,177); }
H1.HeaderClassName
{
color: #BA32B1;
}
.AnyTagClassName
{
color: #BA32B1;
}
</style>
background-color css
<style>
a { background-color: #BA32B1; }
a { background-color: rgb(186,50,177); }
div.DivClassName
{
background-color: #BA32B1;
}
.BgClassName
{
background-color: #BA32B1;
}
</style>
border-color css
<style>
span { border-color: #BA32B1; }
span { border-color: rgb(186,50,177); }
td.TdClassName
{
border-color: #BA32B1;
}
.TagClassName
{
border-color: #BA32B1;
}
</style>