Shades of Mulberry #BD5384
Tints of Mulberry #BD5384
RGB
CMYK
RGB Variations
Color information
#BD5384 (or 0xBD5384) is known color: Mulberry. HEX triplet: BD, 53 and 84. RGB value is (189,83,132). Sum of RGB (Red+Green+Blue) = 189+83+132=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5384 is #42AC7B. Grayscale: #787878. Windows color (decimal): -4369532 or 8672189. OLE color: 8672189.
HSL color Cylindrical-coordinate representation of color #BD5384: hue angle of 332.26º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5384 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 132 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.26 |
| HSL | 332.26º | 0.45% | 0.53% | - |
| HSV(B) | 332.26º | 0.56% | 0.74% | - |
| XYZ | 28.24 | 18.67 | 23.95 | - |
| YUV | 120.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 132 | 0 | 0.56 | 0.30 | 0.26 | 332.26 | 0.45 | 0.53 |
| Hex | BD | 53 | 84 | 0 | 38 | 1E | 1A | 14C | 2D | 35 |
| Octal | 275 | 123 | 204 | 0 | 70 | 36 | 32 | 514 | 55 | 65 |
| Binary | 10111101 | 1010011 | 10000100 | 0 | 111000 | 11110 | 11010 | 101001100 | 101101 | 110101 |
Color Harmonies of #BD5384
Complementary color
Monochromatic Colors of #BD5384
Black with #BD5384
Text Example
Text Example
White with #BD5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5384; }
p { color: rgb(189,83,132); }
H1.HeaderClassName
{
color: #BD5384;
}
.AnyTagClassName
{
color: #BD5384;
}
</style>
background-color css
<style>
a { background-color: #BD5384; }
a { background-color: rgb(189,83,132); }
div.DivClassName
{
background-color: #BD5384;
}
.BgClassName
{
background-color: #BD5384;
}
</style>
border-color css
<style>
span { border-color: #BD5384; }
span { border-color: rgb(189,83,132); }
td.TdClassName
{
border-color: #BD5384;
}
.TagClassName
{
border-color: #BD5384;
}
</style>