Shades of Mulberry #BD4797
Tints of Mulberry #BD4797
RGB
CMYK
RGB Variations
Color information
#BD4797 (or 0xBD4797) is known color: Mulberry. HEX triplet: BD, 47 and 97. RGB value is (189,71,151). Sum of RGB (Red+Green+Blue) = 189+71+151=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4797 is #42B868. Grayscale: #737373. Windows color (decimal): -4372585 or 9914301. OLE color: 9914301.
HSL color Cylindrical-coordinate representation of color #BD4797: hue angle of 319.32º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4797 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 151 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.26 |
| HSL | 319.32º | 0.47% | 0.51% | - |
| HSV(B) | 319.32º | 0.62% | 0.74% | - |
| XYZ | 28.83 | 17.56 | 31.15 | - |
| YUV | 115.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 151 | 0 | 0.62 | 0.20 | 0.26 | 319.32 | 0.47 | 0.51 |
| Hex | BD | 47 | 97 | 0 | 3E | 14 | 1A | 13F | 2F | 33 |
| Octal | 275 | 107 | 227 | 0 | 76 | 24 | 32 | 477 | 57 | 63 |
| Binary | 10111101 | 1000111 | 10010111 | 0 | 111110 | 10100 | 11010 | 100111111 | 101111 | 110011 |
Color Harmonies of #BD4797
Complementary color
Monochromatic Colors of #BD4797
Black with #BD4797
Text Example
Text Example
White with #BD4797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4797; }
p { color: rgb(189,71,151); }
H1.HeaderClassName
{
color: #BD4797;
}
.AnyTagClassName
{
color: #BD4797;
}
</style>
background-color css
<style>
a { background-color: #BD4797; }
a { background-color: rgb(189,71,151); }
div.DivClassName
{
background-color: #BD4797;
}
.BgClassName
{
background-color: #BD4797;
}
</style>
border-color css
<style>
span { border-color: #BD4797; }
span { border-color: rgb(189,71,151); }
td.TdClassName
{
border-color: #BD4797;
}
.TagClassName
{
border-color: #BD4797;
}
</style>