Shades of Fuchsia #BA5DB0
Tints of Fuchsia #BA5DB0
RGB
CMYK
RGB Variations
Color information
#BA5DB0 (or 0xBA5DB0) is known color: Fuchsia. HEX triplet: BA, 5D and B0. RGB value is (186,93,176). Sum of RGB (Red+Green+Blue) = 186+93+176=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DB0 is #45A24F. Grayscale: #828282. Windows color (decimal): -4563536 or 11558330. OLE color: 11558330.
HSL color Cylindrical-coordinate representation of color #BA5DB0: hue angle of 306.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5DB0 is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 176 | - |
| CMYK | 0 | 0.5 | 0.05 | 0.27 |
| HSL | 306.45º | 0.4% | 0.55% | - |
| HSV(B) | 306.45º | 0.5% | 0.73% | - |
| XYZ | 32 | 21.4 | 43.52 | - |
| YUV | 130.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 176 | 0 | 0.5 | 0.05 | 0.27 | 306.45 | 0.4 | 0.55 |
| Hex | BA | 5D | B0 | 0 | 32 | 5 | 1B | 132 | 28 | 37 |
| Octal | 272 | 135 | 260 | 0 | 62 | 5 | 33 | 462 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10110000 | 0 | 110010 | 101 | 11011 | 100110010 | 101000 | 110111 |
Color Harmonies of #BA5DB0
Complementary color
Monochromatic Colors of #BA5DB0
Black with #BA5DB0
Text Example
Text Example
White with #BA5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DB0; }
p { color: rgb(186,93,176); }
H1.HeaderClassName
{
color: #BA5DB0;
}
.AnyTagClassName
{
color: #BA5DB0;
}
</style>
background-color css
<style>
a { background-color: #BA5DB0; }
a { background-color: rgb(186,93,176); }
div.DivClassName
{
background-color: #BA5DB0;
}
.BgClassName
{
background-color: #BA5DB0;
}
</style>
border-color css
<style>
span { border-color: #BA5DB0; }
span { border-color: rgb(186,93,176); }
td.TdClassName
{
border-color: #BA5DB0;
}
.TagClassName
{
border-color: #BA5DB0;
}
</style>