Shades of Mulberry #BD448C
Tints of Mulberry #BD448C
RGB
CMYK
RGB Variations
Color information
#BD448C (or 0xBD448C) is known color: Mulberry. HEX triplet: BD, 44 and 8C. RGB value is (189,68,140). Sum of RGB (Red+Green+Blue) = 189+68+140=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD448C is #42BB73. Grayscale: #707070. Windows color (decimal): -4373364 or 9192637. OLE color: 9192637.
HSL color Cylindrical-coordinate representation of color #BD448C: hue angle of 324.3º 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 #BD448C is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 140 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.26 |
| HSL | 324.3º | 0.48% | 0.5% | - |
| HSV(B) | 324.3º | 0.64% | 0.74% | - |
| XYZ | 27.79 | 16.85 | 26.6 | - |
| YUV | 112.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 140 | 0 | 0.64 | 0.26 | 0.26 | 324.3 | 0.48 | 0.5 |
| Hex | BD | 44 | 8C | 0 | 40 | 1A | 1A | 144 | 30 | 32 |
| Octal | 275 | 104 | 214 | 0 | 100 | 32 | 32 | 504 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10001100 | 0 | 1000000 | 11010 | 11010 | 101000100 | 110000 | 110010 |
Color Harmonies of #BD448C
Complementary color
Monochromatic Colors of #BD448C
Black with #BD448C
Text Example
Text Example
White with #BD448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD448C; }
p { color: rgb(189,68,140); }
H1.HeaderClassName
{
color: #BD448C;
}
.AnyTagClassName
{
color: #BD448C;
}
</style>
background-color css
<style>
a { background-color: #BD448C; }
a { background-color: rgb(189,68,140); }
div.DivClassName
{
background-color: #BD448C;
}
.BgClassName
{
background-color: #BD448C;
}
</style>
border-color css
<style>
span { border-color: #BD448C; }
span { border-color: rgb(189,68,140); }
td.TdClassName
{
border-color: #BD448C;
}
.TagClassName
{
border-color: #BD448C;
}
</style>