Shades of Fuchsia #BD57AD
Tints of Fuchsia #BD57AD
RGB
CMYK
RGB Variations
Color information
#BD57AD (or 0xBD57AD) is known color: Fuchsia. HEX triplet: BD, 57 and AD. RGB value is (189,87,173). Sum of RGB (Red+Green+Blue) = 189+87+173=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD57AD is #42A852. Grayscale: #7F7F7F. Windows color (decimal): -4368467 or 11360189. OLE color: 11360189.
HSL color Cylindrical-coordinate representation of color #BD57AD: hue angle of 309.41º 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 #BD57AD is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 173 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.26 |
| HSL | 309.41º | 0.44% | 0.54% | - |
| HSV(B) | 309.41º | 0.54% | 0.74% | - |
| XYZ | 31.94 | 20.65 | 41.84 | - |
| YUV | 127.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 173 | 0 | 0.54 | 0.08 | 0.26 | 309.41 | 0.44 | 0.54 |
| Hex | BD | 57 | AD | 0 | 36 | 8 | 1A | 135 | 2C | 36 |
| Octal | 275 | 127 | 255 | 0 | 66 | 10 | 32 | 465 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10101101 | 0 | 110110 | 1000 | 11010 | 100110101 | 101100 | 110110 |
Color Harmonies of #BD57AD
Complementary color
Monochromatic Colors of #BD57AD
Black with #BD57AD
Text Example
Text Example
White with #BD57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57AD; }
p { color: rgb(189,87,173); }
H1.HeaderClassName
{
color: #BD57AD;
}
.AnyTagClassName
{
color: #BD57AD;
}
</style>
background-color css
<style>
a { background-color: #BD57AD; }
a { background-color: rgb(189,87,173); }
div.DivClassName
{
background-color: #BD57AD;
}
.BgClassName
{
background-color: #BD57AD;
}
</style>
border-color css
<style>
span { border-color: #BD57AD; }
span { border-color: rgb(189,87,173); }
td.TdClassName
{
border-color: #BD57AD;
}
.TagClassName
{
border-color: #BD57AD;
}
</style>