Shades of Fuchsia #BD56AD
Tints of Fuchsia #BD56AD
RGB
CMYK
RGB Variations
Color information
#BD56AD (or 0xBD56AD) is known color: Fuchsia. HEX triplet: BD, 56 and AD. RGB value is (189,86,173). Sum of RGB (Red+Green+Blue) = 189+86+173=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD56AD is #42A952. Grayscale: #7E7E7E. Windows color (decimal): -4368723 or 11359933. OLE color: 11359933.
HSL color Cylindrical-coordinate representation of color #BD56AD: hue angle of 309.32º 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 #BD56AD is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 173 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.26 |
| HSL | 309.32º | 0.44% | 0.54% | - |
| HSV(B) | 309.32º | 0.54% | 0.74% | - |
| XYZ | 31.86 | 20.49 | 41.81 | - |
| YUV | 126.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 173 | 0 | 0.54 | 0.08 | 0.26 | 309.32 | 0.44 | 0.54 |
| Hex | BD | 56 | AD | 0 | 36 | 8 | 1A | 135 | 2C | 36 |
| Octal | 275 | 126 | 255 | 0 | 66 | 10 | 32 | 465 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10101101 | 0 | 110110 | 1000 | 11010 | 100110101 | 101100 | 110110 |
Color Harmonies of #BD56AD
Complementary color
Monochromatic Colors of #BD56AD
Black with #BD56AD
Text Example
Text Example
White with #BD56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56AD; }
p { color: rgb(189,86,173); }
H1.HeaderClassName
{
color: #BD56AD;
}
.AnyTagClassName
{
color: #BD56AD;
}
</style>
background-color css
<style>
a { background-color: #BD56AD; }
a { background-color: rgb(189,86,173); }
div.DivClassName
{
background-color: #BD56AD;
}
.BgClassName
{
background-color: #BD56AD;
}
</style>
border-color css
<style>
span { border-color: #BD56AD; }
span { border-color: rgb(189,86,173); }
td.TdClassName
{
border-color: #BD56AD;
}
.TagClassName
{
border-color: #BD56AD;
}
</style>