Shades of Fuchsia #BA41AA
Tints of Fuchsia #BA41AA
RGB
CMYK
RGB Variations
Color information
#BA41AA (or 0xBA41AA) is known color: Fuchsia. HEX triplet: BA, 41 and AA. RGB value is (186,65,170). Sum of RGB (Red+Green+Blue) = 186+65+170=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41AA is #45BE55. Grayscale: #707070. Windows color (decimal): -4570710 or 11157946. OLE color: 11157946.
HSL color Cylindrical-coordinate representation of color #BA41AA: hue angle of 307.93º 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 #BA41AA is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 170 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.27 |
| HSL | 307.93º | 0.48% | 0.49% | - |
| HSV(B) | 307.93º | 0.65% | 0.73% | - |
| XYZ | 29.4 | 17.12 | 39.79 | - |
| YUV | 113.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 170 | 0 | 0.65 | 0.09 | 0.27 | 307.93 | 0.48 | 0.49 |
| Hex | BA | 41 | AA | 0 | 41 | 9 | 1B | 134 | 30 | 31 |
| Octal | 272 | 101 | 252 | 0 | 101 | 11 | 33 | 464 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10101010 | 0 | 1000001 | 1001 | 11011 | 100110100 | 110000 | 110001 |
Color Harmonies of #BA41AA
Complementary color
Monochromatic Colors of #BA41AA
Black with #BA41AA
Text Example
Text Example
White with #BA41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41AA; }
p { color: rgb(186,65,170); }
H1.HeaderClassName
{
color: #BA41AA;
}
.AnyTagClassName
{
color: #BA41AA;
}
</style>
background-color css
<style>
a { background-color: #BA41AA; }
a { background-color: rgb(186,65,170); }
div.DivClassName
{
background-color: #BA41AA;
}
.BgClassName
{
background-color: #BA41AA;
}
</style>
border-color css
<style>
span { border-color: #BA41AA; }
span { border-color: rgb(186,65,170); }
td.TdClassName
{
border-color: #BA41AA;
}
.TagClassName
{
border-color: #BA41AA;
}
</style>