Shades of Fuchsia #BA2AB3
Tints of Fuchsia #BA2AB3
RGB
CMYK
RGB Variations
Color information
#BA2AB3 (or 0xBA2AB3) is known color: Fuchsia. HEX triplet: BA, 2A and B3. RGB value is (186,42,179). Sum of RGB (Red+Green+Blue) = 186+42+179=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AB3 is #45D54C. Grayscale: #646464. Windows color (decimal): -4576589 or 11741882. OLE color: 11741882.
HSL color Cylindrical-coordinate representation of color #BA2AB3: hue angle of 302.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2AB3 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 179 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.27 |
| HSL | 302.92º | 0.63% | 0.45% | - |
| HSV(B) | 302.92º | 0.77% | 0.73% | - |
| XYZ | 29.21 | 15.35 | 44.07 | - |
| YUV | 100.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 179 | 0 | 0.77 | 0.04 | 0.27 | 302.92 | 0.63 | 0.45 |
| Hex | BA | 2A | B3 | 0 | 4D | 4 | 1B | 12F | 3F | 2D |
| Octal | 272 | 52 | 263 | 0 | 115 | 4 | 33 | 457 | 77 | 55 |
| Binary | 10111010 | 101010 | 10110011 | 0 | 1001101 | 100 | 11011 | 100101111 | 111111 | 101101 |
Color Harmonies of #BA2AB3
Complementary color
Monochromatic Colors of #BA2AB3
Black with #BA2AB3
Text Example
Text Example
White with #BA2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AB3; }
p { color: rgb(186,42,179); }
H1.HeaderClassName
{
color: #BA2AB3;
}
.AnyTagClassName
{
color: #BA2AB3;
}
</style>
background-color css
<style>
a { background-color: #BA2AB3; }
a { background-color: rgb(186,42,179); }
div.DivClassName
{
background-color: #BA2AB3;
}
.BgClassName
{
background-color: #BA2AB3;
}
</style>
border-color css
<style>
span { border-color: #BA2AB3; }
span { border-color: rgb(186,42,179); }
td.TdClassName
{
border-color: #BA2AB3;
}
.TagClassName
{
border-color: #BA2AB3;
}
</style>