Shades of Fuchsia #BA2DAE
Tints of Fuchsia #BA2DAE
RGB
CMYK
RGB Variations
Color information
#BA2DAE (or 0xBA2DAE) is known color: Fuchsia. HEX triplet: BA, 2D and AE. RGB value is (186,45,174). Sum of RGB (Red+Green+Blue) = 186+45+174=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2DAE is #45D251. Grayscale: #656565. Windows color (decimal): -4575826 or 11414970. OLE color: 11414970.
HSL color Cylindrical-coordinate representation of color #BA2DAE: hue angle of 305.11º 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 #BA2DAE is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 174 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.27 |
| HSL | 305.11º | 0.61% | 0.45% | - |
| HSV(B) | 305.11º | 0.76% | 0.73% | - |
| XYZ | 28.83 | 15.37 | 41.49 | - |
| YUV | 101.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 174 | 0 | 0.76 | 0.06 | 0.27 | 305.11 | 0.61 | 0.45 |
| Hex | BA | 2D | AE | 0 | 4C | 6 | 1B | 131 | 3D | 2D |
| Octal | 272 | 55 | 256 | 0 | 114 | 6 | 33 | 461 | 75 | 55 |
| Binary | 10111010 | 101101 | 10101110 | 0 | 1001100 | 110 | 11011 | 100110001 | 111101 | 101101 |
Color Harmonies of #BA2DAE
Complementary color
Monochromatic Colors of #BA2DAE
Black with #BA2DAE
Text Example
Text Example
White with #BA2DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DAE; }
p { color: rgb(186,45,174); }
H1.HeaderClassName
{
color: #BA2DAE;
}
.AnyTagClassName
{
color: #BA2DAE;
}
</style>
background-color css
<style>
a { background-color: #BA2DAE; }
a { background-color: rgb(186,45,174); }
div.DivClassName
{
background-color: #BA2DAE;
}
.BgClassName
{
background-color: #BA2DAE;
}
</style>
border-color css
<style>
span { border-color: #BA2DAE; }
span { border-color: rgb(186,45,174); }
td.TdClassName
{
border-color: #BA2DAE;
}
.TagClassName
{
border-color: #BA2DAE;
}
</style>