Shades of Fuchsia #BA4FAE
Tints of Fuchsia #BA4FAE
RGB
CMYK
RGB Variations
Color information
#BA4FAE (or 0xBA4FAE) is known color: Fuchsia. HEX triplet: BA, 4F and AE. RGB value is (186,79,174). Sum of RGB (Red+Green+Blue) = 186+79+174=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FAE is #45B051. Grayscale: #797979. Windows color (decimal): -4567122 or 11423674. OLE color: 11423674.
HSL color Cylindrical-coordinate representation of color #BA4FAE: hue angle of 306.73º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FAE is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 174 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.27 |
| HSL | 306.73º | 0.44% | 0.52% | - |
| HSV(B) | 306.73º | 0.58% | 0.73% | - |
| XYZ | 30.69 | 19.09 | 42.11 | - |
| YUV | 121.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 174 | 0 | 0.58 | 0.06 | 0.27 | 306.73 | 0.44 | 0.52 |
| Hex | BA | 4F | AE | 0 | 3A | 6 | 1B | 133 | 2C | 34 |
| Octal | 272 | 117 | 256 | 0 | 72 | 6 | 33 | 463 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10101110 | 0 | 111010 | 110 | 11011 | 100110011 | 101100 | 110100 |
Color Harmonies of #BA4FAE
Complementary color
Monochromatic Colors of #BA4FAE
Black with #BA4FAE
Text Example
Text Example
White with #BA4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FAE; }
p { color: rgb(186,79,174); }
H1.HeaderClassName
{
color: #BA4FAE;
}
.AnyTagClassName
{
color: #BA4FAE;
}
</style>
background-color css
<style>
a { background-color: #BA4FAE; }
a { background-color: rgb(186,79,174); }
div.DivClassName
{
background-color: #BA4FAE;
}
.BgClassName
{
background-color: #BA4FAE;
}
</style>
border-color css
<style>
span { border-color: #BA4FAE; }
span { border-color: rgb(186,79,174); }
td.TdClassName
{
border-color: #BA4FAE;
}
.TagClassName
{
border-color: #BA4FAE;
}
</style>