Shades of Fuchsia #BA64AD
Tints of Fuchsia #BA64AD
RGB
CMYK
RGB Variations
Color information
#BA64AD (or 0xBA64AD) is known color: Fuchsia. HEX triplet: BA, 64 and AD. RGB value is (186,100,173). Sum of RGB (Red+Green+Blue) = 186+100+173=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64AD is #459B52. Grayscale: #858585. Windows color (decimal): -4561747 or 11363514. OLE color: 11363514.
HSL color Cylindrical-coordinate representation of color #BA64AD: hue angle of 309.07º 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 #BA64AD is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 173 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.27 |
| HSL | 309.07º | 0.38% | 0.56% | - |
| HSV(B) | 309.07º | 0.46% | 0.73% | - |
| XYZ | 32.35 | 22.57 | 42.19 | - |
| YUV | 134.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 173 | 0 | 0.46 | 0.07 | 0.27 | 309.07 | 0.38 | 0.56 |
| Hex | BA | 64 | AD | 0 | 2E | 7 | 1B | 135 | 26 | 38 |
| Octal | 272 | 144 | 255 | 0 | 56 | 7 | 33 | 465 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10101101 | 0 | 101110 | 111 | 11011 | 100110101 | 100110 | 111000 |
Color Harmonies of #BA64AD
Complementary color
Monochromatic Colors of #BA64AD
Black with #BA64AD
Text Example
Text Example
White with #BA64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64AD; }
p { color: rgb(186,100,173); }
H1.HeaderClassName
{
color: #BA64AD;
}
.AnyTagClassName
{
color: #BA64AD;
}
</style>
background-color css
<style>
a { background-color: #BA64AD; }
a { background-color: rgb(186,100,173); }
div.DivClassName
{
background-color: #BA64AD;
}
.BgClassName
{
background-color: #BA64AD;
}
</style>
border-color css
<style>
span { border-color: #BA64AD; }
span { border-color: rgb(186,100,173); }
td.TdClassName
{
border-color: #BA64AD;
}
.TagClassName
{
border-color: #BA64AD;
}
</style>