Shades of Fuchsia #BA4CB0
Tints of Fuchsia #BA4CB0
RGB
CMYK
RGB Variations
Color information
#BA4CB0 (or 0xBA4CB0) is known color: Fuchsia. HEX triplet: BA, 4C and B0. RGB value is (186,76,176). Sum of RGB (Red+Green+Blue) = 186+76+176=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CB0 is #45B34F. Grayscale: #777777. Windows color (decimal): -4567888 or 11553978. OLE color: 11553978.
HSL color Cylindrical-coordinate representation of color #BA4CB0: hue angle of 305.45º 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 #BA4CB0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 176 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.27 |
| HSL | 305.45º | 0.44% | 0.51% | - |
| HSV(B) | 305.45º | 0.59% | 0.73% | - |
| XYZ | 30.67 | 18.74 | 43.08 | - |
| YUV | 120.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 176 | 0 | 0.59 | 0.05 | 0.27 | 305.45 | 0.44 | 0.51 |
| Hex | BA | 4C | B0 | 0 | 3B | 5 | 1B | 131 | 2C | 33 |
| Octal | 272 | 114 | 260 | 0 | 73 | 5 | 33 | 461 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10110000 | 0 | 111011 | 101 | 11011 | 100110001 | 101100 | 110011 |
Color Harmonies of #BA4CB0
Complementary color
Monochromatic Colors of #BA4CB0
Black with #BA4CB0
Text Example
Text Example
White with #BA4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CB0; }
p { color: rgb(186,76,176); }
H1.HeaderClassName
{
color: #BA4CB0;
}
.AnyTagClassName
{
color: #BA4CB0;
}
</style>
background-color css
<style>
a { background-color: #BA4CB0; }
a { background-color: rgb(186,76,176); }
div.DivClassName
{
background-color: #BA4CB0;
}
.BgClassName
{
background-color: #BA4CB0;
}
</style>
border-color css
<style>
span { border-color: #BA4CB0; }
span { border-color: rgb(186,76,176); }
td.TdClassName
{
border-color: #BA4CB0;
}
.TagClassName
{
border-color: #BA4CB0;
}
</style>