Shades of Fuchsia #BA2AC1
Tints of Fuchsia #BA2AC1
RGB
CMYK
RGB Variations
Color information
#BA2AC1 (or 0xBA2AC1) is known color: Fuchsia. HEX triplet: BA, 2A and C1. RGB value is (186,42,193). Sum of RGB (Red+Green+Blue) = 186+42+193=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA2AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AC1 is #45D53E. Grayscale: #656565. Windows color (decimal): -4576575 or 12659386. OLE color: 12659386.
HSL color Cylindrical-coordinate representation of color #BA2AC1: hue angle of 297.22º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2AC1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 42 | 193 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.24 |
| HSL | 297.22º | 0.64% | 0.46% | - |
| HSV(B) | 297.22º | 0.78% | 0.76% | - |
| XYZ | 30.7 | 15.95 | 51.91 | - |
| YUV | 102.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 193 | 0.04 | 0.78 | 0 | 0.24 | 297.22 | 0.64 | 0.46 |
| Hex | BA | 2A | C1 | 4 | 4E | 0 | 18 | 129 | 40 | 2E |
| Octal | 272 | 52 | 301 | 4 | 116 | 0 | 30 | 451 | 100 | 56 |
| Binary | 10111010 | 101010 | 11000001 | 100 | 1001110 | 0 | 11000 | 100101001 | 1000000 | 101110 |
Color Harmonies of #BA2AC1
Complementary color
Monochromatic Colors of #BA2AC1
Black with #BA2AC1
Text Example
Text Example
White with #BA2AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AC1; }
p { color: rgb(186,42,193); }
H1.HeaderClassName
{
color: #BA2AC1;
}
.AnyTagClassName
{
color: #BA2AC1;
}
</style>
background-color css
<style>
a { background-color: #BA2AC1; }
a { background-color: rgb(186,42,193); }
div.DivClassName
{
background-color: #BA2AC1;
}
.BgClassName
{
background-color: #BA2AC1;
}
</style>
border-color css
<style>
span { border-color: #BA2AC1; }
span { border-color: rgb(186,42,193); }
td.TdClassName
{
border-color: #BA2AC1;
}
.TagClassName
{
border-color: #BA2AC1;
}
</style>