Shades of Fuchsia #BA65AD
Tints of Fuchsia #BA65AD
RGB
CMYK
RGB Variations
Color information
#BA65AD (or 0xBA65AD) is known color: Fuchsia. HEX triplet: BA, 65 and AD. RGB value is (186,101,173). Sum of RGB (Red+Green+Blue) = 186+101+173=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AD is #459A52. Grayscale: #868686. Windows color (decimal): -4561491 or 11363770. OLE color: 11363770.
HSL color Cylindrical-coordinate representation of color #BA65AD: hue angle of 309.18º 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 #BA65AD is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 173 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.27 |
| HSL | 309.18º | 0.38% | 0.56% | - |
| HSV(B) | 309.18º | 0.46% | 0.73% | - |
| XYZ | 32.45 | 22.76 | 42.22 | - |
| YUV | 134.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 173 | 0 | 0.46 | 0.07 | 0.27 | 309.18 | 0.38 | 0.56 |
| Hex | BA | 65 | AD | 0 | 2E | 7 | 1B | 135 | 26 | 38 |
| Octal | 272 | 145 | 255 | 0 | 56 | 7 | 33 | 465 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10101101 | 0 | 101110 | 111 | 11011 | 100110101 | 100110 | 111000 |
Color Harmonies of #BA65AD
Complementary color
Monochromatic Colors of #BA65AD
Black with #BA65AD
Text Example
Text Example
White with #BA65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65AD; }
p { color: rgb(186,101,173); }
H1.HeaderClassName
{
color: #BA65AD;
}
.AnyTagClassName
{
color: #BA65AD;
}
</style>
background-color css
<style>
a { background-color: #BA65AD; }
a { background-color: rgb(186,101,173); }
div.DivClassName
{
background-color: #BA65AD;
}
.BgClassName
{
background-color: #BA65AD;
}
</style>
border-color css
<style>
span { border-color: #BA65AD; }
span { border-color: rgb(186,101,173); }
td.TdClassName
{
border-color: #BA65AD;
}
.TagClassName
{
border-color: #BA65AD;
}
</style>