Shades of Fuchsia #BD59AA
Tints of Fuchsia #BD59AA
RGB
CMYK
RGB Variations
Color information
#BD59AA (or 0xBD59AA) is known color: Fuchsia. HEX triplet: BD, 59 and AA. RGB value is (189,89,170). Sum of RGB (Red+Green+Blue) = 189+89+170=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD59AA is #42A655. Grayscale: #7F7F7F. Windows color (decimal): -4367958 or 11164093. OLE color: 11164093.
HSL color Cylindrical-coordinate representation of color #BD59AA: hue angle of 311.4º 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 #BD59AA is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 170 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.26 |
| HSL | 311.4º | 0.43% | 0.55% | - |
| HSV(B) | 311.4º | 0.53% | 0.74% | - |
| XYZ | 31.81 | 20.87 | 40.38 | - |
| YUV | 128.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 170 | 0 | 0.53 | 0.10 | 0.26 | 311.4 | 0.43 | 0.55 |
| Hex | BD | 59 | AA | 0 | 35 | A | 1A | 137 | 2B | 37 |
| Octal | 275 | 131 | 252 | 0 | 65 | 12 | 32 | 467 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10101010 | 0 | 110101 | 1010 | 11010 | 100110111 | 101011 | 110111 |
Color Harmonies of #BD59AA
Complementary color
Monochromatic Colors of #BD59AA
Black with #BD59AA
Text Example
Text Example
White with #BD59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59AA; }
p { color: rgb(189,89,170); }
H1.HeaderClassName
{
color: #BD59AA;
}
.AnyTagClassName
{
color: #BD59AA;
}
</style>
background-color css
<style>
a { background-color: #BD59AA; }
a { background-color: rgb(189,89,170); }
div.DivClassName
{
background-color: #BD59AA;
}
.BgClassName
{
background-color: #BD59AA;
}
</style>
border-color css
<style>
span { border-color: #BD59AA; }
span { border-color: rgb(189,89,170); }
td.TdClassName
{
border-color: #BD59AA;
}
.TagClassName
{
border-color: #BD59AA;
}
</style>