Shades of Fuchsia #BA2BC1
Tints of Fuchsia #BA2BC1
RGB
CMYK
RGB Variations
Color information
#BA2BC1 (or 0xBA2BC1) is known color: Fuchsia. HEX triplet: BA, 2B and C1. RGB value is (186,43,193). Sum of RGB (Red+Green+Blue) = 186+43+193=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA2BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BC1 is #45D43E. Grayscale: #666666. Windows color (decimal): -4576319 or 12659642. OLE color: 12659642.
HSL color Cylindrical-coordinate representation of color #BA2BC1: hue angle of 297.2º 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 #BA2BC1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 43 | 193 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.24 |
| HSL | 297.2º | 0.64% | 0.46% | - |
| HSV(B) | 297.2º | 0.78% | 0.76% | - |
| XYZ | 30.74 | 16.02 | 51.92 | - |
| YUV | 102.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 193 | 0.04 | 0.78 | 0 | 0.24 | 297.2 | 0.64 | 0.46 |
| Hex | BA | 2B | C1 | 4 | 4E | 0 | 18 | 129 | 40 | 2E |
| Octal | 272 | 53 | 301 | 4 | 116 | 0 | 30 | 451 | 100 | 56 |
| Binary | 10111010 | 101011 | 11000001 | 100 | 1001110 | 0 | 11000 | 100101001 | 1000000 | 101110 |
Color Harmonies of #BA2BC1
Complementary color
Monochromatic Colors of #BA2BC1
Black with #BA2BC1
Text Example
Text Example
White with #BA2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BC1; }
p { color: rgb(186,43,193); }
H1.HeaderClassName
{
color: #BA2BC1;
}
.AnyTagClassName
{
color: #BA2BC1;
}
</style>
background-color css
<style>
a { background-color: #BA2BC1; }
a { background-color: rgb(186,43,193); }
div.DivClassName
{
background-color: #BA2BC1;
}
.BgClassName
{
background-color: #BA2BC1;
}
</style>
border-color css
<style>
span { border-color: #BA2BC1; }
span { border-color: rgb(186,43,193); }
td.TdClassName
{
border-color: #BA2BC1;
}
.TagClassName
{
border-color: #BA2BC1;
}
</style>