Shades of Mulberry #BD5883
Tints of Mulberry #BD5883
RGB
CMYK
RGB Variations
Color information
#BD5883 (or 0xBD5883) is known color: Mulberry. HEX triplet: BD, 58 and 83. RGB value is (189,88,131). Sum of RGB (Red+Green+Blue) = 189+88+131=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5883 is #42A77C. Grayscale: #7B7B7B. Windows color (decimal): -4368253 or 8607933. OLE color: 8607933.
HSL color Cylindrical-coordinate representation of color #BD5883: hue angle of 334.46º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5883 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 131 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.26 |
| HSL | 334.46º | 0.43% | 0.54% | - |
| HSV(B) | 334.46º | 0.53% | 0.74% | - |
| XYZ | 28.57 | 19.44 | 23.72 | - |
| YUV | 123.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 131 | 0 | 0.53 | 0.31 | 0.26 | 334.46 | 0.43 | 0.54 |
| Hex | BD | 58 | 83 | 0 | 35 | 1F | 1A | 14E | 2B | 36 |
| Octal | 275 | 130 | 203 | 0 | 65 | 37 | 32 | 516 | 53 | 66 |
| Binary | 10111101 | 1011000 | 10000011 | 0 | 110101 | 11111 | 11010 | 101001110 | 101011 | 110110 |
Color Harmonies of #BD5883
Complementary color
Monochromatic Colors of #BD5883
Black with #BD5883
Text Example
Text Example
White with #BD5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5883; }
p { color: rgb(189,88,131); }
H1.HeaderClassName
{
color: #BD5883;
}
.AnyTagClassName
{
color: #BD5883;
}
</style>
background-color css
<style>
a { background-color: #BD5883; }
a { background-color: rgb(189,88,131); }
div.DivClassName
{
background-color: #BD5883;
}
.BgClassName
{
background-color: #BD5883;
}
</style>
border-color css
<style>
span { border-color: #BD5883; }
span { border-color: rgb(189,88,131); }
td.TdClassName
{
border-color: #BD5883;
}
.TagClassName
{
border-color: #BD5883;
}
</style>