Shades of Mulberry #BD4897
Tints of Mulberry #BD4897
RGB
CMYK
RGB Variations
Color information
#BD4897 (or 0xBD4897) is known color: Mulberry. HEX triplet: BD, 48 and 97. RGB value is (189,72,151). Sum of RGB (Red+Green+Blue) = 189+72+151=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4897 is #42B768. Grayscale: #737373. Windows color (decimal): -4372329 or 9914557. OLE color: 9914557.
HSL color Cylindrical-coordinate representation of color #BD4897: hue angle of 319.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4897 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 151 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.26 |
| HSL | 319.49º | 0.47% | 0.51% | - |
| HSV(B) | 319.49º | 0.62% | 0.74% | - |
| XYZ | 28.89 | 17.69 | 31.17 | - |
| YUV | 115.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 151 | 0 | 0.62 | 0.20 | 0.26 | 319.49 | 0.47 | 0.51 |
| Hex | BD | 48 | 97 | 0 | 3E | 14 | 1A | 13F | 2F | 33 |
| Octal | 275 | 110 | 227 | 0 | 76 | 24 | 32 | 477 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10010111 | 0 | 111110 | 10100 | 11010 | 100111111 | 101111 | 110011 |
Color Harmonies of #BD4897
Complementary color
Monochromatic Colors of #BD4897
Black with #BD4897
Text Example
Text Example
White with #BD4897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4897; }
p { color: rgb(189,72,151); }
H1.HeaderClassName
{
color: #BD4897;
}
.AnyTagClassName
{
color: #BD4897;
}
</style>
background-color css
<style>
a { background-color: #BD4897; }
a { background-color: rgb(189,72,151); }
div.DivClassName
{
background-color: #BD4897;
}
.BgClassName
{
background-color: #BD4897;
}
</style>
border-color css
<style>
span { border-color: #BD4897; }
span { border-color: rgb(189,72,151); }
td.TdClassName
{
border-color: #BD4897;
}
.TagClassName
{
border-color: #BD4897;
}
</style>