Shades of Mulberry #BD449D
Tints of Mulberry #BD449D
RGB
CMYK
RGB Variations
Color information
#BD449D (or 0xBD449D) is known color: Mulberry. HEX triplet: BD, 44 and 9D. RGB value is (189,68,157). Sum of RGB (Red+Green+Blue) = 189+68+157=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD449D is #42BB62. Grayscale: #727272. Windows color (decimal): -4373347 or 10306749. OLE color: 10306749.
HSL color Cylindrical-coordinate representation of color #BD449D: hue angle of 315.87º 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 #BD449D is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 157 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.26 |
| HSL | 315.87º | 0.48% | 0.5% | - |
| HSV(B) | 315.87º | 0.64% | 0.74% | - |
| XYZ | 29.14 | 17.39 | 33.72 | - |
| YUV | 114.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 157 | 0 | 0.64 | 0.17 | 0.26 | 315.87 | 0.48 | 0.5 |
| Hex | BD | 44 | 9D | 0 | 40 | 11 | 1A | 13C | 30 | 32 |
| Octal | 275 | 104 | 235 | 0 | 100 | 21 | 32 | 474 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10011101 | 0 | 1000000 | 10001 | 11010 | 100111100 | 110000 | 110010 |
Color Harmonies of #BD449D
Complementary color
Monochromatic Colors of #BD449D
Black with #BD449D
Text Example
Text Example
White with #BD449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD449D; }
p { color: rgb(189,68,157); }
H1.HeaderClassName
{
color: #BD449D;
}
.AnyTagClassName
{
color: #BD449D;
}
</style>
background-color css
<style>
a { background-color: #BD449D; }
a { background-color: rgb(189,68,157); }
div.DivClassName
{
background-color: #BD449D;
}
.BgClassName
{
background-color: #BD449D;
}
</style>
border-color css
<style>
span { border-color: #BD449D; }
span { border-color: rgb(189,68,157); }
td.TdClassName
{
border-color: #BD449D;
}
.TagClassName
{
border-color: #BD449D;
}
</style>