Shades of Fuchsia #BA4DB6
Tints of Fuchsia #BA4DB6
RGB
CMYK
RGB Variations
Color information
#BA4DB6 (or 0xBA4DB6) is known color: Fuchsia. HEX triplet: BA, 4D and B6. RGB value is (186,77,182). Sum of RGB (Red+Green+Blue) = 186+77+182=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DB6 is #45B249. Grayscale: #797979. Windows color (decimal): -4567626 or 11947450. OLE color: 11947450.
HSL color Cylindrical-coordinate representation of color #BA4DB6: hue angle of 302.2º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4DB6 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 182 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.27 |
| HSL | 302.2º | 0.44% | 0.52% | - |
| HSV(B) | 302.2º | 0.59% | 0.73% | - |
| XYZ | 31.35 | 19.12 | 46.3 | - |
| YUV | 121.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 182 | 0 | 0.59 | 0.02 | 0.27 | 302.2 | 0.44 | 0.52 |
| Hex | BA | 4D | B6 | 0 | 3B | 2 | 1B | 12E | 2C | 34 |
| Octal | 272 | 115 | 266 | 0 | 73 | 2 | 33 | 456 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10110110 | 0 | 111011 | 10 | 11011 | 100101110 | 101100 | 110100 |
Color Harmonies of #BA4DB6
Complementary color
Monochromatic Colors of #BA4DB6
Black with #BA4DB6
Text Example
Text Example
White with #BA4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DB6; }
p { color: rgb(186,77,182); }
H1.HeaderClassName
{
color: #BA4DB6;
}
.AnyTagClassName
{
color: #BA4DB6;
}
</style>
background-color css
<style>
a { background-color: #BA4DB6; }
a { background-color: rgb(186,77,182); }
div.DivClassName
{
background-color: #BA4DB6;
}
.BgClassName
{
background-color: #BA4DB6;
}
</style>
border-color css
<style>
span { border-color: #BA4DB6; }
span { border-color: rgb(186,77,182); }
td.TdClassName
{
border-color: #BA4DB6;
}
.TagClassName
{
border-color: #BA4DB6;
}
</style>