Shades of Fuchsia #BA4CAE
Tints of Fuchsia #BA4CAE
RGB
CMYK
RGB Variations
Color information
#BA4CAE (or 0xBA4CAE) is known color: Fuchsia. HEX triplet: BA, 4C and AE. RGB value is (186,76,174). Sum of RGB (Red+Green+Blue) = 186+76+174=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CAE is #45B351. Grayscale: #777777. Windows color (decimal): -4567890 or 11422906. OLE color: 11422906.
HSL color Cylindrical-coordinate representation of color #BA4CAE: hue angle of 306.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4CAE is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 174 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.27 |
| HSL | 306.55º | 0.44% | 0.51% | - |
| HSV(B) | 306.55º | 0.59% | 0.73% | - |
| XYZ | 30.47 | 18.66 | 42.04 | - |
| YUV | 120.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 174 | 0 | 0.59 | 0.06 | 0.27 | 306.55 | 0.44 | 0.51 |
| Hex | BA | 4C | AE | 0 | 3B | 6 | 1B | 133 | 2C | 33 |
| Octal | 272 | 114 | 256 | 0 | 73 | 6 | 33 | 463 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10101110 | 0 | 111011 | 110 | 11011 | 100110011 | 101100 | 110011 |
Color Harmonies of #BA4CAE
Complementary color
Monochromatic Colors of #BA4CAE
Black with #BA4CAE
Text Example
Text Example
White with #BA4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CAE; }
p { color: rgb(186,76,174); }
H1.HeaderClassName
{
color: #BA4CAE;
}
.AnyTagClassName
{
color: #BA4CAE;
}
</style>
background-color css
<style>
a { background-color: #BA4CAE; }
a { background-color: rgb(186,76,174); }
div.DivClassName
{
background-color: #BA4CAE;
}
.BgClassName
{
background-color: #BA4CAE;
}
</style>
border-color css
<style>
span { border-color: #BA4CAE; }
span { border-color: rgb(186,76,174); }
td.TdClassName
{
border-color: #BA4CAE;
}
.TagClassName
{
border-color: #BA4CAE;
}
</style>