Shades of Mulberry #BD5390
Tints of Mulberry #BD5390
RGB
CMYK
RGB Variations
Color information
#BD5390 (or 0xBD5390) is known color: Mulberry. HEX triplet: BD, 53 and 90. RGB value is (189,83,144). Sum of RGB (Red+Green+Blue) = 189+83+144=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5390 is #42AC6F. Grayscale: #797979. Windows color (decimal): -4369520 or 9458621. OLE color: 9458621.
HSL color Cylindrical-coordinate representation of color #BD5390: hue angle of 325.47º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5390 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 144 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.26 |
| HSL | 325.47º | 0.45% | 0.53% | - |
| HSV(B) | 325.47º | 0.56% | 0.74% | - |
| XYZ | 29.11 | 19.02 | 28.52 | - |
| YUV | 121.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 144 | 0 | 0.56 | 0.24 | 0.26 | 325.47 | 0.45 | 0.53 |
| Hex | BD | 53 | 90 | 0 | 38 | 18 | 1A | 145 | 2D | 35 |
| Octal | 275 | 123 | 220 | 0 | 70 | 30 | 32 | 505 | 55 | 65 |
| Binary | 10111101 | 1010011 | 10010000 | 0 | 111000 | 11000 | 11010 | 101000101 | 101101 | 110101 |
Color Harmonies of #BD5390
Complementary color
Monochromatic Colors of #BD5390
Black with #BD5390
Text Example
Text Example
White with #BD5390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5390; }
p { color: rgb(189,83,144); }
H1.HeaderClassName
{
color: #BD5390;
}
.AnyTagClassName
{
color: #BD5390;
}
</style>
background-color css
<style>
a { background-color: #BD5390; }
a { background-color: rgb(189,83,144); }
div.DivClassName
{
background-color: #BD5390;
}
.BgClassName
{
background-color: #BD5390;
}
</style>
border-color css
<style>
span { border-color: #BD5390; }
span { border-color: rgb(189,83,144); }
td.TdClassName
{
border-color: #BD5390;
}
.TagClassName
{
border-color: #BD5390;
}
</style>