Shades of Fuchsia #BA63AA
Tints of Fuchsia #BA63AA
RGB
CMYK
RGB Variations
Color information
#BA63AA (or 0xBA63AA) is known color: Fuchsia. HEX triplet: BA, 63 and AA. RGB value is (186,99,170). Sum of RGB (Red+Green+Blue) = 186+99+170=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63AA is #459C55. Grayscale: #848484. Windows color (decimal): -4562006 or 11166650. OLE color: 11166650.
HSL color Cylindrical-coordinate representation of color #BA63AA: hue angle of 311.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA63AA is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 170 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.27 |
| HSL | 311.03º | 0.39% | 0.56% | - |
| HSV(B) | 311.03º | 0.47% | 0.73% | - |
| XYZ | 31.97 | 22.27 | 40.64 | - |
| YUV | 133.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 170 | 0 | 0.47 | 0.09 | 0.27 | 311.03 | 0.39 | 0.56 |
| Hex | BA | 63 | AA | 0 | 2F | 9 | 1B | 137 | 27 | 38 |
| Octal | 272 | 143 | 252 | 0 | 57 | 11 | 33 | 467 | 47 | 70 |
| Binary | 10111010 | 1100011 | 10101010 | 0 | 101111 | 1001 | 11011 | 100110111 | 100111 | 111000 |
Color Harmonies of #BA63AA
Complementary color
Monochromatic Colors of #BA63AA
Black with #BA63AA
Text Example
Text Example
White with #BA63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63AA; }
p { color: rgb(186,99,170); }
H1.HeaderClassName
{
color: #BA63AA;
}
.AnyTagClassName
{
color: #BA63AA;
}
</style>
background-color css
<style>
a { background-color: #BA63AA; }
a { background-color: rgb(186,99,170); }
div.DivClassName
{
background-color: #BA63AA;
}
.BgClassName
{
background-color: #BA63AA;
}
</style>
border-color css
<style>
span { border-color: #BA63AA; }
span { border-color: rgb(186,99,170); }
td.TdClassName
{
border-color: #BA63AA;
}
.TagClassName
{
border-color: #BA63AA;
}
</style>