Shades of Mulberry #BD4393
Tints of Mulberry #BD4393
RGB
CMYK
RGB Variations
Color information
#BD4393 (or 0xBD4393) is known color: Mulberry. HEX triplet: BD, 43 and 93. RGB value is (189,67,147). Sum of RGB (Red+Green+Blue) = 189+67+147=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4393 is #42BC6C. Grayscale: #707070. Windows color (decimal): -4373613 or 9651133. OLE color: 9651133.
HSL color Cylindrical-coordinate representation of color #BD4393: hue angle of 320.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4393 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 147 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.26 |
| HSL | 320.66º | 0.48% | 0.5% | - |
| HSV(B) | 320.66º | 0.65% | 0.74% | - |
| XYZ | 28.26 | 16.94 | 29.38 | - |
| YUV | 112.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 147 | 0 | 0.65 | 0.22 | 0.26 | 320.66 | 0.48 | 0.5 |
| Hex | BD | 43 | 93 | 0 | 41 | 16 | 1A | 141 | 30 | 32 |
| Octal | 275 | 103 | 223 | 0 | 101 | 26 | 32 | 501 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10010011 | 0 | 1000001 | 10110 | 11010 | 101000001 | 110000 | 110010 |
Color Harmonies of #BD4393
Complementary color
Monochromatic Colors of #BD4393
Black with #BD4393
Text Example
Text Example
White with #BD4393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4393; }
p { color: rgb(189,67,147); }
H1.HeaderClassName
{
color: #BD4393;
}
.AnyTagClassName
{
color: #BD4393;
}
</style>
background-color css
<style>
a { background-color: #BD4393; }
a { background-color: rgb(189,67,147); }
div.DivClassName
{
background-color: #BD4393;
}
.BgClassName
{
background-color: #BD4393;
}
</style>
border-color css
<style>
span { border-color: #BD4393; }
span { border-color: rgb(189,67,147); }
td.TdClassName
{
border-color: #BD4393;
}
.TagClassName
{
border-color: #BD4393;
}
</style>