Shades of Fuchsia #BD56B0
Tints of Fuchsia #BD56B0
RGB
CMYK
RGB Variations
Color information
#BD56B0 (or 0xBD56B0) is known color: Fuchsia. HEX triplet: BD, 56 and B0. RGB value is (189,86,176). Sum of RGB (Red+Green+Blue) = 189+86+176=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD56B0 is #42A94F. Grayscale: #7E7E7E. Windows color (decimal): -4368720 or 11556541. OLE color: 11556541.
HSL color Cylindrical-coordinate representation of color #BD56B0: hue angle of 307.57º 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 #BD56B0 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 176 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.26 |
| HSL | 307.57º | 0.44% | 0.54% | - |
| HSV(B) | 307.57º | 0.54% | 0.74% | - |
| XYZ | 32.15 | 20.61 | 43.36 | - |
| YUV | 127.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 176 | 0 | 0.54 | 0.07 | 0.26 | 307.57 | 0.44 | 0.54 |
| Hex | BD | 56 | B0 | 0 | 36 | 7 | 1A | 134 | 2C | 36 |
| Octal | 275 | 126 | 260 | 0 | 66 | 7 | 32 | 464 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10110000 | 0 | 110110 | 111 | 11010 | 100110100 | 101100 | 110110 |
Color Harmonies of #BD56B0
Complementary color
Monochromatic Colors of #BD56B0
Black with #BD56B0
Text Example
Text Example
White with #BD56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56B0; }
p { color: rgb(189,86,176); }
H1.HeaderClassName
{
color: #BD56B0;
}
.AnyTagClassName
{
color: #BD56B0;
}
</style>
background-color css
<style>
a { background-color: #BD56B0; }
a { background-color: rgb(189,86,176); }
div.DivClassName
{
background-color: #BD56B0;
}
.BgClassName
{
background-color: #BD56B0;
}
</style>
border-color css
<style>
span { border-color: #BD56B0; }
span { border-color: rgb(189,86,176); }
td.TdClassName
{
border-color: #BD56B0;
}
.TagClassName
{
border-color: #BD56B0;
}
</style>