Shades of Fuchsia #BD55AD
Tints of Fuchsia #BD55AD
RGB
CMYK
RGB Variations
Color information
#BD55AD (or 0xBD55AD) is known color: Fuchsia. HEX triplet: BD, 55 and AD. RGB value is (189,85,173). Sum of RGB (Red+Green+Blue) = 189+85+173=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD55AD is #42AA52. Grayscale: #7D7D7D. Windows color (decimal): -4368979 or 11359677. OLE color: 11359677.
HSL color Cylindrical-coordinate representation of color #BD55AD: hue angle of 309.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD55AD is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 173 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.26 |
| HSL | 309.23º | 0.44% | 0.54% | - |
| HSV(B) | 309.23º | 0.55% | 0.74% | - |
| XYZ | 31.78 | 20.33 | 41.78 | - |
| YUV | 126.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 173 | 0 | 0.55 | 0.08 | 0.26 | 309.23 | 0.44 | 0.54 |
| Hex | BD | 55 | AD | 0 | 37 | 8 | 1A | 135 | 2C | 36 |
| Octal | 275 | 125 | 255 | 0 | 67 | 10 | 32 | 465 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10101101 | 0 | 110111 | 1000 | 11010 | 100110101 | 101100 | 110110 |
Color Harmonies of #BD55AD
Complementary color
Monochromatic Colors of #BD55AD
Black with #BD55AD
Text Example
Text Example
White with #BD55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55AD; }
p { color: rgb(189,85,173); }
H1.HeaderClassName
{
color: #BD55AD;
}
.AnyTagClassName
{
color: #BD55AD;
}
</style>
background-color css
<style>
a { background-color: #BD55AD; }
a { background-color: rgb(189,85,173); }
div.DivClassName
{
background-color: #BD55AD;
}
.BgClassName
{
background-color: #BD55AD;
}
</style>
border-color css
<style>
span { border-color: #BD55AD; }
span { border-color: rgb(189,85,173); }
td.TdClassName
{
border-color: #BD55AD;
}
.TagClassName
{
border-color: #BD55AD;
}
</style>