Shades of Fuchsia #BA61AB
Tints of Fuchsia #BA61AB
RGB
CMYK
RGB Variations
Color information
#BA61AB (or 0xBA61AB) is known color: Fuchsia. HEX triplet: BA, 61 and AB. RGB value is (186,97,171). Sum of RGB (Red+Green+Blue) = 186+97+171=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61AB is #459E54. Grayscale: #838383. Windows color (decimal): -4562517 or 11231674. OLE color: 11231674.
HSL color Cylindrical-coordinate representation of color #BA61AB: hue angle of 310.11º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61AB is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 171 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.27 |
| HSL | 310.11º | 0.39% | 0.55% | - |
| HSV(B) | 310.11º | 0.48% | 0.73% | - |
| XYZ | 31.88 | 21.93 | 41.08 | - |
| YUV | 132.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 171 | 0 | 0.48 | 0.08 | 0.27 | 310.11 | 0.39 | 0.55 |
| Hex | BA | 61 | AB | 0 | 30 | 8 | 1B | 136 | 27 | 37 |
| Octal | 272 | 141 | 253 | 0 | 60 | 10 | 33 | 466 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10101011 | 0 | 110000 | 1000 | 11011 | 100110110 | 100111 | 110111 |
Color Harmonies of #BA61AB
Complementary color
Monochromatic Colors of #BA61AB
Black with #BA61AB
Text Example
Text Example
White with #BA61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61AB; }
p { color: rgb(186,97,171); }
H1.HeaderClassName
{
color: #BA61AB;
}
.AnyTagClassName
{
color: #BA61AB;
}
</style>
background-color css
<style>
a { background-color: #BA61AB; }
a { background-color: rgb(186,97,171); }
div.DivClassName
{
background-color: #BA61AB;
}
.BgClassName
{
background-color: #BA61AB;
}
</style>
border-color css
<style>
span { border-color: #BA61AB; }
span { border-color: rgb(186,97,171); }
td.TdClassName
{
border-color: #BA61AB;
}
.TagClassName
{
border-color: #BA61AB;
}
</style>