Shades of Mulberry #BD4697
Tints of Mulberry #BD4697
RGB
CMYK
RGB Variations
Color information
#BD4697 (or 0xBD4697) is known color: Mulberry. HEX triplet: BD, 46 and 97. RGB value is (189,70,151). Sum of RGB (Red+Green+Blue) = 189+70+151=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4697 is #42B968. Grayscale: #727272. Windows color (decimal): -4372841 or 9914045. OLE color: 9914045.
HSL color Cylindrical-coordinate representation of color #BD4697: hue angle of 319.16º 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 #BD4697 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 151 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.26 |
| HSL | 319.16º | 0.47% | 0.51% | - |
| HSV(B) | 319.16º | 0.63% | 0.74% | - |
| XYZ | 28.76 | 17.43 | 31.13 | - |
| YUV | 114.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 151 | 0 | 0.63 | 0.20 | 0.26 | 319.16 | 0.47 | 0.51 |
| Hex | BD | 46 | 97 | 0 | 3F | 14 | 1A | 13F | 2F | 33 |
| Octal | 275 | 106 | 227 | 0 | 77 | 24 | 32 | 477 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10010111 | 0 | 111111 | 10100 | 11010 | 100111111 | 101111 | 110011 |
Color Harmonies of #BD4697
Complementary color
Monochromatic Colors of #BD4697
Black with #BD4697
Text Example
Text Example
White with #BD4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4697; }
p { color: rgb(189,70,151); }
H1.HeaderClassName
{
color: #BD4697;
}
.AnyTagClassName
{
color: #BD4697;
}
</style>
background-color css
<style>
a { background-color: #BD4697; }
a { background-color: rgb(189,70,151); }
div.DivClassName
{
background-color: #BD4697;
}
.BgClassName
{
background-color: #BD4697;
}
</style>
border-color css
<style>
span { border-color: #BD4697; }
span { border-color: rgb(189,70,151); }
td.TdClassName
{
border-color: #BD4697;
}
.TagClassName
{
border-color: #BD4697;
}
</style>