Shades of Mulberry #BD449E
Tints of Mulberry #BD449E
RGB
CMYK
RGB Variations
Color information
#BD449E (or 0xBD449E) is known color: Mulberry. HEX triplet: BD, 44 and 9E. RGB value is (189,68,158). Sum of RGB (Red+Green+Blue) = 189+68+158=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD449E is #42BB61. Grayscale: #727272. Windows color (decimal): -4373346 or 10372285. OLE color: 10372285.
HSL color Cylindrical-coordinate representation of color #BD449E: hue angle of 315.37º 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 #BD449E is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 158 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.26 |
| HSL | 315.37º | 0.48% | 0.5% | - |
| HSV(B) | 315.37º | 0.64% | 0.74% | - |
| XYZ | 29.22 | 17.42 | 34.17 | - |
| YUV | 114.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 158 | 0 | 0.64 | 0.16 | 0.26 | 315.37 | 0.48 | 0.5 |
| Hex | BD | 44 | 9E | 0 | 40 | 10 | 1A | 13B | 30 | 32 |
| Octal | 275 | 104 | 236 | 0 | 100 | 20 | 32 | 473 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10011110 | 0 | 1000000 | 10000 | 11010 | 100111011 | 110000 | 110010 |
Color Harmonies of #BD449E
Complementary color
Monochromatic Colors of #BD449E
Black with #BD449E
Text Example
Text Example
White with #BD449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD449E; }
p { color: rgb(189,68,158); }
H1.HeaderClassName
{
color: #BD449E;
}
.AnyTagClassName
{
color: #BD449E;
}
</style>
background-color css
<style>
a { background-color: #BD449E; }
a { background-color: rgb(189,68,158); }
div.DivClassName
{
background-color: #BD449E;
}
.BgClassName
{
background-color: #BD449E;
}
</style>
border-color css
<style>
span { border-color: #BD449E; }
span { border-color: rgb(189,68,158); }
td.TdClassName
{
border-color: #BD449E;
}
.TagClassName
{
border-color: #BD449E;
}
</style>