Shades of Mulberry #BD4496
Tints of Mulberry #BD4496
RGB
CMYK
RGB Variations
Color information
#BD4496 (or 0xBD4496) is known color: Mulberry. HEX triplet: BD, 44 and 96. RGB value is (189,68,150). Sum of RGB (Red+Green+Blue) = 189+68+150=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4496 is #42BB69. Grayscale: #717171. Windows color (decimal): -4373354 or 9847997. OLE color: 9847997.
HSL color Cylindrical-coordinate representation of color #BD4496: hue angle of 319.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4496 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 150 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.26 |
| HSL | 319.34º | 0.48% | 0.5% | - |
| HSV(B) | 319.34º | 0.64% | 0.74% | - |
| XYZ | 28.56 | 17.16 | 30.66 | - |
| YUV | 113.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 150 | 0 | 0.64 | 0.21 | 0.26 | 319.34 | 0.48 | 0.5 |
| Hex | BD | 44 | 96 | 0 | 40 | 15 | 1A | 13F | 30 | 32 |
| Octal | 275 | 104 | 226 | 0 | 100 | 25 | 32 | 477 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10010110 | 0 | 1000000 | 10101 | 11010 | 100111111 | 110000 | 110010 |
Color Harmonies of #BD4496
Complementary color
Monochromatic Colors of #BD4496
Black with #BD4496
Text Example
Text Example
White with #BD4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4496; }
p { color: rgb(189,68,150); }
H1.HeaderClassName
{
color: #BD4496;
}
.AnyTagClassName
{
color: #BD4496;
}
</style>
background-color css
<style>
a { background-color: #BD4496; }
a { background-color: rgb(189,68,150); }
div.DivClassName
{
background-color: #BD4496;
}
.BgClassName
{
background-color: #BD4496;
}
</style>
border-color css
<style>
span { border-color: #BD4496; }
span { border-color: rgb(189,68,150); }
td.TdClassName
{
border-color: #BD4496;
}
.TagClassName
{
border-color: #BD4496;
}
</style>