Shades of Fuchsia #BA60B1
Tints of Fuchsia #BA60B1
RGB
CMYK
RGB Variations
Color information
#BA60B1 (or 0xBA60B1) is known color: Fuchsia. HEX triplet: BA, 60 and B1. RGB value is (186,96,177). Sum of RGB (Red+Green+Blue) = 186+96+177=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60B1 is #459F4E. Grayscale: #838383. Windows color (decimal): -4562767 or 11624634. OLE color: 11624634.
HSL color Cylindrical-coordinate representation of color #BA60B1: hue angle of 306º 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 #BA60B1 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 177 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.27 |
| HSL | 306º | 0.39% | 0.55% | - |
| HSV(B) | 306º | 0.48% | 0.73% | - |
| XYZ | 32.37 | 21.98 | 44.13 | - |
| YUV | 132.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 177 | 0 | 0.48 | 0.05 | 0.27 | 306 | 0.39 | 0.55 |
| Hex | BA | 60 | B1 | 0 | 30 | 5 | 1B | 132 | 27 | 37 |
| Octal | 272 | 140 | 261 | 0 | 60 | 5 | 33 | 462 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10110001 | 0 | 110000 | 101 | 11011 | 100110010 | 100111 | 110111 |
Color Harmonies of #BA60B1
Complementary color
Monochromatic Colors of #BA60B1
Black with #BA60B1
Text Example
Text Example
White with #BA60B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60B1; }
p { color: rgb(186,96,177); }
H1.HeaderClassName
{
color: #BA60B1;
}
.AnyTagClassName
{
color: #BA60B1;
}
</style>
background-color css
<style>
a { background-color: #BA60B1; }
a { background-color: rgb(186,96,177); }
div.DivClassName
{
background-color: #BA60B1;
}
.BgClassName
{
background-color: #BA60B1;
}
</style>
border-color css
<style>
span { border-color: #BA60B1; }
span { border-color: rgb(186,96,177); }
td.TdClassName
{
border-color: #BA60B1;
}
.TagClassName
{
border-color: #BA60B1;
}
</style>