Shades of Fuchsia #BA4AB2
Tints of Fuchsia #BA4AB2
RGB
CMYK
RGB Variations
Color information
#BA4AB2 (or 0xBA4AB2) is known color: Fuchsia. HEX triplet: BA, 4A and B2. RGB value is (186,74,178). Sum of RGB (Red+Green+Blue) = 186+74+178=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AB2 is #45B54D. Grayscale: #777777. Windows color (decimal): -4568398 or 11684538. OLE color: 11684538.
HSL color Cylindrical-coordinate representation of color #BA4AB2: hue angle of 304.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AB2 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 178 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.27 |
| HSL | 304.29º | 0.45% | 0.51% | - |
| HSV(B) | 304.29º | 0.6% | 0.73% | - |
| XYZ | 30.73 | 18.55 | 44.08 | - |
| YUV | 119.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 178 | 0 | 0.60 | 0.04 | 0.27 | 304.29 | 0.45 | 0.51 |
| Hex | BA | 4A | B2 | 0 | 3C | 4 | 1B | 130 | 2D | 33 |
| Octal | 272 | 112 | 262 | 0 | 74 | 4 | 33 | 460 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10110010 | 0 | 111100 | 100 | 11011 | 100110000 | 101101 | 110011 |
Color Harmonies of #BA4AB2
Complementary color
Monochromatic Colors of #BA4AB2
Black with #BA4AB2
Text Example
Text Example
White with #BA4AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AB2; }
p { color: rgb(186,74,178); }
H1.HeaderClassName
{
color: #BA4AB2;
}
.AnyTagClassName
{
color: #BA4AB2;
}
</style>
background-color css
<style>
a { background-color: #BA4AB2; }
a { background-color: rgb(186,74,178); }
div.DivClassName
{
background-color: #BA4AB2;
}
.BgClassName
{
background-color: #BA4AB2;
}
</style>
border-color css
<style>
span { border-color: #BA4AB2; }
span { border-color: rgb(186,74,178); }
td.TdClassName
{
border-color: #BA4AB2;
}
.TagClassName
{
border-color: #BA4AB2;
}
</style>