Shades of Fuchsia #BA5AA7
Tints of Fuchsia #BA5AA7
RGB
CMYK
RGB Variations
Color information
#BA5AA7 (or 0xBA5AA7) is known color: Fuchsia. HEX triplet: BA, 5A and A7. RGB value is (186,90,167). Sum of RGB (Red+Green+Blue) = 186+90+167=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5AA7 is #45A558. Grayscale: #7F7F7F. Windows color (decimal): -4564313 or 10967738. OLE color: 10967738.
HSL color Cylindrical-coordinate representation of color #BA5AA7: hue angle of 311.88º 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 #BA5AA7 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 167 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.27 |
| HSL | 311.88º | 0.41% | 0.54% | - |
| HSV(B) | 311.88º | 0.52% | 0.73% | - |
| XYZ | 30.88 | 20.54 | 38.9 | - |
| YUV | 127.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 167 | 0 | 0.52 | 0.10 | 0.27 | 311.88 | 0.41 | 0.54 |
| Hex | BA | 5A | A7 | 0 | 34 | A | 1B | 138 | 29 | 36 |
| Octal | 272 | 132 | 247 | 0 | 64 | 12 | 33 | 470 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10100111 | 0 | 110100 | 1010 | 11011 | 100111000 | 101001 | 110110 |
Color Harmonies of #BA5AA7
Complementary color
Monochromatic Colors of #BA5AA7
Black with #BA5AA7
Text Example
Text Example
White with #BA5AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AA7; }
p { color: rgb(186,90,167); }
H1.HeaderClassName
{
color: #BA5AA7;
}
.AnyTagClassName
{
color: #BA5AA7;
}
</style>
background-color css
<style>
a { background-color: #BA5AA7; }
a { background-color: rgb(186,90,167); }
div.DivClassName
{
background-color: #BA5AA7;
}
.BgClassName
{
background-color: #BA5AA7;
}
</style>
border-color css
<style>
span { border-color: #BA5AA7; }
span { border-color: rgb(186,90,167); }
td.TdClassName
{
border-color: #BA5AA7;
}
.TagClassName
{
border-color: #BA5AA7;
}
</style>