Shades of Fuchsia #BA3AAE
Tints of Fuchsia #BA3AAE
RGB
CMYK
RGB Variations
Color information
#BA3AAE (or 0xBA3AAE) is known color: Fuchsia. HEX triplet: BA, 3A and AE. RGB value is (186,58,174). Sum of RGB (Red+Green+Blue) = 186+58+174=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3AAE is #45C551. Grayscale: #6D6D6D. Windows color (decimal): -4572498 or 11418298. OLE color: 11418298.
HSL color Cylindrical-coordinate representation of color #BA3AAE: hue angle of 305.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3AAE is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 174 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.27 |
| HSL | 305.63º | 0.52% | 0.48% | - |
| HSV(B) | 305.63º | 0.69% | 0.73% | - |
| XYZ | 29.4 | 16.52 | 41.68 | - |
| YUV | 109.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 174 | 0 | 0.69 | 0.06 | 0.27 | 305.63 | 0.52 | 0.48 |
| Hex | BA | 3A | AE | 0 | 45 | 6 | 1B | 132 | 34 | 30 |
| Octal | 272 | 72 | 256 | 0 | 105 | 6 | 33 | 462 | 64 | 60 |
| Binary | 10111010 | 111010 | 10101110 | 0 | 1000101 | 110 | 11011 | 100110010 | 110100 | 110000 |
Color Harmonies of #BA3AAE
Complementary color
Monochromatic Colors of #BA3AAE
Black with #BA3AAE
Text Example
Text Example
White with #BA3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AAE; }
p { color: rgb(186,58,174); }
H1.HeaderClassName
{
color: #BA3AAE;
}
.AnyTagClassName
{
color: #BA3AAE;
}
</style>
background-color css
<style>
a { background-color: #BA3AAE; }
a { background-color: rgb(186,58,174); }
div.DivClassName
{
background-color: #BA3AAE;
}
.BgClassName
{
background-color: #BA3AAE;
}
</style>
border-color css
<style>
span { border-color: #BA3AAE; }
span { border-color: rgb(186,58,174); }
td.TdClassName
{
border-color: #BA3AAE;
}
.TagClassName
{
border-color: #BA3AAE;
}
</style>