Shades of Fuchsia #BA4FB0
Tints of Fuchsia #BA4FB0
RGB
CMYK
RGB Variations
Color information
#BA4FB0 (or 0xBA4FB0) is known color: Fuchsia. HEX triplet: BA, 4F and B0. RGB value is (186,79,176). Sum of RGB (Red+Green+Blue) = 186+79+176=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FB0 is #45B04F. Grayscale: #797979. Windows color (decimal): -4567120 or 11554746. OLE color: 11554746.
HSL color Cylindrical-coordinate representation of color #BA4FB0: hue angle of 305.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FB0 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 176 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.27 |
| HSL | 305.61º | 0.44% | 0.52% | - |
| HSV(B) | 305.61º | 0.58% | 0.73% | - |
| XYZ | 30.88 | 19.17 | 43.15 | - |
| YUV | 122.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 176 | 0 | 0.58 | 0.05 | 0.27 | 305.61 | 0.44 | 0.52 |
| Hex | BA | 4F | B0 | 0 | 3A | 5 | 1B | 132 | 2C | 34 |
| Octal | 272 | 117 | 260 | 0 | 72 | 5 | 33 | 462 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10110000 | 0 | 111010 | 101 | 11011 | 100110010 | 101100 | 110100 |
Color Harmonies of #BA4FB0
Complementary color
Monochromatic Colors of #BA4FB0
Black with #BA4FB0
Text Example
Text Example
White with #BA4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FB0; }
p { color: rgb(186,79,176); }
H1.HeaderClassName
{
color: #BA4FB0;
}
.AnyTagClassName
{
color: #BA4FB0;
}
</style>
background-color css
<style>
a { background-color: #BA4FB0; }
a { background-color: rgb(186,79,176); }
div.DivClassName
{
background-color: #BA4FB0;
}
.BgClassName
{
background-color: #BA4FB0;
}
</style>
border-color css
<style>
span { border-color: #BA4FB0; }
span { border-color: rgb(186,79,176); }
td.TdClassName
{
border-color: #BA4FB0;
}
.TagClassName
{
border-color: #BA4FB0;
}
</style>