Shades of Fuchsia #BA3CAE
Tints of Fuchsia #BA3CAE
RGB
CMYK
RGB Variations
Color information
#BA3CAE (or 0xBA3CAE) is known color: Fuchsia. HEX triplet: BA, 3C and AE. RGB value is (186,60,174). Sum of RGB (Red+Green+Blue) = 186+60+174=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3CAE is #45C351. Grayscale: #6E6E6E. Windows color (decimal): -4571986 or 11418810. OLE color: 11418810.
HSL color Cylindrical-coordinate representation of color #BA3CAE: hue angle of 305.71º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3CAE is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 174 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.27 |
| HSL | 305.71º | 0.51% | 0.48% | - |
| HSV(B) | 305.71º | 0.68% | 0.73% | - |
| XYZ | 29.51 | 16.73 | 41.72 | - |
| YUV | 110.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 174 | 0 | 0.68 | 0.06 | 0.27 | 305.71 | 0.51 | 0.48 |
| Hex | BA | 3C | AE | 0 | 44 | 6 | 1B | 132 | 33 | 30 |
| Octal | 272 | 74 | 256 | 0 | 104 | 6 | 33 | 462 | 63 | 60 |
| Binary | 10111010 | 111100 | 10101110 | 0 | 1000100 | 110 | 11011 | 100110010 | 110011 | 110000 |
Color Harmonies of #BA3CAE
Complementary color
Monochromatic Colors of #BA3CAE
Black with #BA3CAE
Text Example
Text Example
White with #BA3CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CAE; }
p { color: rgb(186,60,174); }
H1.HeaderClassName
{
color: #BA3CAE;
}
.AnyTagClassName
{
color: #BA3CAE;
}
</style>
background-color css
<style>
a { background-color: #BA3CAE; }
a { background-color: rgb(186,60,174); }
div.DivClassName
{
background-color: #BA3CAE;
}
.BgClassName
{
background-color: #BA3CAE;
}
</style>
border-color css
<style>
span { border-color: #BA3CAE; }
span { border-color: rgb(186,60,174); }
td.TdClassName
{
border-color: #BA3CAE;
}
.TagClassName
{
border-color: #BA3CAE;
}
</style>