Shades of Fuchsia #BD56A9
Tints of Fuchsia #BD56A9
RGB
CMYK
RGB Variations
Color information
#BD56A9 (or 0xBD56A9) is known color: Fuchsia. HEX triplet: BD, 56 and A9. RGB value is (189,86,169). Sum of RGB (Red+Green+Blue) = 189+86+169=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD56A9 is #42A956. Grayscale: #7E7E7E. Windows color (decimal): -4368727 or 11097789. OLE color: 11097789.
HSL color Cylindrical-coordinate representation of color #BD56A9: hue angle of 311.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD56A9 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 169 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.26 |
| HSL | 311.65º | 0.44% | 0.54% | - |
| HSV(B) | 311.65º | 0.54% | 0.74% | - |
| XYZ | 31.48 | 20.34 | 39.8 | - |
| YUV | 126.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 169 | 0 | 0.54 | 0.11 | 0.26 | 311.65 | 0.44 | 0.54 |
| Hex | BD | 56 | A9 | 0 | 36 | B | 1A | 138 | 2C | 36 |
| Octal | 275 | 126 | 251 | 0 | 66 | 13 | 32 | 470 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10101001 | 0 | 110110 | 1011 | 11010 | 100111000 | 101100 | 110110 |
Color Harmonies of #BD56A9
Complementary color
Monochromatic Colors of #BD56A9
Black with #BD56A9
Text Example
Text Example
White with #BD56A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56A9; }
p { color: rgb(189,86,169); }
H1.HeaderClassName
{
color: #BD56A9;
}
.AnyTagClassName
{
color: #BD56A9;
}
</style>
background-color css
<style>
a { background-color: #BD56A9; }
a { background-color: rgb(189,86,169); }
div.DivClassName
{
background-color: #BD56A9;
}
.BgClassName
{
background-color: #BD56A9;
}
</style>
border-color css
<style>
span { border-color: #BD56A9; }
span { border-color: rgb(189,86,169); }
td.TdClassName
{
border-color: #BD56A9;
}
.TagClassName
{
border-color: #BD56A9;
}
</style>