Shades of Fuchsia #BD56A8
Tints of Fuchsia #BD56A8
RGB
CMYK
RGB Variations
Color information
#BD56A8 (or 0xBD56A8) is known color: Fuchsia. HEX triplet: BD, 56 and A8. RGB value is (189,86,168). Sum of RGB (Red+Green+Blue) = 189+86+168=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD56A8 is #42A957. Grayscale: #7D7D7D. Windows color (decimal): -4368728 or 11032253. OLE color: 11032253.
HSL color Cylindrical-coordinate representation of color #BD56A8: hue angle of 312.23º 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 #BD56A8 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 168 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.26 |
| HSL | 312.23º | 0.44% | 0.54% | - |
| HSV(B) | 312.23º | 0.54% | 0.74% | - |
| XYZ | 31.38 | 20.3 | 39.31 | - |
| YUV | 126.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 168 | 0 | 0.54 | 0.11 | 0.26 | 312.23 | 0.44 | 0.54 |
| Hex | BD | 56 | A8 | 0 | 36 | B | 1A | 138 | 2C | 36 |
| Octal | 275 | 126 | 250 | 0 | 66 | 13 | 32 | 470 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10101000 | 0 | 110110 | 1011 | 11010 | 100111000 | 101100 | 110110 |
Color Harmonies of #BD56A8
Complementary color
Monochromatic Colors of #BD56A8
Black with #BD56A8
Text Example
Text Example
White with #BD56A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56A8; }
p { color: rgb(189,86,168); }
H1.HeaderClassName
{
color: #BD56A8;
}
.AnyTagClassName
{
color: #BD56A8;
}
</style>
background-color css
<style>
a { background-color: #BD56A8; }
a { background-color: rgb(189,86,168); }
div.DivClassName
{
background-color: #BD56A8;
}
.BgClassName
{
background-color: #BD56A8;
}
</style>
border-color css
<style>
span { border-color: #BD56A8; }
span { border-color: rgb(189,86,168); }
td.TdClassName
{
border-color: #BD56A8;
}
.TagClassName
{
border-color: #BD56A8;
}
</style>