Shades of Fuchsia #BA2DB6
Tints of Fuchsia #BA2DB6
RGB
CMYK
RGB Variations
Color information
#BA2DB6 (or 0xBA2DB6) is known color: Fuchsia. HEX triplet: BA, 2D and B6. RGB value is (186,45,182). Sum of RGB (Red+Green+Blue) = 186+45+182=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DB6 is #45D249. Grayscale: #666666. Windows color (decimal): -4575818 or 11939258. OLE color: 11939258.
HSL color Cylindrical-coordinate representation of color #BA2DB6: hue angle of 301.7º 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 #BA2DB6 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 182 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.27 |
| HSL | 301.7º | 0.61% | 0.45% | - |
| HSV(B) | 301.7º | 0.76% | 0.73% | - |
| XYZ | 29.63 | 15.69 | 45.72 | - |
| YUV | 102.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 182 | 0 | 0.76 | 0.02 | 0.27 | 301.7 | 0.61 | 0.45 |
| Hex | BA | 2D | B6 | 0 | 4C | 2 | 1B | 12E | 3D | 2D |
| Octal | 272 | 55 | 266 | 0 | 114 | 2 | 33 | 456 | 75 | 55 |
| Binary | 10111010 | 101101 | 10110110 | 0 | 1001100 | 10 | 11011 | 100101110 | 111101 | 101101 |
Color Harmonies of #BA2DB6
Complementary color
Monochromatic Colors of #BA2DB6
Black with #BA2DB6
Text Example
Text Example
White with #BA2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DB6; }
p { color: rgb(186,45,182); }
H1.HeaderClassName
{
color: #BA2DB6;
}
.AnyTagClassName
{
color: #BA2DB6;
}
</style>
background-color css
<style>
a { background-color: #BA2DB6; }
a { background-color: rgb(186,45,182); }
div.DivClassName
{
background-color: #BA2DB6;
}
.BgClassName
{
background-color: #BA2DB6;
}
</style>
border-color css
<style>
span { border-color: #BA2DB6; }
span { border-color: rgb(186,45,182); }
td.TdClassName
{
border-color: #BA2DB6;
}
.TagClassName
{
border-color: #BA2DB6;
}
</style>