Shades of Fuchsia #BA4CAF
Tints of Fuchsia #BA4CAF
RGB
CMYK
RGB Variations
Color information
#BA4CAF (or 0xBA4CAF) is known color: Fuchsia. HEX triplet: BA, 4C and AF. RGB value is (186,76,175). Sum of RGB (Red+Green+Blue) = 186+76+175=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CAF is #45B350. Grayscale: #777777. Windows color (decimal): -4567889 or 11488442. OLE color: 11488442.
HSL color Cylindrical-coordinate representation of color #BA4CAF: hue angle of 306º 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 #BA4CAF is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 175 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.27 |
| HSL | 306º | 0.44% | 0.51% | - |
| HSV(B) | 306º | 0.59% | 0.73% | - |
| XYZ | 30.57 | 18.7 | 42.56 | - |
| YUV | 120.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 175 | 0 | 0.59 | 0.06 | 0.27 | 306 | 0.44 | 0.51 |
| Hex | BA | 4C | AF | 0 | 3B | 6 | 1B | 132 | 2C | 33 |
| Octal | 272 | 114 | 257 | 0 | 73 | 6 | 33 | 462 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10101111 | 0 | 111011 | 110 | 11011 | 100110010 | 101100 | 110011 |
Color Harmonies of #BA4CAF
Complementary color
Monochromatic Colors of #BA4CAF
Black with #BA4CAF
Text Example
Text Example
White with #BA4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CAF; }
p { color: rgb(186,76,175); }
H1.HeaderClassName
{
color: #BA4CAF;
}
.AnyTagClassName
{
color: #BA4CAF;
}
</style>
background-color css
<style>
a { background-color: #BA4CAF; }
a { background-color: rgb(186,76,175); }
div.DivClassName
{
background-color: #BA4CAF;
}
.BgClassName
{
background-color: #BA4CAF;
}
</style>
border-color css
<style>
span { border-color: #BA4CAF; }
span { border-color: rgb(186,76,175); }
td.TdClassName
{
border-color: #BA4CAF;
}
.TagClassName
{
border-color: #BA4CAF;
}
</style>