Shades of Fuchsia #BA4CB5
Tints of Fuchsia #BA4CB5
RGB
CMYK
RGB Variations
Color information
#BA4CB5 (or 0xBA4CB5) is known color: Fuchsia. HEX triplet: BA, 4C and B5. RGB value is (186,76,181). Sum of RGB (Red+Green+Blue) = 186+76+181=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CB5 is #45B34A. Grayscale: #787878. Windows color (decimal): -4567883 or 11881658. OLE color: 11881658.
HSL color Cylindrical-coordinate representation of color #BA4CB5: hue angle of 302.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4CB5 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 181 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.27 |
| HSL | 302.73º | 0.44% | 0.51% | - |
| HSV(B) | 302.73º | 0.59% | 0.73% | - |
| XYZ | 31.17 | 18.94 | 45.73 | - |
| YUV | 120.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 181 | 0 | 0.59 | 0.03 | 0.27 | 302.73 | 0.44 | 0.51 |
| Hex | BA | 4C | B5 | 0 | 3B | 3 | 1B | 12F | 2C | 33 |
| Octal | 272 | 114 | 265 | 0 | 73 | 3 | 33 | 457 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10110101 | 0 | 111011 | 11 | 11011 | 100101111 | 101100 | 110011 |
Color Harmonies of #BA4CB5
Complementary color
Monochromatic Colors of #BA4CB5
Black with #BA4CB5
Text Example
Text Example
White with #BA4CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CB5; }
p { color: rgb(186,76,181); }
H1.HeaderClassName
{
color: #BA4CB5;
}
.AnyTagClassName
{
color: #BA4CB5;
}
</style>
background-color css
<style>
a { background-color: #BA4CB5; }
a { background-color: rgb(186,76,181); }
div.DivClassName
{
background-color: #BA4CB5;
}
.BgClassName
{
background-color: #BA4CB5;
}
</style>
border-color css
<style>
span { border-color: #BA4CB5; }
span { border-color: rgb(186,76,181); }
td.TdClassName
{
border-color: #BA4CB5;
}
.TagClassName
{
border-color: #BA4CB5;
}
</style>