Shades of Fuchsia #BA50BD
Tints of Fuchsia #BA50BD
RGB
CMYK
RGB Variations
Color information
#BA50BD (or 0xBA50BD) is known color: Fuchsia. HEX triplet: BA, 50 and BD. RGB value is (186,80,189). Sum of RGB (Red+Green+Blue) = 186+80+189=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50BD is #45AF42. Grayscale: #7B7B7B. Windows color (decimal): -4566851 or 12406970. OLE color: 12406970.
HSL color Cylindrical-coordinate representation of color #BA50BD: hue angle of 298.35º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA50BD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 80 | 189 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.26 |
| HSL | 298.35º | 0.45% | 0.53% | - |
| HSV(B) | 298.35º | 0.58% | 0.74% | - |
| XYZ | 32.3 | 19.85 | 50.27 | - |
| YUV | 124.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 189 | 0.02 | 0.58 | 0 | 0.26 | 298.35 | 0.45 | 0.53 |
| Hex | BA | 50 | BD | 2 | 3A | 0 | 1A | 12A | 2D | 35 |
| Octal | 272 | 120 | 275 | 2 | 72 | 0 | 32 | 452 | 55 | 65 |
| Binary | 10111010 | 1010000 | 10111101 | 10 | 111010 | 0 | 11010 | 100101010 | 101101 | 110101 |
Color Harmonies of #BA50BD
Complementary color
Monochromatic Colors of #BA50BD
Black with #BA50BD
Text Example
Text Example
White with #BA50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50BD; }
p { color: rgb(186,80,189); }
H1.HeaderClassName
{
color: #BA50BD;
}
.AnyTagClassName
{
color: #BA50BD;
}
</style>
background-color css
<style>
a { background-color: #BA50BD; }
a { background-color: rgb(186,80,189); }
div.DivClassName
{
background-color: #BA50BD;
}
.BgClassName
{
background-color: #BA50BD;
}
</style>
border-color css
<style>
span { border-color: #BA50BD; }
span { border-color: rgb(186,80,189); }
td.TdClassName
{
border-color: #BA50BD;
}
.TagClassName
{
border-color: #BA50BD;
}
</style>