Shades of Fuchsia #BA4AB5
Tints of Fuchsia #BA4AB5
RGB
CMYK
RGB Variations
Color information
#BA4AB5 (or 0xBA4AB5) is known color: Fuchsia. HEX triplet: BA, 4A and B5. RGB value is (186,74,181). Sum of RGB (Red+Green+Blue) = 186+74+181=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AB5 is #45B54A. Grayscale: #777777. Windows color (decimal): -4568395 or 11881146. OLE color: 11881146.
HSL color Cylindrical-coordinate representation of color #BA4AB5: hue angle of 302.68º 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 #BA4AB5 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 181 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.27 |
| HSL | 302.68º | 0.45% | 0.51% | - |
| HSV(B) | 302.68º | 0.6% | 0.73% | - |
| XYZ | 31.04 | 18.67 | 45.68 | - |
| YUV | 119.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 181 | 0 | 0.60 | 0.03 | 0.27 | 302.68 | 0.45 | 0.51 |
| Hex | BA | 4A | B5 | 0 | 3C | 3 | 1B | 12F | 2D | 33 |
| Octal | 272 | 112 | 265 | 0 | 74 | 3 | 33 | 457 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10110101 | 0 | 111100 | 11 | 11011 | 100101111 | 101101 | 110011 |
Color Harmonies of #BA4AB5
Complementary color
Monochromatic Colors of #BA4AB5
Black with #BA4AB5
Text Example
Text Example
White with #BA4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AB5; }
p { color: rgb(186,74,181); }
H1.HeaderClassName
{
color: #BA4AB5;
}
.AnyTagClassName
{
color: #BA4AB5;
}
</style>
background-color css
<style>
a { background-color: #BA4AB5; }
a { background-color: rgb(186,74,181); }
div.DivClassName
{
background-color: #BA4AB5;
}
.BgClassName
{
background-color: #BA4AB5;
}
</style>
border-color css
<style>
span { border-color: #BA4AB5; }
span { border-color: rgb(186,74,181); }
td.TdClassName
{
border-color: #BA4AB5;
}
.TagClassName
{
border-color: #BA4AB5;
}
</style>