Shades of Fuchsia #BA60B0
Tints of Fuchsia #BA60B0
RGB
CMYK
RGB Variations
Color information
#BA60B0 (or 0xBA60B0) is known color: Fuchsia. HEX triplet: BA, 60 and B0. RGB value is (186,96,176). Sum of RGB (Red+Green+Blue) = 186+96+176=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60B0 is #459F4F. Grayscale: #838383. Windows color (decimal): -4562768 or 11559098. OLE color: 11559098.
HSL color Cylindrical-coordinate representation of color #BA60B0: hue angle of 306.67º 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 #BA60B0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 176 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.27 |
| HSL | 306.67º | 0.39% | 0.55% | - |
| HSV(B) | 306.67º | 0.48% | 0.73% | - |
| XYZ | 32.27 | 21.94 | 43.61 | - |
| YUV | 132.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 176 | 0 | 0.48 | 0.05 | 0.27 | 306.67 | 0.39 | 0.55 |
| Hex | BA | 60 | B0 | 0 | 30 | 5 | 1B | 133 | 27 | 37 |
| Octal | 272 | 140 | 260 | 0 | 60 | 5 | 33 | 463 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10110000 | 0 | 110000 | 101 | 11011 | 100110011 | 100111 | 110111 |
Color Harmonies of #BA60B0
Complementary color
Monochromatic Colors of #BA60B0
Black with #BA60B0
Text Example
Text Example
White with #BA60B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60B0; }
p { color: rgb(186,96,176); }
H1.HeaderClassName
{
color: #BA60B0;
}
.AnyTagClassName
{
color: #BA60B0;
}
</style>
background-color css
<style>
a { background-color: #BA60B0; }
a { background-color: rgb(186,96,176); }
div.DivClassName
{
background-color: #BA60B0;
}
.BgClassName
{
background-color: #BA60B0;
}
</style>
border-color css
<style>
span { border-color: #BA60B0; }
span { border-color: rgb(186,96,176); }
td.TdClassName
{
border-color: #BA60B0;
}
.TagClassName
{
border-color: #BA60B0;
}
</style>