Shades of Fuchsia #BA65AA
Tints of Fuchsia #BA65AA
RGB
CMYK
RGB Variations
Color information
#BA65AA (or 0xBA65AA) is known color: Fuchsia. HEX triplet: BA, 65 and AA. RGB value is (186,101,170). Sum of RGB (Red+Green+Blue) = 186+101+170=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AA is #459A55. Grayscale: #868686. Windows color (decimal): -4561494 or 11167162. OLE color: 11167162.
HSL color Cylindrical-coordinate representation of color #BA65AA: hue angle of 311.29º 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 #BA65AA is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 170 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.27 |
| HSL | 311.29º | 0.38% | 0.56% | - |
| HSV(B) | 311.29º | 0.46% | 0.73% | - |
| XYZ | 32.16 | 22.65 | 40.71 | - |
| YUV | 134.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 170 | 0 | 0.46 | 0.09 | 0.27 | 311.29 | 0.38 | 0.56 |
| Hex | BA | 65 | AA | 0 | 2E | 9 | 1B | 137 | 26 | 38 |
| Octal | 272 | 145 | 252 | 0 | 56 | 11 | 33 | 467 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10101010 | 0 | 101110 | 1001 | 11011 | 100110111 | 100110 | 111000 |
Color Harmonies of #BA65AA
Complementary color
Monochromatic Colors of #BA65AA
Black with #BA65AA
Text Example
Text Example
White with #BA65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65AA; }
p { color: rgb(186,101,170); }
H1.HeaderClassName
{
color: #BA65AA;
}
.AnyTagClassName
{
color: #BA65AA;
}
</style>
background-color css
<style>
a { background-color: #BA65AA; }
a { background-color: rgb(186,101,170); }
div.DivClassName
{
background-color: #BA65AA;
}
.BgClassName
{
background-color: #BA65AA;
}
</style>
border-color css
<style>
span { border-color: #BA65AA; }
span { border-color: rgb(186,101,170); }
td.TdClassName
{
border-color: #BA65AA;
}
.TagClassName
{
border-color: #BA65AA;
}
</style>