Shades of Fuchsia #BA32B0
Tints of Fuchsia #BA32B0
RGB
CMYK
RGB Variations
Color information
#BA32B0 (or 0xBA32B0) is known color: Fuchsia. HEX triplet: BA, 32 and B0. RGB value is (186,50,176). Sum of RGB (Red+Green+Blue) = 186+50+176=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32B0 is #45CD4F. Grayscale: #686868. Windows color (decimal): -4574544 or 11547322. OLE color: 11547322.
HSL color Cylindrical-coordinate representation of color #BA32B0: hue angle of 304.41º 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 #BA32B0 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 176 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.27 |
| HSL | 304.41º | 0.58% | 0.46% | - |
| HSV(B) | 304.41º | 0.73% | 0.73% | - |
| XYZ | 29.23 | 15.85 | 42.59 | - |
| YUV | 105.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 176 | 0 | 0.73 | 0.05 | 0.27 | 304.41 | 0.58 | 0.46 |
| Hex | BA | 32 | B0 | 0 | 49 | 5 | 1B | 130 | 3A | 2E |
| Octal | 272 | 62 | 260 | 0 | 111 | 5 | 33 | 460 | 72 | 56 |
| Binary | 10111010 | 110010 | 10110000 | 0 | 1001001 | 101 | 11011 | 100110000 | 111010 | 101110 |
Color Harmonies of #BA32B0
Complementary color
Monochromatic Colors of #BA32B0
Black with #BA32B0
Text Example
Text Example
White with #BA32B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32B0; }
p { color: rgb(186,50,176); }
H1.HeaderClassName
{
color: #BA32B0;
}
.AnyTagClassName
{
color: #BA32B0;
}
</style>
background-color css
<style>
a { background-color: #BA32B0; }
a { background-color: rgb(186,50,176); }
div.DivClassName
{
background-color: #BA32B0;
}
.BgClassName
{
background-color: #BA32B0;
}
</style>
border-color css
<style>
span { border-color: #BA32B0; }
span { border-color: rgb(186,50,176); }
td.TdClassName
{
border-color: #BA32B0;
}
.TagClassName
{
border-color: #BA32B0;
}
</style>