Shades of Fuchsia #BA51B0
Tints of Fuchsia #BA51B0
RGB
CMYK
RGB Variations
Color information
#BA51B0 (or 0xBA51B0) is known color: Fuchsia. HEX triplet: BA, 51 and B0. RGB value is (186,81,176). Sum of RGB (Red+Green+Blue) = 186+81+176=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51B0 is #45AE4F. Grayscale: #7A7A7A. Windows color (decimal): -4566608 or 11555258. OLE color: 11555258.
HSL color Cylindrical-coordinate representation of color #BA51B0: hue angle of 305.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA51B0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 176 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.27 |
| HSL | 305.71º | 0.43% | 0.52% | - |
| HSV(B) | 305.71º | 0.56% | 0.73% | - |
| XYZ | 31.03 | 19.46 | 43.19 | - |
| YUV | 123.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 176 | 0 | 0.56 | 0.05 | 0.27 | 305.71 | 0.43 | 0.52 |
| Hex | BA | 51 | B0 | 0 | 38 | 5 | 1B | 132 | 2B | 34 |
| Octal | 272 | 121 | 260 | 0 | 70 | 5 | 33 | 462 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10110000 | 0 | 111000 | 101 | 11011 | 100110010 | 101011 | 110100 |
Color Harmonies of #BA51B0
Complementary color
Monochromatic Colors of #BA51B0
Black with #BA51B0
Text Example
Text Example
White with #BA51B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51B0; }
p { color: rgb(186,81,176); }
H1.HeaderClassName
{
color: #BA51B0;
}
.AnyTagClassName
{
color: #BA51B0;
}
</style>
background-color css
<style>
a { background-color: #BA51B0; }
a { background-color: rgb(186,81,176); }
div.DivClassName
{
background-color: #BA51B0;
}
.BgClassName
{
background-color: #BA51B0;
}
</style>
border-color css
<style>
span { border-color: #BA51B0; }
span { border-color: rgb(186,81,176); }
td.TdClassName
{
border-color: #BA51B0;
}
.TagClassName
{
border-color: #BA51B0;
}
</style>