Shades of Fuchsia #BA2AB5
Tints of Fuchsia #BA2AB5
RGB
CMYK
RGB Variations
Color information
#BA2AB5 (or 0xBA2AB5) is known color: Fuchsia. HEX triplet: BA, 2A and B5. RGB value is (186,42,181). Sum of RGB (Red+Green+Blue) = 186+42+181=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AB5 is #45D54A. Grayscale: #646464. Windows color (decimal): -4576587 or 11872954. OLE color: 11872954.
HSL color Cylindrical-coordinate representation of color #BA2AB5: hue angle of 302.08º 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 #BA2AB5 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 181 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.27 |
| HSL | 302.08º | 0.63% | 0.45% | - |
| HSV(B) | 302.08º | 0.77% | 0.73% | - |
| XYZ | 29.42 | 15.43 | 45.14 | - |
| YUV | 100.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 181 | 0 | 0.77 | 0.03 | 0.27 | 302.08 | 0.63 | 0.45 |
| Hex | BA | 2A | B5 | 0 | 4D | 3 | 1B | 12E | 3F | 2D |
| Octal | 272 | 52 | 265 | 0 | 115 | 3 | 33 | 456 | 77 | 55 |
| Binary | 10111010 | 101010 | 10110101 | 0 | 1001101 | 11 | 11011 | 100101110 | 111111 | 101101 |
Color Harmonies of #BA2AB5
Complementary color
Monochromatic Colors of #BA2AB5
Black with #BA2AB5
Text Example
Text Example
White with #BA2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AB5; }
p { color: rgb(186,42,181); }
H1.HeaderClassName
{
color: #BA2AB5;
}
.AnyTagClassName
{
color: #BA2AB5;
}
</style>
background-color css
<style>
a { background-color: #BA2AB5; }
a { background-color: rgb(186,42,181); }
div.DivClassName
{
background-color: #BA2AB5;
}
.BgClassName
{
background-color: #BA2AB5;
}
</style>
border-color css
<style>
span { border-color: #BA2AB5; }
span { border-color: rgb(186,42,181); }
td.TdClassName
{
border-color: #BA2AB5;
}
.TagClassName
{
border-color: #BA2AB5;
}
</style>