Shades of Fuchsia #BA5BA7
Tints of Fuchsia #BA5BA7
RGB
CMYK
RGB Variations
Color information
#BA5BA7 (or 0xBA5BA7) is known color: Fuchsia. HEX triplet: BA, 5B and A7. RGB value is (186,91,167). Sum of RGB (Red+Green+Blue) = 186+91+167=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BA7 is #45A458. Grayscale: #7F7F7F. Windows color (decimal): -4564057 or 10967994. OLE color: 10967994.
HSL color Cylindrical-coordinate representation of color #BA5BA7: hue angle of 312º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BA7 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 167 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.27 |
| HSL | 312º | 0.41% | 0.54% | - |
| HSV(B) | 312º | 0.51% | 0.73% | - |
| XYZ | 30.97 | 20.71 | 38.92 | - |
| YUV | 128.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 167 | 0 | 0.51 | 0.10 | 0.27 | 312 | 0.41 | 0.54 |
| Hex | BA | 5B | A7 | 0 | 33 | A | 1B | 138 | 29 | 36 |
| Octal | 272 | 133 | 247 | 0 | 63 | 12 | 33 | 470 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10100111 | 0 | 110011 | 1010 | 11011 | 100111000 | 101001 | 110110 |
Color Harmonies of #BA5BA7
Complementary color
Monochromatic Colors of #BA5BA7
Black with #BA5BA7
Text Example
Text Example
White with #BA5BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BA7; }
p { color: rgb(186,91,167); }
H1.HeaderClassName
{
color: #BA5BA7;
}
.AnyTagClassName
{
color: #BA5BA7;
}
</style>
background-color css
<style>
a { background-color: #BA5BA7; }
a { background-color: rgb(186,91,167); }
div.DivClassName
{
background-color: #BA5BA7;
}
.BgClassName
{
background-color: #BA5BA7;
}
</style>
border-color css
<style>
span { border-color: #BA5BA7; }
span { border-color: rgb(186,91,167); }
td.TdClassName
{
border-color: #BA5BA7;
}
.TagClassName
{
border-color: #BA5BA7;
}
</style>