Shades of Fuchsia #BA2AB4
Tints of Fuchsia #BA2AB4
RGB
CMYK
RGB Variations
Color information
#BA2AB4 (or 0xBA2AB4) is known color: Fuchsia. HEX triplet: BA, 2A and B4. RGB value is (186,42,180). Sum of RGB (Red+Green+Blue) = 186+42+180=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AB4 is #45D54B. Grayscale: #646464. Windows color (decimal): -4576588 or 11807418. OLE color: 11807418.
HSL color Cylindrical-coordinate representation of color #BA2AB4: hue angle of 302.5º 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 #BA2AB4 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 180 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.27 |
| HSL | 302.5º | 0.63% | 0.45% | - |
| HSV(B) | 302.5º | 0.77% | 0.73% | - |
| XYZ | 29.32 | 15.39 | 44.61 | - |
| YUV | 100.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 180 | 0 | 0.77 | 0.03 | 0.27 | 302.5 | 0.63 | 0.45 |
| Hex | BA | 2A | B4 | 0 | 4D | 3 | 1B | 12E | 3F | 2D |
| Octal | 272 | 52 | 264 | 0 | 115 | 3 | 33 | 456 | 77 | 55 |
| Binary | 10111010 | 101010 | 10110100 | 0 | 1001101 | 11 | 11011 | 100101110 | 111111 | 101101 |
Color Harmonies of #BA2AB4
Complementary color
Monochromatic Colors of #BA2AB4
Black with #BA2AB4
Text Example
Text Example
White with #BA2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AB4; }
p { color: rgb(186,42,180); }
H1.HeaderClassName
{
color: #BA2AB4;
}
.AnyTagClassName
{
color: #BA2AB4;
}
</style>
background-color css
<style>
a { background-color: #BA2AB4; }
a { background-color: rgb(186,42,180); }
div.DivClassName
{
background-color: #BA2AB4;
}
.BgClassName
{
background-color: #BA2AB4;
}
</style>
border-color css
<style>
span { border-color: #BA2AB4; }
span { border-color: rgb(186,42,180); }
td.TdClassName
{
border-color: #BA2AB4;
}
.TagClassName
{
border-color: #BA2AB4;
}
</style>