Shades of Fuchsia #BA2DB0
Tints of Fuchsia #BA2DB0
RGB
CMYK
RGB Variations
Color information
#BA2DB0 (or 0xBA2DB0) is known color: Fuchsia. HEX triplet: BA, 2D and B0. RGB value is (186,45,176). Sum of RGB (Red+Green+Blue) = 186+45+176=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2DB0 is #45D24F. Grayscale: #656565. Windows color (decimal): -4575824 or 11546042. OLE color: 11546042.
HSL color Cylindrical-coordinate representation of color #BA2DB0: hue angle of 304.26º degrees, saturation: 0.61, 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 #BA2DB0 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 176 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.27 |
| HSL | 304.26º | 0.61% | 0.45% | - |
| HSV(B) | 304.26º | 0.76% | 0.73% | - |
| XYZ | 29.02 | 15.45 | 42.53 | - |
| YUV | 102.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 176 | 0 | 0.76 | 0.05 | 0.27 | 304.26 | 0.61 | 0.45 |
| Hex | BA | 2D | B0 | 0 | 4C | 5 | 1B | 130 | 3D | 2D |
| Octal | 272 | 55 | 260 | 0 | 114 | 5 | 33 | 460 | 75 | 55 |
| Binary | 10111010 | 101101 | 10110000 | 0 | 1001100 | 101 | 11011 | 100110000 | 111101 | 101101 |
Color Harmonies of #BA2DB0
Complementary color
Monochromatic Colors of #BA2DB0
Black with #BA2DB0
Text Example
Text Example
White with #BA2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DB0; }
p { color: rgb(186,45,176); }
H1.HeaderClassName
{
color: #BA2DB0;
}
.AnyTagClassName
{
color: #BA2DB0;
}
</style>
background-color css
<style>
a { background-color: #BA2DB0; }
a { background-color: rgb(186,45,176); }
div.DivClassName
{
background-color: #BA2DB0;
}
.BgClassName
{
background-color: #BA2DB0;
}
</style>
border-color css
<style>
span { border-color: #BA2DB0; }
span { border-color: rgb(186,45,176); }
td.TdClassName
{
border-color: #BA2DB0;
}
.TagClassName
{
border-color: #BA2DB0;
}
</style>