Shades of Mulberry #BD579A
Tints of Mulberry #BD579A
RGB
CMYK
RGB Variations
Color information
#BD579A (or 0xBD579A) is known color: Mulberry. HEX triplet: BD, 57 and 9A. RGB value is (189,87,154). Sum of RGB (Red+Green+Blue) = 189+87+154=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD579A is #42A865. Grayscale: #7C7C7C. Windows color (decimal): -4368486 or 10115005. OLE color: 10115005.
HSL color Cylindrical-coordinate representation of color #BD579A: hue angle of 320.59º 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 #BD579A is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 154 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.26 |
| HSL | 320.59º | 0.44% | 0.54% | - |
| HSV(B) | 320.59º | 0.54% | 0.74% | - |
| XYZ | 30.23 | 19.97 | 32.83 | - |
| YUV | 125.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 154 | 0 | 0.54 | 0.19 | 0.26 | 320.59 | 0.44 | 0.54 |
| Hex | BD | 57 | 9A | 0 | 36 | 13 | 1A | 141 | 2C | 36 |
| Octal | 275 | 127 | 232 | 0 | 66 | 23 | 32 | 501 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10011010 | 0 | 110110 | 10011 | 11010 | 101000001 | 101100 | 110110 |
Color Harmonies of #BD579A
Complementary color
Monochromatic Colors of #BD579A
Black with #BD579A
Text Example
Text Example
White with #BD579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD579A; }
p { color: rgb(189,87,154); }
H1.HeaderClassName
{
color: #BD579A;
}
.AnyTagClassName
{
color: #BD579A;
}
</style>
background-color css
<style>
a { background-color: #BD579A; }
a { background-color: rgb(189,87,154); }
div.DivClassName
{
background-color: #BD579A;
}
.BgClassName
{
background-color: #BD579A;
}
</style>
border-color css
<style>
span { border-color: #BD579A; }
span { border-color: rgb(189,87,154); }
td.TdClassName
{
border-color: #BD579A;
}
.TagClassName
{
border-color: #BD579A;
}
</style>