Shades of Fuchsia #BA60B9
Tints of Fuchsia #BA60B9
RGB
CMYK
RGB Variations
Color information
#BA60B9 (or 0xBA60B9) is known color: Fuchsia. HEX triplet: BA, 60 and B9. RGB value is (186,96,185). Sum of RGB (Red+Green+Blue) = 186+96+185=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60B9 is #459F46. Grayscale: #848484. Windows color (decimal): -4562759 or 12148922. OLE color: 12148922.
HSL color Cylindrical-coordinate representation of color #BA60B9: hue angle of 300.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 #BA60B9 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 185 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.27 |
| HSL | 300.67º | 0.39% | 0.55% | - |
| HSV(B) | 300.67º | 0.48% | 0.73% | - |
| XYZ | 33.19 | 22.31 | 48.46 | - |
| YUV | 133.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 185 | 0 | 0.48 | 0.01 | 0.27 | 300.67 | 0.39 | 0.55 |
| Hex | BA | 60 | B9 | 0 | 30 | 1 | 1B | 12D | 27 | 37 |
| Octal | 272 | 140 | 271 | 0 | 60 | 1 | 33 | 455 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10111001 | 0 | 110000 | 1 | 11011 | 100101101 | 100111 | 110111 |
Color Harmonies of #BA60B9
Complementary color
Monochromatic Colors of #BA60B9
Black with #BA60B9
Text Example
Text Example
White with #BA60B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60B9; }
p { color: rgb(186,96,185); }
H1.HeaderClassName
{
color: #BA60B9;
}
.AnyTagClassName
{
color: #BA60B9;
}
</style>
background-color css
<style>
a { background-color: #BA60B9; }
a { background-color: rgb(186,96,185); }
div.DivClassName
{
background-color: #BA60B9;
}
.BgClassName
{
background-color: #BA60B9;
}
</style>
border-color css
<style>
span { border-color: #BA60B9; }
span { border-color: rgb(186,96,185); }
td.TdClassName
{
border-color: #BA60B9;
}
.TagClassName
{
border-color: #BA60B9;
}
</style>