Shades of Mulberry #BD519D
Tints of Mulberry #BD519D
RGB
CMYK
RGB Variations
Color information
#BD519D (or 0xBD519D) is known color: Mulberry. HEX triplet: BD, 51 and 9D. RGB value is (189,81,157). Sum of RGB (Red+Green+Blue) = 189+81+157=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD519D is #42AE62. Grayscale: #797979. Windows color (decimal): -4370019 or 10310077. OLE color: 10310077.
HSL color Cylindrical-coordinate representation of color #BD519D: hue angle of 317.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD519D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 157 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.26 |
| HSL | 317.78º | 0.45% | 0.53% | - |
| HSV(B) | 317.78º | 0.57% | 0.74% | - |
| XYZ | 30.01 | 19.14 | 34.01 | - |
| YUV | 121.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 157 | 0 | 0.57 | 0.17 | 0.26 | 317.78 | 0.45 | 0.53 |
| Hex | BD | 51 | 9D | 0 | 39 | 11 | 1A | 13E | 2D | 35 |
| Octal | 275 | 121 | 235 | 0 | 71 | 21 | 32 | 476 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10011101 | 0 | 111001 | 10001 | 11010 | 100111110 | 101101 | 110101 |
Color Harmonies of #BD519D
Complementary color
Monochromatic Colors of #BD519D
Black with #BD519D
Text Example
Text Example
White with #BD519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD519D; }
p { color: rgb(189,81,157); }
H1.HeaderClassName
{
color: #BD519D;
}
.AnyTagClassName
{
color: #BD519D;
}
</style>
background-color css
<style>
a { background-color: #BD519D; }
a { background-color: rgb(189,81,157); }
div.DivClassName
{
background-color: #BD519D;
}
.BgClassName
{
background-color: #BD519D;
}
</style>
border-color css
<style>
span { border-color: #BD519D; }
span { border-color: rgb(189,81,157); }
td.TdClassName
{
border-color: #BD519D;
}
.TagClassName
{
border-color: #BD519D;
}
</style>