Shades of Mulberry #BD4499
Tints of Mulberry #BD4499
RGB
CMYK
RGB Variations
Color information
#BD4499 (or 0xBD4499) is known color: Mulberry. HEX triplet: BD, 44 and 99. RGB value is (189,68,153). Sum of RGB (Red+Green+Blue) = 189+68+153=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4499 is #42BB66. Grayscale: #717171. Windows color (decimal): -4373351 or 10044605. OLE color: 10044605.
HSL color Cylindrical-coordinate representation of color #BD4499: hue angle of 317.85º 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 #BD4499 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 153 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.26 |
| HSL | 317.85º | 0.48% | 0.5% | - |
| HSV(B) | 317.85º | 0.64% | 0.74% | - |
| XYZ | 28.8 | 17.25 | 31.95 | - |
| YUV | 113.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 153 | 0 | 0.64 | 0.19 | 0.26 | 317.85 | 0.48 | 0.5 |
| Hex | BD | 44 | 99 | 0 | 40 | 13 | 1A | 13E | 30 | 32 |
| Octal | 275 | 104 | 231 | 0 | 100 | 23 | 32 | 476 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10011001 | 0 | 1000000 | 10011 | 11010 | 100111110 | 110000 | 110010 |
Color Harmonies of #BD4499
Complementary color
Monochromatic Colors of #BD4499
Black with #BD4499
Text Example
Text Example
White with #BD4499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4499; }
p { color: rgb(189,68,153); }
H1.HeaderClassName
{
color: #BD4499;
}
.AnyTagClassName
{
color: #BD4499;
}
</style>
background-color css
<style>
a { background-color: #BD4499; }
a { background-color: rgb(189,68,153); }
div.DivClassName
{
background-color: #BD4499;
}
.BgClassName
{
background-color: #BD4499;
}
</style>
border-color css
<style>
span { border-color: #BD4499; }
span { border-color: rgb(189,68,153); }
td.TdClassName
{
border-color: #BD4499;
}
.TagClassName
{
border-color: #BD4499;
}
</style>