Shades of Mulberry #BD4685
Tints of Mulberry #BD4685
RGB
CMYK
RGB Variations
Color information
#BD4685 (or 0xBD4685) is known color: Mulberry. HEX triplet: BD, 46 and 85. RGB value is (189,70,133). Sum of RGB (Red+Green+Blue) = 189+70+133=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4685 is #42B97A. Grayscale: #707070. Windows color (decimal): -4372859 or 8734397. OLE color: 8734397.
HSL color Cylindrical-coordinate representation of color #BD4685: hue angle of 328.24º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4685 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 133 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.26 |
| HSL | 328.24º | 0.47% | 0.51% | - |
| HSV(B) | 328.24º | 0.63% | 0.74% | - |
| XYZ | 27.41 | 16.89 | 24.01 | - |
| YUV | 112.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 133 | 0 | 0.63 | 0.30 | 0.26 | 328.24 | 0.47 | 0.51 |
| Hex | BD | 46 | 85 | 0 | 3F | 1E | 1A | 148 | 2F | 33 |
| Octal | 275 | 106 | 205 | 0 | 77 | 36 | 32 | 510 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10000101 | 0 | 111111 | 11110 | 11010 | 101001000 | 101111 | 110011 |
Color Harmonies of #BD4685
Complementary color
Monochromatic Colors of #BD4685
Black with #BD4685
Text Example
Text Example
White with #BD4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4685; }
p { color: rgb(189,70,133); }
H1.HeaderClassName
{
color: #BD4685;
}
.AnyTagClassName
{
color: #BD4685;
}
</style>
background-color css
<style>
a { background-color: #BD4685; }
a { background-color: rgb(189,70,133); }
div.DivClassName
{
background-color: #BD4685;
}
.BgClassName
{
background-color: #BD4685;
}
</style>
border-color css
<style>
span { border-color: #BD4685; }
span { border-color: rgb(189,70,133); }
td.TdClassName
{
border-color: #BD4685;
}
.TagClassName
{
border-color: #BD4685;
}
</style>