Shades of Fuchsia #BA60B3
Tints of Fuchsia #BA60B3
RGB
CMYK
RGB Variations
Color information
#BA60B3 (or 0xBA60B3) is known color: Fuchsia. HEX triplet: BA, 60 and B3. RGB value is (186,96,179). Sum of RGB (Red+Green+Blue) = 186+96+179=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60B3 is #459F4C. Grayscale: #848484. Windows color (decimal): -4562765 or 11755706. OLE color: 11755706.
HSL color Cylindrical-coordinate representation of color #BA60B3: hue angle of 304.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 #BA60B3 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 179 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.27 |
| HSL | 304.67º | 0.39% | 0.55% | - |
| HSV(B) | 304.67º | 0.48% | 0.73% | - |
| XYZ | 32.57 | 22.06 | 45.19 | - |
| YUV | 132.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 179 | 0 | 0.48 | 0.04 | 0.27 | 304.67 | 0.39 | 0.55 |
| Hex | BA | 60 | B3 | 0 | 30 | 4 | 1B | 131 | 27 | 37 |
| Octal | 272 | 140 | 263 | 0 | 60 | 4 | 33 | 461 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10110011 | 0 | 110000 | 100 | 11011 | 100110001 | 100111 | 110111 |
Color Harmonies of #BA60B3
Complementary color
Monochromatic Colors of #BA60B3
Black with #BA60B3
Text Example
Text Example
White with #BA60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60B3; }
p { color: rgb(186,96,179); }
H1.HeaderClassName
{
color: #BA60B3;
}
.AnyTagClassName
{
color: #BA60B3;
}
</style>
background-color css
<style>
a { background-color: #BA60B3; }
a { background-color: rgb(186,96,179); }
div.DivClassName
{
background-color: #BA60B3;
}
.BgClassName
{
background-color: #BA60B3;
}
</style>
border-color css
<style>
span { border-color: #BA60B3; }
span { border-color: rgb(186,96,179); }
td.TdClassName
{
border-color: #BA60B3;
}
.TagClassName
{
border-color: #BA60B3;
}
</style>