Shades of Fuchsia #BA40AB
Tints of Fuchsia #BA40AB
RGB
CMYK
RGB Variations
Color information
#BA40AB (or 0xBA40AB) is known color: Fuchsia. HEX triplet: BA, 40 and AB. RGB value is (186,64,171). Sum of RGB (Red+Green+Blue) = 186+64+171=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40AB is #45BF54. Grayscale: #707070. Windows color (decimal): -4570965 or 11223226. OLE color: 11223226.
HSL color Cylindrical-coordinate representation of color #BA40AB: hue angle of 307.38º 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 #BA40AB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 171 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.27 |
| HSL | 307.38º | 0.49% | 0.49% | - |
| HSV(B) | 307.38º | 0.66% | 0.73% | - |
| XYZ | 29.43 | 17.05 | 40.27 | - |
| YUV | 112.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 171 | 0 | 0.66 | 0.08 | 0.27 | 307.38 | 0.49 | 0.49 |
| Hex | BA | 40 | AB | 0 | 42 | 8 | 1B | 133 | 31 | 31 |
| Octal | 272 | 100 | 253 | 0 | 102 | 10 | 33 | 463 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10101011 | 0 | 1000010 | 1000 | 11011 | 100110011 | 110001 | 110001 |
Color Harmonies of #BA40AB
Complementary color
Monochromatic Colors of #BA40AB
Black with #BA40AB
Text Example
Text Example
White with #BA40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40AB; }
p { color: rgb(186,64,171); }
H1.HeaderClassName
{
color: #BA40AB;
}
.AnyTagClassName
{
color: #BA40AB;
}
</style>
background-color css
<style>
a { background-color: #BA40AB; }
a { background-color: rgb(186,64,171); }
div.DivClassName
{
background-color: #BA40AB;
}
.BgClassName
{
background-color: #BA40AB;
}
</style>
border-color css
<style>
span { border-color: #BA40AB; }
span { border-color: rgb(186,64,171); }
td.TdClassName
{
border-color: #BA40AB;
}
.TagClassName
{
border-color: #BA40AB;
}
</style>