Shades of Fuchsia #BD59AB
Tints of Fuchsia #BD59AB
RGB
CMYK
RGB Variations
Color information
#BD59AB (or 0xBD59AB) is known color: Fuchsia. HEX triplet: BD, 59 and AB. RGB value is (189,89,171). Sum of RGB (Red+Green+Blue) = 189+89+171=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD59AB is #42A654. Grayscale: #808080. Windows color (decimal): -4367957 or 11229629. OLE color: 11229629.
HSL color Cylindrical-coordinate representation of color #BD59AB: hue angle of 310.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD59AB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 171 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.26 |
| HSL | 310.8º | 0.43% | 0.55% | - |
| HSV(B) | 310.8º | 0.53% | 0.74% | - |
| XYZ | 31.91 | 20.9 | 40.88 | - |
| YUV | 128.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 171 | 0 | 0.53 | 0.10 | 0.26 | 310.8 | 0.43 | 0.55 |
| Hex | BD | 59 | AB | 0 | 35 | A | 1A | 137 | 2B | 37 |
| Octal | 275 | 131 | 253 | 0 | 65 | 12 | 32 | 467 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10101011 | 0 | 110101 | 1010 | 11010 | 100110111 | 101011 | 110111 |
Color Harmonies of #BD59AB
Complementary color
Monochromatic Colors of #BD59AB
Black with #BD59AB
Text Example
Text Example
White with #BD59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59AB; }
p { color: rgb(189,89,171); }
H1.HeaderClassName
{
color: #BD59AB;
}
.AnyTagClassName
{
color: #BD59AB;
}
</style>
background-color css
<style>
a { background-color: #BD59AB; }
a { background-color: rgb(189,89,171); }
div.DivClassName
{
background-color: #BD59AB;
}
.BgClassName
{
background-color: #BD59AB;
}
</style>
border-color css
<style>
span { border-color: #BD59AB; }
span { border-color: rgb(189,89,171); }
td.TdClassName
{
border-color: #BD59AB;
}
.TagClassName
{
border-color: #BD59AB;
}
</style>