Shades of Mulberry #BD4396
Tints of Mulberry #BD4396
RGB
CMYK
RGB Variations
Color information
#BD4396 (or 0xBD4396) is known color: Mulberry. HEX triplet: BD, 43 and 96. RGB value is (189,67,150). Sum of RGB (Red+Green+Blue) = 189+67+150=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4396 is #42BC69. Grayscale: #707070. Windows color (decimal): -4373610 or 9847741. OLE color: 9847741.
HSL color Cylindrical-coordinate representation of color #BD4396: hue angle of 319.18º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4396 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 150 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.26 |
| HSL | 319.18º | 0.48% | 0.5% | - |
| HSV(B) | 319.18º | 0.65% | 0.74% | - |
| XYZ | 28.5 | 17.04 | 30.64 | - |
| YUV | 112.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 150 | 0 | 0.65 | 0.21 | 0.26 | 319.18 | 0.48 | 0.5 |
| Hex | BD | 43 | 96 | 0 | 41 | 15 | 1A | 13F | 30 | 32 |
| Octal | 275 | 103 | 226 | 0 | 101 | 25 | 32 | 477 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10010110 | 0 | 1000001 | 10101 | 11010 | 100111111 | 110000 | 110010 |
Color Harmonies of #BD4396
Complementary color
Monochromatic Colors of #BD4396
Black with #BD4396
Text Example
Text Example
White with #BD4396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4396; }
p { color: rgb(189,67,150); }
H1.HeaderClassName
{
color: #BD4396;
}
.AnyTagClassName
{
color: #BD4396;
}
</style>
background-color css
<style>
a { background-color: #BD4396; }
a { background-color: rgb(189,67,150); }
div.DivClassName
{
background-color: #BD4396;
}
.BgClassName
{
background-color: #BD4396;
}
</style>
border-color css
<style>
span { border-color: #BD4396; }
span { border-color: rgb(189,67,150); }
td.TdClassName
{
border-color: #BD4396;
}
.TagClassName
{
border-color: #BD4396;
}
</style>