Shades of Fuchsia #BA2AB0
Tints of Fuchsia #BA2AB0
RGB
CMYK
RGB Variations
Color information
#BA2AB0 (or 0xBA2AB0) is known color: Fuchsia. HEX triplet: BA, 2A and B0. RGB value is (186,42,176). Sum of RGB (Red+Green+Blue) = 186+42+176=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AB0 is #45D54F. Grayscale: #636363. Windows color (decimal): -4576592 or 11545274. OLE color: 11545274.
HSL color Cylindrical-coordinate representation of color #BA2AB0: hue angle of 304.17º 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 #BA2AB0 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 176 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.27 |
| HSL | 304.17º | 0.63% | 0.45% | - |
| HSV(B) | 304.17º | 0.77% | 0.73% | - |
| XYZ | 28.91 | 15.23 | 42.49 | - |
| YUV | 100.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 176 | 0 | 0.77 | 0.05 | 0.27 | 304.17 | 0.63 | 0.45 |
| Hex | BA | 2A | B0 | 0 | 4D | 5 | 1B | 130 | 3F | 2D |
| Octal | 272 | 52 | 260 | 0 | 115 | 5 | 33 | 460 | 77 | 55 |
| Binary | 10111010 | 101010 | 10110000 | 0 | 1001101 | 101 | 11011 | 100110000 | 111111 | 101101 |
Color Harmonies of #BA2AB0
Complementary color
Monochromatic Colors of #BA2AB0
Black with #BA2AB0
Text Example
Text Example
White with #BA2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AB0; }
p { color: rgb(186,42,176); }
H1.HeaderClassName
{
color: #BA2AB0;
}
.AnyTagClassName
{
color: #BA2AB0;
}
</style>
background-color css
<style>
a { background-color: #BA2AB0; }
a { background-color: rgb(186,42,176); }
div.DivClassName
{
background-color: #BA2AB0;
}
.BgClassName
{
background-color: #BA2AB0;
}
</style>
border-color css
<style>
span { border-color: #BA2AB0; }
span { border-color: rgb(186,42,176); }
td.TdClassName
{
border-color: #BA2AB0;
}
.TagClassName
{
border-color: #BA2AB0;
}
</style>