Shades of Fuchsia #BA32C1
Tints of Fuchsia #BA32C1
RGB
CMYK
RGB Variations
Color information
#BA32C1 (or 0xBA32C1) is known color: Fuchsia. HEX triplet: BA, 32 and C1. RGB value is (186,50,193). Sum of RGB (Red+Green+Blue) = 186+50+193=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA32C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32C1 is #45CD3E. Grayscale: #6A6A6A. Windows color (decimal): -4574527 or 12661434. OLE color: 12661434.
HSL color Cylindrical-coordinate representation of color #BA32C1: hue angle of 297.06º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA32C1 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 50 | 193 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.24 |
| HSL | 297.06º | 0.59% | 0.48% | - |
| HSV(B) | 297.06º | 0.74% | 0.76% | - |
| XYZ | 31.02 | 16.57 | 52.02 | - |
| YUV | 106.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 193 | 0.04 | 0.74 | 0 | 0.24 | 297.06 | 0.59 | 0.48 |
| Hex | BA | 32 | C1 | 4 | 4A | 0 | 18 | 129 | 3B | 30 |
| Octal | 272 | 62 | 301 | 4 | 112 | 0 | 30 | 451 | 73 | 60 |
| Binary | 10111010 | 110010 | 11000001 | 100 | 1001010 | 0 | 11000 | 100101001 | 111011 | 110000 |
Color Harmonies of #BA32C1
Complementary color
Monochromatic Colors of #BA32C1
Black with #BA32C1
Text Example
Text Example
White with #BA32C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32C1; }
p { color: rgb(186,50,193); }
H1.HeaderClassName
{
color: #BA32C1;
}
.AnyTagClassName
{
color: #BA32C1;
}
</style>
background-color css
<style>
a { background-color: #BA32C1; }
a { background-color: rgb(186,50,193); }
div.DivClassName
{
background-color: #BA32C1;
}
.BgClassName
{
background-color: #BA32C1;
}
</style>
border-color css
<style>
span { border-color: #BA32C1; }
span { border-color: rgb(186,50,193); }
td.TdClassName
{
border-color: #BA32C1;
}
.TagClassName
{
border-color: #BA32C1;
}
</style>