Shades of Mulberry #BD5792
Tints of Mulberry #BD5792
RGB
CMYK
RGB Variations
Color information
#BD5792 (or 0xBD5792) is known color: Mulberry. HEX triplet: BD, 57 and 92. RGB value is (189,87,146). Sum of RGB (Red+Green+Blue) = 189+87+146=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5792 is #42A86D. Grayscale: #7C7C7C. Windows color (decimal): -4368494 or 9590717. OLE color: 9590717.
HSL color Cylindrical-coordinate representation of color #BD5792: hue angle of 325.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5792 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 146 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.26 |
| HSL | 325.29º | 0.44% | 0.54% | - |
| HSV(B) | 325.29º | 0.54% | 0.74% | - |
| XYZ | 29.58 | 19.71 | 29.44 | - |
| YUV | 124.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 146 | 0 | 0.54 | 0.23 | 0.26 | 325.29 | 0.44 | 0.54 |
| Hex | BD | 57 | 92 | 0 | 36 | 17 | 1A | 145 | 2C | 36 |
| Octal | 275 | 127 | 222 | 0 | 66 | 27 | 32 | 505 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10010010 | 0 | 110110 | 10111 | 11010 | 101000101 | 101100 | 110110 |
Color Harmonies of #BD5792
Complementary color
Monochromatic Colors of #BD5792
Black with #BD5792
Text Example
Text Example
White with #BD5792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5792; }
p { color: rgb(189,87,146); }
H1.HeaderClassName
{
color: #BD5792;
}
.AnyTagClassName
{
color: #BD5792;
}
</style>
background-color css
<style>
a { background-color: #BD5792; }
a { background-color: rgb(189,87,146); }
div.DivClassName
{
background-color: #BD5792;
}
.BgClassName
{
background-color: #BD5792;
}
</style>
border-color css
<style>
span { border-color: #BD5792; }
span { border-color: rgb(189,87,146); }
td.TdClassName
{
border-color: #BD5792;
}
.TagClassName
{
border-color: #BD5792;
}
</style>