Shades of Fuchsia #BA4CB2
Tints of Fuchsia #BA4CB2
RGB
CMYK
RGB Variations
Color information
#BA4CB2 (or 0xBA4CB2) is known color: Fuchsia. HEX triplet: BA, 4C and B2. RGB value is (186,76,178). Sum of RGB (Red+Green+Blue) = 186+76+178=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4CB2 is #45B34D. Grayscale: #787878. Windows color (decimal): -4567886 or 11685050. OLE color: 11685050.
HSL color Cylindrical-coordinate representation of color #BA4CB2: hue angle of 304.36º 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 #BA4CB2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 178 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.27 |
| HSL | 304.36º | 0.44% | 0.51% | - |
| HSV(B) | 304.36º | 0.59% | 0.73% | - |
| XYZ | 30.87 | 18.82 | 44.13 | - |
| YUV | 120.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 178 | 0 | 0.59 | 0.04 | 0.27 | 304.36 | 0.44 | 0.51 |
| Hex | BA | 4C | B2 | 0 | 3B | 4 | 1B | 130 | 2C | 33 |
| Octal | 272 | 114 | 262 | 0 | 73 | 4 | 33 | 460 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10110010 | 0 | 111011 | 100 | 11011 | 100110000 | 101100 | 110011 |
Color Harmonies of #BA4CB2
Complementary color
Monochromatic Colors of #BA4CB2
Black with #BA4CB2
Text Example
Text Example
White with #BA4CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CB2; }
p { color: rgb(186,76,178); }
H1.HeaderClassName
{
color: #BA4CB2;
}
.AnyTagClassName
{
color: #BA4CB2;
}
</style>
background-color css
<style>
a { background-color: #BA4CB2; }
a { background-color: rgb(186,76,178); }
div.DivClassName
{
background-color: #BA4CB2;
}
.BgClassName
{
background-color: #BA4CB2;
}
</style>
border-color css
<style>
span { border-color: #BA4CB2; }
span { border-color: rgb(186,76,178); }
td.TdClassName
{
border-color: #BA4CB2;
}
.TagClassName
{
border-color: #BA4CB2;
}
</style>