Shades of Mulberry #BD4883
Tints of Mulberry #BD4883
RGB
CMYK
RGB Variations
Color information
#BD4883 (or 0xBD4883) is known color: Mulberry. HEX triplet: BD, 48 and 83. RGB value is (189,72,131). Sum of RGB (Red+Green+Blue) = 189+72+131=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4883 is #42B77C. Grayscale: #717171. Windows color (decimal): -4372349 or 8603837. OLE color: 8603837.
HSL color Cylindrical-coordinate representation of color #BD4883: hue angle of 329.74º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4883 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 131 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.26 |
| HSL | 329.74º | 0.47% | 0.51% | - |
| HSV(B) | 329.74º | 0.62% | 0.74% | - |
| XYZ | 27.4 | 17.09 | 23.33 | - |
| YUV | 113.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 131 | 0 | 0.62 | 0.31 | 0.26 | 329.74 | 0.47 | 0.51 |
| Hex | BD | 48 | 83 | 0 | 3E | 1F | 1A | 14A | 2F | 33 |
| Octal | 275 | 110 | 203 | 0 | 76 | 37 | 32 | 512 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10000011 | 0 | 111110 | 11111 | 11010 | 101001010 | 101111 | 110011 |
Color Harmonies of #BD4883
Complementary color
Monochromatic Colors of #BD4883
Black with #BD4883
Text Example
Text Example
White with #BD4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4883; }
p { color: rgb(189,72,131); }
H1.HeaderClassName
{
color: #BD4883;
}
.AnyTagClassName
{
color: #BD4883;
}
</style>
background-color css
<style>
a { background-color: #BD4883; }
a { background-color: rgb(189,72,131); }
div.DivClassName
{
background-color: #BD4883;
}
.BgClassName
{
background-color: #BD4883;
}
</style>
border-color css
<style>
span { border-color: #BD4883; }
span { border-color: rgb(189,72,131); }
td.TdClassName
{
border-color: #BD4883;
}
.TagClassName
{
border-color: #BD4883;
}
</style>