Shades of Fuchsia #BD56B1
Tints of Fuchsia #BD56B1
RGB
CMYK
RGB Variations
Color information
#BD56B1 (or 0xBD56B1) is known color: Fuchsia. HEX triplet: BD, 56 and B1. RGB value is (189,86,177). Sum of RGB (Red+Green+Blue) = 189+86+177=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD56B1 is #42A94E. Grayscale: #7E7E7E. Windows color (decimal): -4368719 or 11622077. OLE color: 11622077.
HSL color Cylindrical-coordinate representation of color #BD56B1: hue angle of 306.99º 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 #BD56B1 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 177 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.26 |
| HSL | 306.99º | 0.44% | 0.54% | - |
| HSV(B) | 306.99º | 0.54% | 0.74% | - |
| XYZ | 32.25 | 20.65 | 43.88 | - |
| YUV | 127.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 177 | 0 | 0.54 | 0.06 | 0.26 | 306.99 | 0.44 | 0.54 |
| Hex | BD | 56 | B1 | 0 | 36 | 6 | 1A | 133 | 2C | 36 |
| Octal | 275 | 126 | 261 | 0 | 66 | 6 | 32 | 463 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10110001 | 0 | 110110 | 110 | 11010 | 100110011 | 101100 | 110110 |
Color Harmonies of #BD56B1
Complementary color
Monochromatic Colors of #BD56B1
Black with #BD56B1
Text Example
Text Example
White with #BD56B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56B1; }
p { color: rgb(189,86,177); }
H1.HeaderClassName
{
color: #BD56B1;
}
.AnyTagClassName
{
color: #BD56B1;
}
</style>
background-color css
<style>
a { background-color: #BD56B1; }
a { background-color: rgb(189,86,177); }
div.DivClassName
{
background-color: #BD56B1;
}
.BgClassName
{
background-color: #BD56B1;
}
</style>
border-color css
<style>
span { border-color: #BD56B1; }
span { border-color: rgb(189,86,177); }
td.TdClassName
{
border-color: #BD56B1;
}
.TagClassName
{
border-color: #BD56B1;
}
</style>