Shades of Fuchsia #BA65AC
Tints of Fuchsia #BA65AC
RGB
CMYK
RGB Variations
Color information
#BA65AC (or 0xBA65AC) is known color: Fuchsia. HEX triplet: BA, 65 and AC. RGB value is (186,101,172). Sum of RGB (Red+Green+Blue) = 186+101+172=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AC is #459A53. Grayscale: #868686. Windows color (decimal): -4561492 or 11298234. OLE color: 11298234.
HSL color Cylindrical-coordinate representation of color #BA65AC: hue angle of 309.88º 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 #BA65AC is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 172 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.27 |
| HSL | 309.88º | 0.38% | 0.56% | - |
| HSV(B) | 309.88º | 0.46% | 0.73% | - |
| XYZ | 32.35 | 22.73 | 41.71 | - |
| YUV | 134.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 172 | 0 | 0.46 | 0.08 | 0.27 | 309.88 | 0.38 | 0.56 |
| Hex | BA | 65 | AC | 0 | 2E | 8 | 1B | 136 | 26 | 38 |
| Octal | 272 | 145 | 254 | 0 | 56 | 10 | 33 | 466 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10101100 | 0 | 101110 | 1000 | 11011 | 100110110 | 100110 | 111000 |
Color Harmonies of #BA65AC
Complementary color
Monochromatic Colors of #BA65AC
Black with #BA65AC
Text Example
Text Example
White with #BA65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65AC; }
p { color: rgb(186,101,172); }
H1.HeaderClassName
{
color: #BA65AC;
}
.AnyTagClassName
{
color: #BA65AC;
}
</style>
background-color css
<style>
a { background-color: #BA65AC; }
a { background-color: rgb(186,101,172); }
div.DivClassName
{
background-color: #BA65AC;
}
.BgClassName
{
background-color: #BA65AC;
}
</style>
border-color css
<style>
span { border-color: #BA65AC; }
span { border-color: rgb(186,101,172); }
td.TdClassName
{
border-color: #BA65AC;
}
.TagClassName
{
border-color: #BA65AC;
}
</style>