Shades of Mulberry #BD4681
Tints of Mulberry #BD4681
RGB
CMYK
RGB Variations
Color information
#BD4681 (or 0xBD4681) is known color: Mulberry. HEX triplet: BD, 46 and 81. RGB value is (189,70,129). Sum of RGB (Red+Green+Blue) = 189+70+129=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4681 is #42B97E. Grayscale: #707070. Windows color (decimal): -4372863 or 8472253. OLE color: 8472253.
HSL color Cylindrical-coordinate representation of color #BD4681: hue angle of 330.25º 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 #BD4681 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 129 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.26 |
| HSL | 330.25º | 0.47% | 0.51% | - |
| HSV(B) | 330.25º | 0.63% | 0.74% | - |
| XYZ | 27.14 | 16.78 | 22.58 | - |
| YUV | 112.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 129 | 0 | 0.63 | 0.32 | 0.26 | 330.25 | 0.47 | 0.51 |
| Hex | BD | 46 | 81 | 0 | 3F | 20 | 1A | 14A | 2F | 33 |
| Octal | 275 | 106 | 201 | 0 | 77 | 40 | 32 | 512 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10000001 | 0 | 111111 | 100000 | 11010 | 101001010 | 101111 | 110011 |
Color Harmonies of #BD4681
Complementary color
Monochromatic Colors of #BD4681
Black with #BD4681
Text Example
Text Example
White with #BD4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4681; }
p { color: rgb(189,70,129); }
H1.HeaderClassName
{
color: #BD4681;
}
.AnyTagClassName
{
color: #BD4681;
}
</style>
background-color css
<style>
a { background-color: #BD4681; }
a { background-color: rgb(189,70,129); }
div.DivClassName
{
background-color: #BD4681;
}
.BgClassName
{
background-color: #BD4681;
}
</style>
border-color css
<style>
span { border-color: #BD4681; }
span { border-color: rgb(189,70,129); }
td.TdClassName
{
border-color: #BD4681;
}
.TagClassName
{
border-color: #BD4681;
}
</style>