Shades of Mulberry #BD5B98
Tints of Mulberry #BD5B98
RGB
CMYK
RGB Variations
Color information
#BD5B98 (or 0xBD5B98) is known color: Mulberry. HEX triplet: BD, 5B and 98. RGB value is (189,91,152). Sum of RGB (Red+Green+Blue) = 189+91+152=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5B98 is #42A467. Grayscale: #7F7F7F. Windows color (decimal): -4367464 or 9984957. OLE color: 9984957.
HSL color Cylindrical-coordinate representation of color #BD5B98: hue angle of 322.65º 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 #BD5B98 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 91 | 152 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.26 |
| HSL | 322.65º | 0.43% | 0.55% | - |
| HSV(B) | 322.65º | 0.52% | 0.74% | - |
| XYZ | 30.39 | 20.57 | 32.07 | - |
| YUV | 127.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 152 | 0 | 0.52 | 0.20 | 0.26 | 322.65 | 0.43 | 0.55 |
| Hex | BD | 5B | 98 | 0 | 34 | 14 | 1A | 143 | 2B | 37 |
| Octal | 275 | 133 | 230 | 0 | 64 | 24 | 32 | 503 | 53 | 67 |
| Binary | 10111101 | 1011011 | 10011000 | 0 | 110100 | 10100 | 11010 | 101000011 | 101011 | 110111 |
Color Harmonies of #BD5B98
Complementary color
Monochromatic Colors of #BD5B98
Black with #BD5B98
Text Example
Text Example
White with #BD5B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5B98; }
p { color: rgb(189,91,152); }
H1.HeaderClassName
{
color: #BD5B98;
}
.AnyTagClassName
{
color: #BD5B98;
}
</style>
background-color css
<style>
a { background-color: #BD5B98; }
a { background-color: rgb(189,91,152); }
div.DivClassName
{
background-color: #BD5B98;
}
.BgClassName
{
background-color: #BD5B98;
}
</style>
border-color css
<style>
span { border-color: #BD5B98; }
span { border-color: rgb(189,91,152); }
td.TdClassName
{
border-color: #BD5B98;
}
.TagClassName
{
border-color: #BD5B98;
}
</style>