Shades of Fuchsia #BA51BD
Tints of Fuchsia #BA51BD
RGB
CMYK
RGB Variations
Color information
#BA51BD (or 0xBA51BD) is known color: Fuchsia. HEX triplet: BA, 51 and BD. RGB value is (186,81,189). Sum of RGB (Red+Green+Blue) = 186+81+189=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51BD is #45AE42. Grayscale: #7C7C7C. Windows color (decimal): -4566595 or 12407226. OLE color: 12407226.
HSL color Cylindrical-coordinate representation of color #BA51BD: hue angle of 298.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA51BD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 81 | 189 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.26 |
| HSL | 298.33º | 0.45% | 0.53% | - |
| HSV(B) | 298.33º | 0.57% | 0.74% | - |
| XYZ | 32.38 | 20 | 50.3 | - |
| YUV | 124.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 189 | 0.02 | 0.57 | 0 | 0.26 | 298.33 | 0.45 | 0.53 |
| Hex | BA | 51 | BD | 2 | 39 | 0 | 1A | 12A | 2D | 35 |
| Octal | 272 | 121 | 275 | 2 | 71 | 0 | 32 | 452 | 55 | 65 |
| Binary | 10111010 | 1010001 | 10111101 | 10 | 111001 | 0 | 11010 | 100101010 | 101101 | 110101 |
Color Harmonies of #BA51BD
Complementary color
Monochromatic Colors of #BA51BD
Black with #BA51BD
Text Example
Text Example
White with #BA51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51BD; }
p { color: rgb(186,81,189); }
H1.HeaderClassName
{
color: #BA51BD;
}
.AnyTagClassName
{
color: #BA51BD;
}
</style>
background-color css
<style>
a { background-color: #BA51BD; }
a { background-color: rgb(186,81,189); }
div.DivClassName
{
background-color: #BA51BD;
}
.BgClassName
{
background-color: #BA51BD;
}
</style>
border-color css
<style>
span { border-color: #BA51BD; }
span { border-color: rgb(186,81,189); }
td.TdClassName
{
border-color: #BA51BD;
}
.TagClassName
{
border-color: #BA51BD;
}
</style>