Shades of Fuchsia #BA42AA
Tints of Fuchsia #BA42AA
RGB
CMYK
RGB Variations
Color information
#BA42AA (or 0xBA42AA) is known color: Fuchsia. HEX triplet: BA, 42 and AA. RGB value is (186,66,170). Sum of RGB (Red+Green+Blue) = 186+66+170=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42AA is #45BD55. Grayscale: #717171. Windows color (decimal): -4570454 or 11158202. OLE color: 11158202.
HSL color Cylindrical-coordinate representation of color #BA42AA: hue angle of 308º 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 #BA42AA is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 170 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.27 |
| HSL | 308º | 0.48% | 0.49% | - |
| HSV(B) | 308º | 0.65% | 0.73% | - |
| XYZ | 29.45 | 17.24 | 39.81 | - |
| YUV | 113.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 170 | 0 | 0.65 | 0.09 | 0.27 | 308 | 0.48 | 0.49 |
| Hex | BA | 42 | AA | 0 | 41 | 9 | 1B | 134 | 30 | 31 |
| Octal | 272 | 102 | 252 | 0 | 101 | 11 | 33 | 464 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10101010 | 0 | 1000001 | 1001 | 11011 | 100110100 | 110000 | 110001 |
Color Harmonies of #BA42AA
Complementary color
Monochromatic Colors of #BA42AA
Black with #BA42AA
Text Example
Text Example
White with #BA42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42AA; }
p { color: rgb(186,66,170); }
H1.HeaderClassName
{
color: #BA42AA;
}
.AnyTagClassName
{
color: #BA42AA;
}
</style>
background-color css
<style>
a { background-color: #BA42AA; }
a { background-color: rgb(186,66,170); }
div.DivClassName
{
background-color: #BA42AA;
}
.BgClassName
{
background-color: #BA42AA;
}
</style>
border-color css
<style>
span { border-color: #BA42AA; }
span { border-color: rgb(186,66,170); }
td.TdClassName
{
border-color: #BA42AA;
}
.TagClassName
{
border-color: #BA42AA;
}
</style>