Shades of Fuchsia #BD47AD
Tints of Fuchsia #BD47AD
RGB
CMYK
RGB Variations
Color information
#BD47AD (or 0xBD47AD) is known color: Fuchsia. HEX triplet: BD, 47 and AD. RGB value is (189,71,173). Sum of RGB (Red+Green+Blue) = 189+71+173=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD47AD is #42B852. Grayscale: #757575. Windows color (decimal): -4372563 or 11356093. OLE color: 11356093.
HSL color Cylindrical-coordinate representation of color #BD47AD: hue angle of 308.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD47AD is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 173 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.26 |
| HSL | 308.14º | 0.47% | 0.51% | - |
| HSV(B) | 308.14º | 0.62% | 0.74% | - |
| XYZ | 30.78 | 18.34 | 41.45 | - |
| YUV | 117.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 173 | 0 | 0.62 | 0.08 | 0.26 | 308.14 | 0.47 | 0.51 |
| Hex | BD | 47 | AD | 0 | 3E | 8 | 1A | 134 | 2F | 33 |
| Octal | 275 | 107 | 255 | 0 | 76 | 10 | 32 | 464 | 57 | 63 |
| Binary | 10111101 | 1000111 | 10101101 | 0 | 111110 | 1000 | 11010 | 100110100 | 101111 | 110011 |
Color Harmonies of #BD47AD
Complementary color
Monochromatic Colors of #BD47AD
Black with #BD47AD
Text Example
Text Example
White with #BD47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD47AD; }
p { color: rgb(189,71,173); }
H1.HeaderClassName
{
color: #BD47AD;
}
.AnyTagClassName
{
color: #BD47AD;
}
</style>
background-color css
<style>
a { background-color: #BD47AD; }
a { background-color: rgb(189,71,173); }
div.DivClassName
{
background-color: #BD47AD;
}
.BgClassName
{
background-color: #BD47AD;
}
</style>
border-color css
<style>
span { border-color: #BD47AD; }
span { border-color: rgb(189,71,173); }
td.TdClassName
{
border-color: #BD47AD;
}
.TagClassName
{
border-color: #BD47AD;
}
</style>