Shades of Fuchsia #BA64AA
Tints of Fuchsia #BA64AA
RGB
CMYK
RGB Variations
Color information
#BA64AA (or 0xBA64AA) is known color: Fuchsia. HEX triplet: BA, 64 and AA. RGB value is (186,100,170). Sum of RGB (Red+Green+Blue) = 186+100+170=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64AA is #459B55. Grayscale: #858585. Windows color (decimal): -4561750 or 11166906. OLE color: 11166906.
HSL color Cylindrical-coordinate representation of color #BA64AA: hue angle of 311.16º 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 #BA64AA is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 170 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.27 |
| HSL | 311.16º | 0.38% | 0.56% | - |
| HSV(B) | 311.16º | 0.46% | 0.73% | - |
| XYZ | 32.06 | 22.46 | 40.67 | - |
| YUV | 133.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 170 | 0 | 0.46 | 0.09 | 0.27 | 311.16 | 0.38 | 0.56 |
| Hex | BA | 64 | AA | 0 | 2E | 9 | 1B | 137 | 26 | 38 |
| Octal | 272 | 144 | 252 | 0 | 56 | 11 | 33 | 467 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10101010 | 0 | 101110 | 1001 | 11011 | 100110111 | 100110 | 111000 |
Color Harmonies of #BA64AA
Complementary color
Monochromatic Colors of #BA64AA
Black with #BA64AA
Text Example
Text Example
White with #BA64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64AA; }
p { color: rgb(186,100,170); }
H1.HeaderClassName
{
color: #BA64AA;
}
.AnyTagClassName
{
color: #BA64AA;
}
</style>
background-color css
<style>
a { background-color: #BA64AA; }
a { background-color: rgb(186,100,170); }
div.DivClassName
{
background-color: #BA64AA;
}
.BgClassName
{
background-color: #BA64AA;
}
</style>
border-color css
<style>
span { border-color: #BA64AA; }
span { border-color: rgb(186,100,170); }
td.TdClassName
{
border-color: #BA64AA;
}
.TagClassName
{
border-color: #BA64AA;
}
</style>