Shades of Fuchsia #BA40AD
Tints of Fuchsia #BA40AD
RGB
CMYK
RGB Variations
Color information
#BA40AD (or 0xBA40AD) is known color: Fuchsia. HEX triplet: BA, 40 and AD. RGB value is (186,64,173). Sum of RGB (Red+Green+Blue) = 186+64+173=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40AD is #45BF52. Grayscale: #707070. Windows color (decimal): -4570963 or 11354298. OLE color: 11354298.
HSL color Cylindrical-coordinate representation of color #BA40AD: hue angle of 306.39º 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 #BA40AD is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 173 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.27 |
| HSL | 306.39º | 0.49% | 0.49% | - |
| HSV(B) | 306.39º | 0.66% | 0.73% | - |
| XYZ | 29.63 | 17.12 | 41.28 | - |
| YUV | 112.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 173 | 0 | 0.66 | 0.07 | 0.27 | 306.39 | 0.49 | 0.49 |
| Hex | BA | 40 | AD | 0 | 42 | 7 | 1B | 132 | 31 | 31 |
| Octal | 272 | 100 | 255 | 0 | 102 | 7 | 33 | 462 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10101101 | 0 | 1000010 | 111 | 11011 | 100110010 | 110001 | 110001 |
Color Harmonies of #BA40AD
Complementary color
Monochromatic Colors of #BA40AD
Black with #BA40AD
Text Example
Text Example
White with #BA40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40AD; }
p { color: rgb(186,64,173); }
H1.HeaderClassName
{
color: #BA40AD;
}
.AnyTagClassName
{
color: #BA40AD;
}
</style>
background-color css
<style>
a { background-color: #BA40AD; }
a { background-color: rgb(186,64,173); }
div.DivClassName
{
background-color: #BA40AD;
}
.BgClassName
{
background-color: #BA40AD;
}
</style>
border-color css
<style>
span { border-color: #BA40AD; }
span { border-color: rgb(186,64,173); }
td.TdClassName
{
border-color: #BA40AD;
}
.TagClassName
{
border-color: #BA40AD;
}
</style>