Shades of Mulberry #BD449F
Tints of Mulberry #BD449F
RGB
CMYK
RGB Variations
Color information
#BD449F (or 0xBD449F) is known color: Mulberry. HEX triplet: BD, 44 and 9F. RGB value is (189,68,159). Sum of RGB (Red+Green+Blue) = 189+68+159=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD449F is #42BB60. Grayscale: #727272. Windows color (decimal): -4373345 or 10437821. OLE color: 10437821.
HSL color Cylindrical-coordinate representation of color #BD449F: hue angle of 314.88º 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 #BD449F is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 159 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.26 |
| HSL | 314.88º | 0.48% | 0.5% | - |
| HSV(B) | 314.88º | 0.64% | 0.74% | - |
| XYZ | 29.31 | 17.46 | 34.63 | - |
| YUV | 114.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 159 | 0 | 0.64 | 0.16 | 0.26 | 314.88 | 0.48 | 0.5 |
| Hex | BD | 44 | 9F | 0 | 40 | 10 | 1A | 13B | 30 | 32 |
| Octal | 275 | 104 | 237 | 0 | 100 | 20 | 32 | 473 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10011111 | 0 | 1000000 | 10000 | 11010 | 100111011 | 110000 | 110010 |
Color Harmonies of #BD449F
Complementary color
Monochromatic Colors of #BD449F
Black with #BD449F
Text Example
Text Example
White with #BD449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD449F; }
p { color: rgb(189,68,159); }
H1.HeaderClassName
{
color: #BD449F;
}
.AnyTagClassName
{
color: #BD449F;
}
</style>
background-color css
<style>
a { background-color: #BD449F; }
a { background-color: rgb(189,68,159); }
div.DivClassName
{
background-color: #BD449F;
}
.BgClassName
{
background-color: #BD449F;
}
</style>
border-color css
<style>
span { border-color: #BD449F; }
span { border-color: rgb(189,68,159); }
td.TdClassName
{
border-color: #BD449F;
}
.TagClassName
{
border-color: #BD449F;
}
</style>