Shades of Mulberry #BD4490
Tints of Mulberry #BD4490
RGB
CMYK
RGB Variations
Color information
#BD4490 (or 0xBD4490) is known color: Mulberry. HEX triplet: BD, 44 and 90. RGB value is (189,68,144). Sum of RGB (Red+Green+Blue) = 189+68+144=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4490 is #42BB6F. Grayscale: #707070. Windows color (decimal): -4373360 or 9454781. OLE color: 9454781.
HSL color Cylindrical-coordinate representation of color #BD4490: hue angle of 322.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4490 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 144 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.26 |
| HSL | 322.31º | 0.48% | 0.5% | - |
| HSV(B) | 322.31º | 0.64% | 0.74% | - |
| XYZ | 28.09 | 16.97 | 28.18 | - |
| YUV | 112.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 144 | 0 | 0.64 | 0.24 | 0.26 | 322.31 | 0.48 | 0.5 |
| Hex | BD | 44 | 90 | 0 | 40 | 18 | 1A | 142 | 30 | 32 |
| Octal | 275 | 104 | 220 | 0 | 100 | 30 | 32 | 502 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10010000 | 0 | 1000000 | 11000 | 11010 | 101000010 | 110000 | 110010 |
Color Harmonies of #BD4490
Complementary color
Monochromatic Colors of #BD4490
Black with #BD4490
Text Example
Text Example
White with #BD4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4490; }
p { color: rgb(189,68,144); }
H1.HeaderClassName
{
color: #BD4490;
}
.AnyTagClassName
{
color: #BD4490;
}
</style>
background-color css
<style>
a { background-color: #BD4490; }
a { background-color: rgb(189,68,144); }
div.DivClassName
{
background-color: #BD4490;
}
.BgClassName
{
background-color: #BD4490;
}
</style>
border-color css
<style>
span { border-color: #BD4490; }
span { border-color: rgb(189,68,144); }
td.TdClassName
{
border-color: #BD4490;
}
.TagClassName
{
border-color: #BD4490;
}
</style>