Shades of Fuchsia #BA55B0
Tints of Fuchsia #BA55B0
RGB
CMYK
RGB Variations
Color information
#BA55B0 (or 0xBA55B0) is known color: Fuchsia. HEX triplet: BA, 55 and B0. RGB value is (186,85,176). Sum of RGB (Red+Green+Blue) = 186+85+176=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55B0 is #45AA4F. Grayscale: #7D7D7D. Windows color (decimal): -4565584 or 11556282. OLE color: 11556282.
HSL color Cylindrical-coordinate representation of color #BA55B0: hue angle of 305.94º 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 #BA55B0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 176 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.27 |
| HSL | 305.94º | 0.42% | 0.53% | - |
| HSV(B) | 305.94º | 0.54% | 0.73% | - |
| XYZ | 31.33 | 20.07 | 43.3 | - |
| YUV | 125.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 176 | 0 | 0.54 | 0.05 | 0.27 | 305.94 | 0.42 | 0.53 |
| Hex | BA | 55 | B0 | 0 | 36 | 5 | 1B | 132 | 2A | 35 |
| Octal | 272 | 125 | 260 | 0 | 66 | 5 | 33 | 462 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10110000 | 0 | 110110 | 101 | 11011 | 100110010 | 101010 | 110101 |
Color Harmonies of #BA55B0
Complementary color
Monochromatic Colors of #BA55B0
Black with #BA55B0
Text Example
Text Example
White with #BA55B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55B0; }
p { color: rgb(186,85,176); }
H1.HeaderClassName
{
color: #BA55B0;
}
.AnyTagClassName
{
color: #BA55B0;
}
</style>
background-color css
<style>
a { background-color: #BA55B0; }
a { background-color: rgb(186,85,176); }
div.DivClassName
{
background-color: #BA55B0;
}
.BgClassName
{
background-color: #BA55B0;
}
</style>
border-color css
<style>
span { border-color: #BA55B0; }
span { border-color: rgb(186,85,176); }
td.TdClassName
{
border-color: #BA55B0;
}
.TagClassName
{
border-color: #BA55B0;
}
</style>