Shades of Fuchsia #BA2ABB
Tints of Fuchsia #BA2ABB
RGB
CMYK
RGB Variations
Color information
#BA2ABB (or 0xBA2ABB) is known color: Fuchsia. HEX triplet: BA, 2A and BB. RGB value is (186,42,187). Sum of RGB (Red+Green+Blue) = 186+42+187=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ABB is #45D544. Grayscale: #656565. Windows color (decimal): -4576581 or 12266170. OLE color: 12266170.
HSL color Cylindrical-coordinate representation of color #BA2ABB: hue angle of 299.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2ABB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 187 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.27 |
| HSL | 299.59º | 0.63% | 0.45% | - |
| HSV(B) | 299.59º | 0.78% | 0.73% | - |
| XYZ | 30.05 | 15.68 | 48.46 | - |
| YUV | 101.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 187 | 0.01 | 0.78 | 0 | 0.27 | 299.59 | 0.63 | 0.45 |
| Hex | BA | 2A | BB | 1 | 4E | 0 | 1B | 12C | 3F | 2D |
| Octal | 272 | 52 | 273 | 1 | 116 | 0 | 33 | 454 | 77 | 55 |
| Binary | 10111010 | 101010 | 10111011 | 1 | 1001110 | 0 | 11011 | 100101100 | 111111 | 101101 |
Color Harmonies of #BA2ABB
Complementary color
Monochromatic Colors of #BA2ABB
Black with #BA2ABB
Text Example
Text Example
White with #BA2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ABB; }
p { color: rgb(186,42,187); }
H1.HeaderClassName
{
color: #BA2ABB;
}
.AnyTagClassName
{
color: #BA2ABB;
}
</style>
background-color css
<style>
a { background-color: #BA2ABB; }
a { background-color: rgb(186,42,187); }
div.DivClassName
{
background-color: #BA2ABB;
}
.BgClassName
{
background-color: #BA2ABB;
}
</style>
border-color css
<style>
span { border-color: #BA2ABB; }
span { border-color: rgb(186,42,187); }
td.TdClassName
{
border-color: #BA2ABB;
}
.TagClassName
{
border-color: #BA2ABB;
}
</style>