Shades of Mulberry #BD549B
Tints of Mulberry #BD549B
RGB
CMYK
RGB Variations
Color information
#BD549B (or 0xBD549B) is known color: Mulberry. HEX triplet: BD, 54 and 9B. RGB value is (189,84,155). Sum of RGB (Red+Green+Blue) = 189+84+155=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD549B is #42AB64. Grayscale: #7B7B7B. Windows color (decimal): -4369253 or 10179773. OLE color: 10179773.
HSL color Cylindrical-coordinate representation of color #BD549B: hue angle of 319.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD549B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 155 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.26 |
| HSL | 319.43º | 0.44% | 0.54% | - |
| HSV(B) | 319.43º | 0.56% | 0.74% | - |
| XYZ | 30.07 | 19.53 | 33.19 | - |
| YUV | 123.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 155 | 0 | 0.56 | 0.18 | 0.26 | 319.43 | 0.44 | 0.54 |
| Hex | BD | 54 | 9B | 0 | 38 | 12 | 1A | 13F | 2C | 36 |
| Octal | 275 | 124 | 233 | 0 | 70 | 22 | 32 | 477 | 54 | 66 |
| Binary | 10111101 | 1010100 | 10011011 | 0 | 111000 | 10010 | 11010 | 100111111 | 101100 | 110110 |
Color Harmonies of #BD549B
Complementary color
Monochromatic Colors of #BD549B
Black with #BD549B
Text Example
Text Example
White with #BD549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD549B; }
p { color: rgb(189,84,155); }
H1.HeaderClassName
{
color: #BD549B;
}
.AnyTagClassName
{
color: #BD549B;
}
</style>
background-color css
<style>
a { background-color: #BD549B; }
a { background-color: rgb(189,84,155); }
div.DivClassName
{
background-color: #BD549B;
}
.BgClassName
{
background-color: #BD549B;
}
</style>
border-color css
<style>
span { border-color: #BD549B; }
span { border-color: rgb(189,84,155); }
td.TdClassName
{
border-color: #BD549B;
}
.TagClassName
{
border-color: #BD549B;
}
</style>