Shades of Fuchsia #BA60BA
Tints of Fuchsia #BA60BA
RGB
CMYK
RGB Variations
Color information
#BA60BA (or 0xBA60BA) is known color: Fuchsia. HEX triplet: BA, 60 and BA. RGB value is (186,96,186). Sum of RGB (Red+Green+Blue) = 186+96+186=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60BA is #459F45. Grayscale: #848484. Windows color (decimal): -4562758 or 12214458. OLE color: 12214458.
HSL color Cylindrical-coordinate representation of color #BA60BA: hue angle of 300º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60BA is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 186 | - |
| CMYK | 0 | 0.48 | 0 | 0.27 |
| HSL | 300º | 0.39% | 0.55% | - |
| HSV(B) | 300º | 0.48% | 0.73% | - |
| XYZ | 33.3 | 22.35 | 49.01 | - |
| YUV | 133.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 186 | 0 | 0.48 | 0 | 0.27 | 300 | 0.39 | 0.55 |
| Hex | BA | 60 | BA | 0 | 30 | 0 | 1B | 12C | 27 | 37 |
| Octal | 272 | 140 | 272 | 0 | 60 | 0 | 33 | 454 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10111010 | 0 | 110000 | 0 | 11011 | 100101100 | 100111 | 110111 |
Color Harmonies of #BA60BA
Complementary color
Monochromatic Colors of #BA60BA
Black with #BA60BA
Text Example
Text Example
White with #BA60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60BA; }
p { color: rgb(186,96,186); }
H1.HeaderClassName
{
color: #BA60BA;
}
.AnyTagClassName
{
color: #BA60BA;
}
</style>
background-color css
<style>
a { background-color: #BA60BA; }
a { background-color: rgb(186,96,186); }
div.DivClassName
{
background-color: #BA60BA;
}
.BgClassName
{
background-color: #BA60BA;
}
</style>
border-color css
<style>
span { border-color: #BA60BA; }
span { border-color: rgb(186,96,186); }
td.TdClassName
{
border-color: #BA60BA;
}
.TagClassName
{
border-color: #BA60BA;
}
</style>