Shades of Fuchsia #BA55B9
Tints of Fuchsia #BA55B9
RGB
CMYK
RGB Variations
Color information
#BA55B9 (or 0xBA55B9) is known color: Fuchsia. HEX triplet: BA, 55 and B9. RGB value is (186,85,185). Sum of RGB (Red+Green+Blue) = 186+85+185=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55B9 is #45AA46. Grayscale: #7E7E7E. Windows color (decimal): -4565575 or 12146106. OLE color: 12146106.
HSL color Cylindrical-coordinate representation of color #BA55B9: hue angle of 300.59º 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 #BA55B9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 185 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.27 |
| HSL | 300.59º | 0.42% | 0.53% | - |
| HSV(B) | 300.59º | 0.54% | 0.73% | - |
| XYZ | 32.26 | 20.44 | 48.14 | - |
| YUV | 126.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 185 | 0 | 0.54 | 0.01 | 0.27 | 300.59 | 0.42 | 0.53 |
| Hex | BA | 55 | B9 | 0 | 36 | 1 | 1B | 12D | 2A | 35 |
| Octal | 272 | 125 | 271 | 0 | 66 | 1 | 33 | 455 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10111001 | 0 | 110110 | 1 | 11011 | 100101101 | 101010 | 110101 |
Color Harmonies of #BA55B9
Complementary color
Monochromatic Colors of #BA55B9
Black with #BA55B9
Text Example
Text Example
White with #BA55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55B9; }
p { color: rgb(186,85,185); }
H1.HeaderClassName
{
color: #BA55B9;
}
.AnyTagClassName
{
color: #BA55B9;
}
</style>
background-color css
<style>
a { background-color: #BA55B9; }
a { background-color: rgb(186,85,185); }
div.DivClassName
{
background-color: #BA55B9;
}
.BgClassName
{
background-color: #BA55B9;
}
</style>
border-color css
<style>
span { border-color: #BA55B9; }
span { border-color: rgb(186,85,185); }
td.TdClassName
{
border-color: #BA55B9;
}
.TagClassName
{
border-color: #BA55B9;
}
</style>