Shades of Fuchsia #BA2ABC
Tints of Fuchsia #BA2ABC
RGB
CMYK
RGB Variations
Color information
#BA2ABC (or 0xBA2ABC) is known color: Fuchsia. HEX triplet: BA, 2A and BC. RGB value is (186,42,188). Sum of RGB (Red+Green+Blue) = 186+42+188=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA2ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ABC is #45D543. Grayscale: #656565. Windows color (decimal): -4576580 or 12331706. OLE color: 12331706.
HSL color Cylindrical-coordinate representation of color #BA2ABC: hue angle of 299.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2ABC is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 42 | 188 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.26 |
| HSL | 299.18º | 0.63% | 0.45% | - |
| HSV(B) | 299.18º | 0.78% | 0.74% | - |
| XYZ | 30.15 | 15.73 | 49.02 | - |
| YUV | 101.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 188 | 0.01 | 0.78 | 0 | 0.26 | 299.18 | 0.63 | 0.45 |
| Hex | BA | 2A | BC | 1 | 4E | 0 | 1A | 12B | 3F | 2D |
| Octal | 272 | 52 | 274 | 1 | 116 | 0 | 32 | 453 | 77 | 55 |
| Binary | 10111010 | 101010 | 10111100 | 1 | 1001110 | 0 | 11010 | 100101011 | 111111 | 101101 |
Color Harmonies of #BA2ABC
Complementary color
Monochromatic Colors of #BA2ABC
Black with #BA2ABC
Text Example
Text Example
White with #BA2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ABC; }
p { color: rgb(186,42,188); }
H1.HeaderClassName
{
color: #BA2ABC;
}
.AnyTagClassName
{
color: #BA2ABC;
}
</style>
background-color css
<style>
a { background-color: #BA2ABC; }
a { background-color: rgb(186,42,188); }
div.DivClassName
{
background-color: #BA2ABC;
}
.BgClassName
{
background-color: #BA2ABC;
}
</style>
border-color css
<style>
span { border-color: #BA2ABC; }
span { border-color: rgb(186,42,188); }
td.TdClassName
{
border-color: #BA2ABC;
}
.TagClassName
{
border-color: #BA2ABC;
}
</style>