Shades of Fuchsia #BD49AD
Tints of Fuchsia #BD49AD
RGB
CMYK
RGB Variations
Color information
#BD49AD (or 0xBD49AD) is known color: Fuchsia. HEX triplet: BD, 49 and AD. RGB value is (189,73,173). Sum of RGB (Red+Green+Blue) = 189+73+173=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD49AD is #42B652. Grayscale: #767676. Windows color (decimal): -4372051 or 11356605. OLE color: 11356605.
HSL color Cylindrical-coordinate representation of color #BD49AD: hue angle of 308.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD49AD is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 173 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.26 |
| HSL | 308.28º | 0.47% | 0.51% | - |
| HSV(B) | 308.28º | 0.61% | 0.74% | - |
| XYZ | 30.91 | 18.6 | 41.5 | - |
| YUV | 119.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 173 | 0 | 0.61 | 0.08 | 0.26 | 308.28 | 0.47 | 0.51 |
| Hex | BD | 49 | AD | 0 | 3D | 8 | 1A | 134 | 2F | 33 |
| Octal | 275 | 111 | 255 | 0 | 75 | 10 | 32 | 464 | 57 | 63 |
| Binary | 10111101 | 1001001 | 10101101 | 0 | 111101 | 1000 | 11010 | 100110100 | 101111 | 110011 |
Color Harmonies of #BD49AD
Complementary color
Monochromatic Colors of #BD49AD
Black with #BD49AD
Text Example
Text Example
White with #BD49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49AD; }
p { color: rgb(189,73,173); }
H1.HeaderClassName
{
color: #BD49AD;
}
.AnyTagClassName
{
color: #BD49AD;
}
</style>
background-color css
<style>
a { background-color: #BD49AD; }
a { background-color: rgb(189,73,173); }
div.DivClassName
{
background-color: #BD49AD;
}
.BgClassName
{
background-color: #BD49AD;
}
</style>
border-color css
<style>
span { border-color: #BD49AD; }
span { border-color: rgb(189,73,173); }
td.TdClassName
{
border-color: #BD49AD;
}
.TagClassName
{
border-color: #BD49AD;
}
</style>