Shades of Fuchsia #BA50B9
Tints of Fuchsia #BA50B9
RGB
CMYK
RGB Variations
Color information
#BA50B9 (or 0xBA50B9) is known color: Fuchsia. HEX triplet: BA, 50 and B9. RGB value is (186,80,185). Sum of RGB (Red+Green+Blue) = 186+80+185=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50B9 is #45AF46. Grayscale: #7B7B7B. Windows color (decimal): -4566855 or 12144826. OLE color: 12144826.
HSL color Cylindrical-coordinate representation of color #BA50B9: hue angle of 300.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA50B9 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 185 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.27 |
| HSL | 300.57º | 0.43% | 0.52% | - |
| HSV(B) | 300.57º | 0.57% | 0.73% | - |
| XYZ | 31.88 | 19.68 | 48.02 | - |
| YUV | 123.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 185 | 0 | 0.57 | 0.01 | 0.27 | 300.57 | 0.43 | 0.52 |
| Hex | BA | 50 | B9 | 0 | 39 | 1 | 1B | 12D | 2B | 34 |
| Octal | 272 | 120 | 271 | 0 | 71 | 1 | 33 | 455 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10111001 | 0 | 111001 | 1 | 11011 | 100101101 | 101011 | 110100 |
Color Harmonies of #BA50B9
Complementary color
Monochromatic Colors of #BA50B9
Black with #BA50B9
Text Example
Text Example
White with #BA50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50B9; }
p { color: rgb(186,80,185); }
H1.HeaderClassName
{
color: #BA50B9;
}
.AnyTagClassName
{
color: #BA50B9;
}
</style>
background-color css
<style>
a { background-color: #BA50B9; }
a { background-color: rgb(186,80,185); }
div.DivClassName
{
background-color: #BA50B9;
}
.BgClassName
{
background-color: #BA50B9;
}
</style>
border-color css
<style>
span { border-color: #BA50B9; }
span { border-color: rgb(186,80,185); }
td.TdClassName
{
border-color: #BA50B9;
}
.TagClassName
{
border-color: #BA50B9;
}
</style>