Shades of Fuchsia #BA58B9
Tints of Fuchsia #BA58B9
RGB
CMYK
RGB Variations
Color information
#BA58B9 (or 0xBA58B9) is known color: Fuchsia. HEX triplet: BA, 58 and B9. RGB value is (186,88,185). Sum of RGB (Red+Green+Blue) = 186+88+185=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58B9 is #45A746. Grayscale: #808080. Windows color (decimal): -4564807 or 12146874. OLE color: 12146874.
HSL color Cylindrical-coordinate representation of color #BA58B9: hue angle of 300.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA58B9 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 185 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.27 |
| HSL | 300.61º | 0.42% | 0.54% | - |
| HSV(B) | 300.61º | 0.53% | 0.73% | - |
| XYZ | 32.5 | 20.92 | 48.22 | - |
| YUV | 128.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 185 | 0 | 0.53 | 0.01 | 0.27 | 300.61 | 0.42 | 0.54 |
| Hex | BA | 58 | B9 | 0 | 35 | 1 | 1B | 12D | 2A | 36 |
| Octal | 272 | 130 | 271 | 0 | 65 | 1 | 33 | 455 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10111001 | 0 | 110101 | 1 | 11011 | 100101101 | 101010 | 110110 |
Color Harmonies of #BA58B9
Complementary color
Monochromatic Colors of #BA58B9
Black with #BA58B9
Text Example
Text Example
White with #BA58B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58B9; }
p { color: rgb(186,88,185); }
H1.HeaderClassName
{
color: #BA58B9;
}
.AnyTagClassName
{
color: #BA58B9;
}
</style>
background-color css
<style>
a { background-color: #BA58B9; }
a { background-color: rgb(186,88,185); }
div.DivClassName
{
background-color: #BA58B9;
}
.BgClassName
{
background-color: #BA58B9;
}
</style>
border-color css
<style>
span { border-color: #BA58B9; }
span { border-color: rgb(186,88,185); }
td.TdClassName
{
border-color: #BA58B9;
}
.TagClassName
{
border-color: #BA58B9;
}
</style>