Shades of Mulberry #BD4D82
Tints of Mulberry #BD4D82
RGB
CMYK
RGB Variations
Color information
#BD4D82 (or 0xBD4D82) is known color: Mulberry. HEX triplet: BD, 4D and 82. RGB value is (189,77,130). Sum of RGB (Red+Green+Blue) = 189+77+130=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D82 is #42B27D. Grayscale: #747474. Windows color (decimal): -4371070 or 8539581. OLE color: 8539581.
HSL color Cylindrical-coordinate representation of color #BD4D82: hue angle of 331.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4D82 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 130 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.26 |
| HSL | 331.61º | 0.46% | 0.52% | - |
| HSV(B) | 331.61º | 0.59% | 0.74% | - |
| XYZ | 27.67 | 17.74 | 23.08 | - |
| YUV | 116.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 130 | 0 | 0.59 | 0.31 | 0.26 | 331.61 | 0.46 | 0.52 |
| Hex | BD | 4D | 82 | 0 | 3B | 1F | 1A | 14C | 2E | 34 |
| Octal | 275 | 115 | 202 | 0 | 73 | 37 | 32 | 514 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10000010 | 0 | 111011 | 11111 | 11010 | 101001100 | 101110 | 110100 |
Color Harmonies of #BD4D82
Complementary color
Monochromatic Colors of #BD4D82
Black with #BD4D82
Text Example
Text Example
White with #BD4D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D82; }
p { color: rgb(189,77,130); }
H1.HeaderClassName
{
color: #BD4D82;
}
.AnyTagClassName
{
color: #BD4D82;
}
</style>
background-color css
<style>
a { background-color: #BD4D82; }
a { background-color: rgb(189,77,130); }
div.DivClassName
{
background-color: #BD4D82;
}
.BgClassName
{
background-color: #BD4D82;
}
</style>
border-color css
<style>
span { border-color: #BD4D82; }
span { border-color: rgb(189,77,130); }
td.TdClassName
{
border-color: #BD4D82;
}
.TagClassName
{
border-color: #BD4D82;
}
</style>