Shades of Mulberry #BD5092
Tints of Mulberry #BD5092
RGB
CMYK
RGB Variations
Color information
#BD5092 (or 0xBD5092) is known color: Mulberry. HEX triplet: BD, 50 and 92. RGB value is (189,80,146). Sum of RGB (Red+Green+Blue) = 189+80+146=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5092 is #42AF6D. Grayscale: #777777. Windows color (decimal): -4370286 or 9588925. OLE color: 9588925.
HSL color Cylindrical-coordinate representation of color #BD5092: hue angle of 323.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5092 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 146 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.26 |
| HSL | 323.67º | 0.45% | 0.53% | - |
| HSV(B) | 323.67º | 0.58% | 0.74% | - |
| XYZ | 29.04 | 18.63 | 29.26 | - |
| YUV | 120.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 146 | 0 | 0.58 | 0.23 | 0.26 | 323.67 | 0.45 | 0.53 |
| Hex | BD | 50 | 92 | 0 | 3A | 17 | 1A | 144 | 2D | 35 |
| Octal | 275 | 120 | 222 | 0 | 72 | 27 | 32 | 504 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10010010 | 0 | 111010 | 10111 | 11010 | 101000100 | 101101 | 110101 |
Color Harmonies of #BD5092
Complementary color
Monochromatic Colors of #BD5092
Black with #BD5092
Text Example
Text Example
White with #BD5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5092; }
p { color: rgb(189,80,146); }
H1.HeaderClassName
{
color: #BD5092;
}
.AnyTagClassName
{
color: #BD5092;
}
</style>
background-color css
<style>
a { background-color: #BD5092; }
a { background-color: rgb(189,80,146); }
div.DivClassName
{
background-color: #BD5092;
}
.BgClassName
{
background-color: #BD5092;
}
</style>
border-color css
<style>
span { border-color: #BD5092; }
span { border-color: rgb(189,80,146); }
td.TdClassName
{
border-color: #BD5092;
}
.TagClassName
{
border-color: #BD5092;
}
</style>