Shades of Fuchsia #BA60B5
Tints of Fuchsia #BA60B5
RGB
CMYK
RGB Variations
Color information
#BA60B5 (or 0xBA60B5) is known color: Fuchsia. HEX triplet: BA, 60 and B5. RGB value is (186,96,181). Sum of RGB (Red+Green+Blue) = 186+96+181=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60B5 is #459F4A. Grayscale: #848484. Windows color (decimal): -4562763 or 11886778. OLE color: 11886778.
HSL color Cylindrical-coordinate representation of color #BA60B5: hue angle of 303.33º 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 #BA60B5 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 181 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.27 |
| HSL | 303.33º | 0.39% | 0.55% | - |
| HSV(B) | 303.33º | 0.48% | 0.73% | - |
| XYZ | 32.77 | 22.14 | 46.26 | - |
| YUV | 132.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 181 | 0 | 0.48 | 0.03 | 0.27 | 303.33 | 0.39 | 0.55 |
| Hex | BA | 60 | B5 | 0 | 30 | 3 | 1B | 12F | 27 | 37 |
| Octal | 272 | 140 | 265 | 0 | 60 | 3 | 33 | 457 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10110101 | 0 | 110000 | 11 | 11011 | 100101111 | 100111 | 110111 |
Color Harmonies of #BA60B5
Complementary color
Monochromatic Colors of #BA60B5
Black with #BA60B5
Text Example
Text Example
White with #BA60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60B5; }
p { color: rgb(186,96,181); }
H1.HeaderClassName
{
color: #BA60B5;
}
.AnyTagClassName
{
color: #BA60B5;
}
</style>
background-color css
<style>
a { background-color: #BA60B5; }
a { background-color: rgb(186,96,181); }
div.DivClassName
{
background-color: #BA60B5;
}
.BgClassName
{
background-color: #BA60B5;
}
</style>
border-color css
<style>
span { border-color: #BA60B5; }
span { border-color: rgb(186,96,181); }
td.TdClassName
{
border-color: #BA60B5;
}
.TagClassName
{
border-color: #BA60B5;
}
</style>