Shades of Mulberry #BD4893
Tints of Mulberry #BD4893
RGB
CMYK
RGB Variations
Color information
#BD4893 (or 0xBD4893) is known color: Mulberry. HEX triplet: BD, 48 and 93. RGB value is (189,72,147). Sum of RGB (Red+Green+Blue) = 189+72+147=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4893 is #42B76C. Grayscale: #737373. Windows color (decimal): -4372333 or 9652413. OLE color: 9652413.
HSL color Cylindrical-coordinate representation of color #BD4893: hue angle of 321.54º 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 #BD4893 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 147 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.26 |
| HSL | 321.54º | 0.47% | 0.51% | - |
| HSV(B) | 321.54º | 0.62% | 0.74% | - |
| XYZ | 28.57 | 17.56 | 29.49 | - |
| YUV | 115.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 147 | 0 | 0.62 | 0.22 | 0.26 | 321.54 | 0.47 | 0.51 |
| Hex | BD | 48 | 93 | 0 | 3E | 16 | 1A | 142 | 2F | 33 |
| Octal | 275 | 110 | 223 | 0 | 76 | 26 | 32 | 502 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10010011 | 0 | 111110 | 10110 | 11010 | 101000010 | 101111 | 110011 |
Color Harmonies of #BD4893
Complementary color
Monochromatic Colors of #BD4893
Black with #BD4893
Text Example
Text Example
White with #BD4893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4893; }
p { color: rgb(189,72,147); }
H1.HeaderClassName
{
color: #BD4893;
}
.AnyTagClassName
{
color: #BD4893;
}
</style>
background-color css
<style>
a { background-color: #BD4893; }
a { background-color: rgb(189,72,147); }
div.DivClassName
{
background-color: #BD4893;
}
.BgClassName
{
background-color: #BD4893;
}
</style>
border-color css
<style>
span { border-color: #BD4893; }
span { border-color: rgb(189,72,147); }
td.TdClassName
{
border-color: #BD4893;
}
.TagClassName
{
border-color: #BD4893;
}
</style>