Shades of Fuchsia #BD56BC
Tints of Fuchsia #BD56BC
RGB
CMYK
RGB Variations
Color information
#BD56BC (or 0xBD56BC) is known color: Fuchsia. HEX triplet: BD, 56 and BC. RGB value is (189,86,188). Sum of RGB (Red+Green+Blue) = 189+86+188=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56BC is #42A943. Grayscale: #808080. Windows color (decimal): -4368708 or 12342973. OLE color: 12342973.
HSL color Cylindrical-coordinate representation of color #BD56BC: hue angle of 300.58º 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 #BD56BC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 188 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.26 |
| HSL | 300.58º | 0.44% | 0.54% | - |
| HSV(B) | 300.58º | 0.54% | 0.74% | - |
| XYZ | 33.39 | 21.11 | 49.89 | - |
| YUV | 128.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 188 | 0 | 0.54 | 0.01 | 0.26 | 300.58 | 0.44 | 0.54 |
| Hex | BD | 56 | BC | 0 | 36 | 1 | 1A | 12D | 2C | 36 |
| Octal | 275 | 126 | 274 | 0 | 66 | 1 | 32 | 455 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10111100 | 0 | 110110 | 1 | 11010 | 100101101 | 101100 | 110110 |
Color Harmonies of #BD56BC
Complementary color
Monochromatic Colors of #BD56BC
Black with #BD56BC
Text Example
Text Example
White with #BD56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56BC; }
p { color: rgb(189,86,188); }
H1.HeaderClassName
{
color: #BD56BC;
}
.AnyTagClassName
{
color: #BD56BC;
}
</style>
background-color css
<style>
a { background-color: #BD56BC; }
a { background-color: rgb(189,86,188); }
div.DivClassName
{
background-color: #BD56BC;
}
.BgClassName
{
background-color: #BD56BC;
}
</style>
border-color css
<style>
span { border-color: #BD56BC; }
span { border-color: rgb(189,86,188); }
td.TdClassName
{
border-color: #BD56BC;
}
.TagClassName
{
border-color: #BD56BC;
}
</style>