Shades of Fuchsia #BA2CB9
Tints of Fuchsia #BA2CB9
RGB
CMYK
RGB Variations
Color information
#BA2CB9 (or 0xBA2CB9) is known color: Fuchsia. HEX triplet: BA, 2C and B9. RGB value is (186,44,185). Sum of RGB (Red+Green+Blue) = 186+44+185=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CB9 is #45D346. Grayscale: #666666. Windows color (decimal): -4576071 or 12135610. OLE color: 12135610.
HSL color Cylindrical-coordinate representation of color #BA2CB9: hue angle of 300.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2CB9 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 185 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.27 |
| HSL | 300.42º | 0.62% | 0.45% | - |
| HSV(B) | 300.42º | 0.76% | 0.73% | - |
| XYZ | 29.91 | 15.74 | 47.36 | - |
| YUV | 102.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 185 | 0 | 0.76 | 0.01 | 0.27 | 300.42 | 0.62 | 0.45 |
| Hex | BA | 2C | B9 | 0 | 4C | 1 | 1B | 12C | 3E | 2D |
| Octal | 272 | 54 | 271 | 0 | 114 | 1 | 33 | 454 | 76 | 55 |
| Binary | 10111010 | 101100 | 10111001 | 0 | 1001100 | 1 | 11011 | 100101100 | 111110 | 101101 |
Color Harmonies of #BA2CB9
Complementary color
Monochromatic Colors of #BA2CB9
Black with #BA2CB9
Text Example
Text Example
White with #BA2CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CB9; }
p { color: rgb(186,44,185); }
H1.HeaderClassName
{
color: #BA2CB9;
}
.AnyTagClassName
{
color: #BA2CB9;
}
</style>
background-color css
<style>
a { background-color: #BA2CB9; }
a { background-color: rgb(186,44,185); }
div.DivClassName
{
background-color: #BA2CB9;
}
.BgClassName
{
background-color: #BA2CB9;
}
</style>
border-color css
<style>
span { border-color: #BA2CB9; }
span { border-color: rgb(186,44,185); }
td.TdClassName
{
border-color: #BA2CB9;
}
.TagClassName
{
border-color: #BA2CB9;
}
</style>