Shades of Fuchsia #BA40AE
Tints of Fuchsia #BA40AE
RGB
CMYK
RGB Variations
Color information
#BA40AE (or 0xBA40AE) is known color: Fuchsia. HEX triplet: BA, 40 and AE. RGB value is (186,64,174). Sum of RGB (Red+Green+Blue) = 186+64+174=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40AE is #45BF51. Grayscale: #707070. Windows color (decimal): -4570962 or 11419834. OLE color: 11419834.
HSL color Cylindrical-coordinate representation of color #BA40AE: hue angle of 305.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA40AE is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 174 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.27 |
| HSL | 305.9º | 0.49% | 0.49% | - |
| HSV(B) | 305.9º | 0.66% | 0.73% | - |
| XYZ | 29.72 | 17.16 | 41.79 | - |
| YUV | 113.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 174 | 0 | 0.66 | 0.06 | 0.27 | 305.9 | 0.49 | 0.49 |
| Hex | BA | 40 | AE | 0 | 42 | 6 | 1B | 132 | 31 | 31 |
| Octal | 272 | 100 | 256 | 0 | 102 | 6 | 33 | 462 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10101110 | 0 | 1000010 | 110 | 11011 | 100110010 | 110001 | 110001 |
Color Harmonies of #BA40AE
Complementary color
Monochromatic Colors of #BA40AE
Black with #BA40AE
Text Example
Text Example
White with #BA40AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40AE; }
p { color: rgb(186,64,174); }
H1.HeaderClassName
{
color: #BA40AE;
}
.AnyTagClassName
{
color: #BA40AE;
}
</style>
background-color css
<style>
a { background-color: #BA40AE; }
a { background-color: rgb(186,64,174); }
div.DivClassName
{
background-color: #BA40AE;
}
.BgClassName
{
background-color: #BA40AE;
}
</style>
border-color css
<style>
span { border-color: #BA40AE; }
span { border-color: rgb(186,64,174); }
td.TdClassName
{
border-color: #BA40AE;
}
.TagClassName
{
border-color: #BA40AE;
}
</style>