Shades of Mulberry #BD4686
Tints of Mulberry #BD4686
RGB
CMYK
RGB Variations
Color information
#BD4686 (or 0xBD4686) is known color: Mulberry. HEX triplet: BD, 46 and 86. RGB value is (189,70,134). Sum of RGB (Red+Green+Blue) = 189+70+134=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4686 is #42B979. Grayscale: #707070. Windows color (decimal): -4372858 or 8799933. OLE color: 8799933.
HSL color Cylindrical-coordinate representation of color #BD4686: hue angle of 327.73º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4686 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 134 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.26 |
| HSL | 327.73º | 0.47% | 0.51% | - |
| HSV(B) | 327.73º | 0.63% | 0.74% | - |
| XYZ | 27.48 | 16.92 | 24.37 | - |
| YUV | 112.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 134 | 0 | 0.63 | 0.29 | 0.26 | 327.73 | 0.47 | 0.51 |
| Hex | BD | 46 | 86 | 0 | 3F | 1D | 1A | 148 | 2F | 33 |
| Octal | 275 | 106 | 206 | 0 | 77 | 35 | 32 | 510 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10000110 | 0 | 111111 | 11101 | 11010 | 101001000 | 101111 | 110011 |
Color Harmonies of #BD4686
Complementary color
Monochromatic Colors of #BD4686
Black with #BD4686
Text Example
Text Example
White with #BD4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4686; }
p { color: rgb(189,70,134); }
H1.HeaderClassName
{
color: #BD4686;
}
.AnyTagClassName
{
color: #BD4686;
}
</style>
background-color css
<style>
a { background-color: #BD4686; }
a { background-color: rgb(189,70,134); }
div.DivClassName
{
background-color: #BD4686;
}
.BgClassName
{
background-color: #BD4686;
}
</style>
border-color css
<style>
span { border-color: #BD4686; }
span { border-color: rgb(189,70,134); }
td.TdClassName
{
border-color: #BD4686;
}
.TagClassName
{
border-color: #BD4686;
}
</style>