Shades of Fuchsia #BA2DAF
Tints of Fuchsia #BA2DAF
RGB
CMYK
RGB Variations
Color information
#BA2DAF (or 0xBA2DAF) is known color: Fuchsia. HEX triplet: BA, 2D and AF. RGB value is (186,45,175). Sum of RGB (Red+Green+Blue) = 186+45+175=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2DAF is #45D250. Grayscale: #656565. Windows color (decimal): -4575825 or 11480506. OLE color: 11480506.
HSL color Cylindrical-coordinate representation of color #BA2DAF: hue angle of 304.68º 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 #BA2DAF is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 175 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.27 |
| HSL | 304.68º | 0.61% | 0.45% | - |
| HSV(B) | 304.68º | 0.76% | 0.73% | - |
| XYZ | 28.93 | 15.41 | 42.01 | - |
| YUV | 101.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 175 | 0 | 0.76 | 0.06 | 0.27 | 304.68 | 0.61 | 0.45 |
| Hex | BA | 2D | AF | 0 | 4C | 6 | 1B | 131 | 3D | 2D |
| Octal | 272 | 55 | 257 | 0 | 114 | 6 | 33 | 461 | 75 | 55 |
| Binary | 10111010 | 101101 | 10101111 | 0 | 1001100 | 110 | 11011 | 100110001 | 111101 | 101101 |
Color Harmonies of #BA2DAF
Complementary color
Monochromatic Colors of #BA2DAF
Black with #BA2DAF
Text Example
Text Example
White with #BA2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DAF; }
p { color: rgb(186,45,175); }
H1.HeaderClassName
{
color: #BA2DAF;
}
.AnyTagClassName
{
color: #BA2DAF;
}
</style>
background-color css
<style>
a { background-color: #BA2DAF; }
a { background-color: rgb(186,45,175); }
div.DivClassName
{
background-color: #BA2DAF;
}
.BgClassName
{
background-color: #BA2DAF;
}
</style>
border-color css
<style>
span { border-color: #BA2DAF; }
span { border-color: rgb(186,45,175); }
td.TdClassName
{
border-color: #BA2DAF;
}
.TagClassName
{
border-color: #BA2DAF;
}
</style>