Shades of Fuchsia #BA41AB
Tints of Fuchsia #BA41AB
RGB
CMYK
RGB Variations
Color information
#BA41AB (or 0xBA41AB) is known color: Fuchsia. HEX triplet: BA, 41 and AB. RGB value is (186,65,171). Sum of RGB (Red+Green+Blue) = 186+65+171=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41AB is #45BE54. Grayscale: #707070. Windows color (decimal): -4570709 or 11223482. OLE color: 11223482.
HSL color Cylindrical-coordinate representation of color #BA41AB: hue angle of 307.44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA41AB is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 171 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.27 |
| HSL | 307.44º | 0.48% | 0.49% | - |
| HSV(B) | 307.44º | 0.65% | 0.73% | - |
| XYZ | 29.49 | 17.16 | 40.29 | - |
| YUV | 113.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 171 | 0 | 0.65 | 0.08 | 0.27 | 307.44 | 0.48 | 0.49 |
| Hex | BA | 41 | AB | 0 | 41 | 8 | 1B | 133 | 30 | 31 |
| Octal | 272 | 101 | 253 | 0 | 101 | 10 | 33 | 463 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10101011 | 0 | 1000001 | 1000 | 11011 | 100110011 | 110000 | 110001 |
Color Harmonies of #BA41AB
Complementary color
Monochromatic Colors of #BA41AB
Black with #BA41AB
Text Example
Text Example
White with #BA41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41AB; }
p { color: rgb(186,65,171); }
H1.HeaderClassName
{
color: #BA41AB;
}
.AnyTagClassName
{
color: #BA41AB;
}
</style>
background-color css
<style>
a { background-color: #BA41AB; }
a { background-color: rgb(186,65,171); }
div.DivClassName
{
background-color: #BA41AB;
}
.BgClassName
{
background-color: #BA41AB;
}
</style>
border-color css
<style>
span { border-color: #BA41AB; }
span { border-color: rgb(186,65,171); }
td.TdClassName
{
border-color: #BA41AB;
}
.TagClassName
{
border-color: #BA41AB;
}
</style>