Shades of Fuchsia #BA4EB7
Tints of Fuchsia #BA4EB7
RGB
CMYK
RGB Variations
Color information
#BA4EB7 (or 0xBA4EB7) is known color: Fuchsia. HEX triplet: BA, 4E and B7. RGB value is (186,78,183). Sum of RGB (Red+Green+Blue) = 186+78+183=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EB7 is #45B148. Grayscale: #797979. Windows color (decimal): -4567369 or 12013242. OLE color: 12013242.
HSL color Cylindrical-coordinate representation of color #BA4EB7: hue angle of 301.67º 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 #BA4EB7 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 183 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.27 |
| HSL | 301.67º | 0.44% | 0.52% | - |
| HSV(B) | 301.67º | 0.58% | 0.73% | - |
| XYZ | 31.52 | 19.31 | 46.86 | - |
| YUV | 122.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 183 | 0 | 0.58 | 0.02 | 0.27 | 301.67 | 0.44 | 0.52 |
| Hex | BA | 4E | B7 | 0 | 3A | 2 | 1B | 12E | 2C | 34 |
| Octal | 272 | 116 | 267 | 0 | 72 | 2 | 33 | 456 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10110111 | 0 | 111010 | 10 | 11011 | 100101110 | 101100 | 110100 |
Color Harmonies of #BA4EB7
Complementary color
Monochromatic Colors of #BA4EB7
Black with #BA4EB7
Text Example
Text Example
White with #BA4EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EB7; }
p { color: rgb(186,78,183); }
H1.HeaderClassName
{
color: #BA4EB7;
}
.AnyTagClassName
{
color: #BA4EB7;
}
</style>
background-color css
<style>
a { background-color: #BA4EB7; }
a { background-color: rgb(186,78,183); }
div.DivClassName
{
background-color: #BA4EB7;
}
.BgClassName
{
background-color: #BA4EB7;
}
</style>
border-color css
<style>
span { border-color: #BA4EB7; }
span { border-color: rgb(186,78,183); }
td.TdClassName
{
border-color: #BA4EB7;
}
.TagClassName
{
border-color: #BA4EB7;
}
</style>