Shades of Fuchsia #BA55B7
Tints of Fuchsia #BA55B7
RGB
CMYK
RGB Variations
Color information
#BA55B7 (or 0xBA55B7) is known color: Fuchsia. HEX triplet: BA, 55 and B7. RGB value is (186,85,183). Sum of RGB (Red+Green+Blue) = 186+85+183=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55B7 is #45AA48. Grayscale: #7E7E7E. Windows color (decimal): -4565577 or 12015034. OLE color: 12015034.
HSL color Cylindrical-coordinate representation of color #BA55B7: hue angle of 301.78º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA55B7 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 183 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.27 |
| HSL | 301.78º | 0.42% | 0.53% | - |
| HSV(B) | 301.78º | 0.54% | 0.73% | - |
| XYZ | 32.05 | 20.36 | 47.04 | - |
| YUV | 126.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 183 | 0 | 0.54 | 0.02 | 0.27 | 301.78 | 0.42 | 0.53 |
| Hex | BA | 55 | B7 | 0 | 36 | 2 | 1B | 12E | 2A | 35 |
| Octal | 272 | 125 | 267 | 0 | 66 | 2 | 33 | 456 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10110111 | 0 | 110110 | 10 | 11011 | 100101110 | 101010 | 110101 |
Color Harmonies of #BA55B7
Complementary color
Monochromatic Colors of #BA55B7
Black with #BA55B7
Text Example
Text Example
White with #BA55B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55B7; }
p { color: rgb(186,85,183); }
H1.HeaderClassName
{
color: #BA55B7;
}
.AnyTagClassName
{
color: #BA55B7;
}
</style>
background-color css
<style>
a { background-color: #BA55B7; }
a { background-color: rgb(186,85,183); }
div.DivClassName
{
background-color: #BA55B7;
}
.BgClassName
{
background-color: #BA55B7;
}
</style>
border-color css
<style>
span { border-color: #BA55B7; }
span { border-color: rgb(186,85,183); }
td.TdClassName
{
border-color: #BA55B7;
}
.TagClassName
{
border-color: #BA55B7;
}
</style>