Shades of Fuchsia #BA65AB
Tints of Fuchsia #BA65AB
RGB
CMYK
RGB Variations
Color information
#BA65AB (or 0xBA65AB) is known color: Fuchsia. HEX triplet: BA, 65 and AB. RGB value is (186,101,171). Sum of RGB (Red+Green+Blue) = 186+101+171=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AB is #459A54. Grayscale: #868686. Windows color (decimal): -4561493 or 11232698. OLE color: 11232698.
HSL color Cylindrical-coordinate representation of color #BA65AB: hue angle of 310.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA65AB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 171 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.27 |
| HSL | 310.59º | 0.38% | 0.56% | - |
| HSV(B) | 310.59º | 0.46% | 0.73% | - |
| XYZ | 32.25 | 22.69 | 41.21 | - |
| YUV | 134.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 171 | 0 | 0.46 | 0.08 | 0.27 | 310.59 | 0.38 | 0.56 |
| Hex | BA | 65 | AB | 0 | 2E | 8 | 1B | 137 | 26 | 38 |
| Octal | 272 | 145 | 253 | 0 | 56 | 10 | 33 | 467 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10101011 | 0 | 101110 | 1000 | 11011 | 100110111 | 100110 | 111000 |
Color Harmonies of #BA65AB
Complementary color
Monochromatic Colors of #BA65AB
Black with #BA65AB
Text Example
Text Example
White with #BA65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65AB; }
p { color: rgb(186,101,171); }
H1.HeaderClassName
{
color: #BA65AB;
}
.AnyTagClassName
{
color: #BA65AB;
}
</style>
background-color css
<style>
a { background-color: #BA65AB; }
a { background-color: rgb(186,101,171); }
div.DivClassName
{
background-color: #BA65AB;
}
.BgClassName
{
background-color: #BA65AB;
}
</style>
border-color css
<style>
span { border-color: #BA65AB; }
span { border-color: rgb(186,101,171); }
td.TdClassName
{
border-color: #BA65AB;
}
.TagClassName
{
border-color: #BA65AB;
}
</style>