Shades of Mulberry #BD5D9B
Tints of Mulberry #BD5D9B
RGB
CMYK
RGB Variations
Color information
#BD5D9B (or 0xBD5D9B) is known color: Mulberry. HEX triplet: BD, 5D and 9B. RGB value is (189,93,155). Sum of RGB (Red+Green+Blue) = 189+93+155=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5D9B is #42A264. Grayscale: #808080. Windows color (decimal): -4366949 or 10182077. OLE color: 10182077.
HSL color Cylindrical-coordinate representation of color #BD5D9B: hue angle of 321.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5D9B is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 155 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.26 |
| HSL | 321.25º | 0.42% | 0.55% | - |
| HSV(B) | 321.25º | 0.51% | 0.74% | - |
| XYZ | 30.82 | 21.01 | 33.44 | - |
| YUV | 128.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 155 | 0 | 0.51 | 0.18 | 0.26 | 321.25 | 0.42 | 0.55 |
| Hex | BD | 5D | 9B | 0 | 33 | 12 | 1A | 141 | 2A | 37 |
| Octal | 275 | 135 | 233 | 0 | 63 | 22 | 32 | 501 | 52 | 67 |
| Binary | 10111101 | 1011101 | 10011011 | 0 | 110011 | 10010 | 11010 | 101000001 | 101010 | 110111 |
Color Harmonies of #BD5D9B
Complementary color
Monochromatic Colors of #BD5D9B
Black with #BD5D9B
Text Example
Text Example
White with #BD5D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D9B; }
p { color: rgb(189,93,155); }
H1.HeaderClassName
{
color: #BD5D9B;
}
.AnyTagClassName
{
color: #BD5D9B;
}
</style>
background-color css
<style>
a { background-color: #BD5D9B; }
a { background-color: rgb(189,93,155); }
div.DivClassName
{
background-color: #BD5D9B;
}
.BgClassName
{
background-color: #BD5D9B;
}
</style>
border-color css
<style>
span { border-color: #BD5D9B; }
span { border-color: rgb(189,93,155); }
td.TdClassName
{
border-color: #BD5D9B;
}
.TagClassName
{
border-color: #BD5D9B;
}
</style>