Shades of Fuchsia #BA5AAA
Tints of Fuchsia #BA5AAA
RGB
CMYK
RGB Variations
Color information
#BA5AAA (or 0xBA5AAA) is known color: Fuchsia. HEX triplet: BA, 5A and AA. RGB value is (186,90,170). Sum of RGB (Red+Green+Blue) = 186+90+170=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5AAA is #45A555. Grayscale: #7F7F7F. Windows color (decimal): -4564310 or 11164346. OLE color: 11164346.
HSL color Cylindrical-coordinate representation of color #BA5AAA: hue angle of 310º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5AAA is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 170 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.27 |
| HSL | 310º | 0.41% | 0.54% | - |
| HSV(B) | 310º | 0.52% | 0.73% | - |
| XYZ | 31.16 | 20.65 | 40.37 | - |
| YUV | 127.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 170 | 0 | 0.52 | 0.09 | 0.27 | 310 | 0.41 | 0.54 |
| Hex | BA | 5A | AA | 0 | 34 | 9 | 1B | 136 | 29 | 36 |
| Octal | 272 | 132 | 252 | 0 | 64 | 11 | 33 | 466 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10101010 | 0 | 110100 | 1001 | 11011 | 100110110 | 101001 | 110110 |
Color Harmonies of #BA5AAA
Complementary color
Monochromatic Colors of #BA5AAA
Black with #BA5AAA
Text Example
Text Example
White with #BA5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AAA; }
p { color: rgb(186,90,170); }
H1.HeaderClassName
{
color: #BA5AAA;
}
.AnyTagClassName
{
color: #BA5AAA;
}
</style>
background-color css
<style>
a { background-color: #BA5AAA; }
a { background-color: rgb(186,90,170); }
div.DivClassName
{
background-color: #BA5AAA;
}
.BgClassName
{
background-color: #BA5AAA;
}
</style>
border-color css
<style>
span { border-color: #BA5AAA; }
span { border-color: rgb(186,90,170); }
td.TdClassName
{
border-color: #BA5AAA;
}
.TagClassName
{
border-color: #BA5AAA;
}
</style>