Shades of Fuchsia #BD56B6
Tints of Fuchsia #BD56B6
RGB
CMYK
RGB Variations
Color information
#BD56B6 (or 0xBD56B6) is known color: Fuchsia. HEX triplet: BD, 56 and B6. RGB value is (189,86,182). Sum of RGB (Red+Green+Blue) = 189+86+182=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56B6 is #42A949. Grayscale: #7F7F7F. Windows color (decimal): -4368714 or 11949757. OLE color: 11949757.
HSL color Cylindrical-coordinate representation of color #BD56B6: hue angle of 304.08º 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 #BD56B6 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 182 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.26 |
| HSL | 304.08º | 0.44% | 0.54% | - |
| HSV(B) | 304.08º | 0.54% | 0.74% | - |
| XYZ | 32.76 | 20.85 | 46.55 | - |
| YUV | 127.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 182 | 0 | 0.54 | 0.04 | 0.26 | 304.08 | 0.44 | 0.54 |
| Hex | BD | 56 | B6 | 0 | 36 | 4 | 1A | 130 | 2C | 36 |
| Octal | 275 | 126 | 266 | 0 | 66 | 4 | 32 | 460 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10110110 | 0 | 110110 | 100 | 11010 | 100110000 | 101100 | 110110 |
Color Harmonies of #BD56B6
Complementary color
Monochromatic Colors of #BD56B6
Black with #BD56B6
Text Example
Text Example
White with #BD56B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56B6; }
p { color: rgb(189,86,182); }
H1.HeaderClassName
{
color: #BD56B6;
}
.AnyTagClassName
{
color: #BD56B6;
}
</style>
background-color css
<style>
a { background-color: #BD56B6; }
a { background-color: rgb(189,86,182); }
div.DivClassName
{
background-color: #BD56B6;
}
.BgClassName
{
background-color: #BD56B6;
}
</style>
border-color css
<style>
span { border-color: #BD56B6; }
span { border-color: rgb(189,86,182); }
td.TdClassName
{
border-color: #BD56B6;
}
.TagClassName
{
border-color: #BD56B6;
}
</style>