Shades of Mulberry #BD4385
Tints of Mulberry #BD4385
RGB
CMYK
RGB Variations
Color information
#BD4385 (or 0xBD4385) is known color: Mulberry. HEX triplet: BD, 43 and 85. RGB value is (189,67,133). Sum of RGB (Red+Green+Blue) = 189+67+133=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4385 is #42BC7A. Grayscale: #6E6E6E. Windows color (decimal): -4373627 or 8733629. OLE color: 8733629.
HSL color Cylindrical-coordinate representation of color #BD4385: hue angle of 327.54º 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 #BD4385 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 133 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.26 |
| HSL | 327.54º | 0.48% | 0.5% | - |
| HSV(B) | 327.54º | 0.65% | 0.74% | - |
| XYZ | 27.23 | 16.53 | 23.95 | - |
| YUV | 111 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 133 | 0 | 0.65 | 0.30 | 0.26 | 327.54 | 0.48 | 0.5 |
| Hex | BD | 43 | 85 | 0 | 41 | 1E | 1A | 148 | 30 | 32 |
| Octal | 275 | 103 | 205 | 0 | 101 | 36 | 32 | 510 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10000101 | 0 | 1000001 | 11110 | 11010 | 101001000 | 110000 | 110010 |
Color Harmonies of #BD4385
Complementary color
Monochromatic Colors of #BD4385
Black with #BD4385
Text Example
Text Example
White with #BD4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4385; }
p { color: rgb(189,67,133); }
H1.HeaderClassName
{
color: #BD4385;
}
.AnyTagClassName
{
color: #BD4385;
}
</style>
background-color css
<style>
a { background-color: #BD4385; }
a { background-color: rgb(189,67,133); }
div.DivClassName
{
background-color: #BD4385;
}
.BgClassName
{
background-color: #BD4385;
}
</style>
border-color css
<style>
span { border-color: #BD4385; }
span { border-color: rgb(189,67,133); }
td.TdClassName
{
border-color: #BD4385;
}
.TagClassName
{
border-color: #BD4385;
}
</style>