Shades of Mulberry #BD5B8A
Tints of Mulberry #BD5B8A
RGB
CMYK
RGB Variations
Color information
#BD5B8A (or 0xBD5B8A) is known color: Mulberry. HEX triplet: BD, 5B and 8A. RGB value is (189,91,138). Sum of RGB (Red+Green+Blue) = 189+91+138=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5B8A is #42A475. Grayscale: #7D7D7D. Windows color (decimal): -4367478 or 9067453. OLE color: 9067453.
HSL color Cylindrical-coordinate representation of color #BD5B8A: hue angle of 331.22º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5B8A is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 91 | 138 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.26 |
| HSL | 331.22º | 0.43% | 0.55% | - |
| HSV(B) | 331.22º | 0.52% | 0.74% | - |
| XYZ | 29.31 | 20.14 | 26.39 | - |
| YUV | 125.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 138 | 0 | 0.52 | 0.27 | 0.26 | 331.22 | 0.43 | 0.55 |
| Hex | BD | 5B | 8A | 0 | 34 | 1B | 1A | 14B | 2B | 37 |
| Octal | 275 | 133 | 212 | 0 | 64 | 33 | 32 | 513 | 53 | 67 |
| Binary | 10111101 | 1011011 | 10001010 | 0 | 110100 | 11011 | 11010 | 101001011 | 101011 | 110111 |
Color Harmonies of #BD5B8A
Complementary color
Monochromatic Colors of #BD5B8A
Black with #BD5B8A
Text Example
Text Example
White with #BD5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5B8A; }
p { color: rgb(189,91,138); }
H1.HeaderClassName
{
color: #BD5B8A;
}
.AnyTagClassName
{
color: #BD5B8A;
}
</style>
background-color css
<style>
a { background-color: #BD5B8A; }
a { background-color: rgb(189,91,138); }
div.DivClassName
{
background-color: #BD5B8A;
}
.BgClassName
{
background-color: #BD5B8A;
}
</style>
border-color css
<style>
span { border-color: #BD5B8A; }
span { border-color: rgb(189,91,138); }
td.TdClassName
{
border-color: #BD5B8A;
}
.TagClassName
{
border-color: #BD5B8A;
}
</style>