Shades of Mulberry #BD448F
Tints of Mulberry #BD448F
RGB
CMYK
RGB Variations
Color information
#BD448F (or 0xBD448F) is known color: Mulberry. HEX triplet: BD, 44 and 8F. RGB value is (189,68,143). Sum of RGB (Red+Green+Blue) = 189+68+143=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD448F is #42BB70. Grayscale: #707070. Windows color (decimal): -4373361 or 9389245. OLE color: 9389245.
HSL color Cylindrical-coordinate representation of color #BD448F: hue angle of 322.81º 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 #BD448F is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 143 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.26 |
| HSL | 322.81º | 0.48% | 0.5% | - |
| HSV(B) | 322.81º | 0.64% | 0.74% | - |
| XYZ | 28.01 | 16.94 | 27.78 | - |
| YUV | 112.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 143 | 0 | 0.64 | 0.24 | 0.26 | 322.81 | 0.48 | 0.5 |
| Hex | BD | 44 | 8F | 0 | 40 | 18 | 1A | 143 | 30 | 32 |
| Octal | 275 | 104 | 217 | 0 | 100 | 30 | 32 | 503 | 60 | 62 |
| Binary | 10111101 | 1000100 | 10001111 | 0 | 1000000 | 11000 | 11010 | 101000011 | 110000 | 110010 |
Color Harmonies of #BD448F
Complementary color
Monochromatic Colors of #BD448F
Black with #BD448F
Text Example
Text Example
White with #BD448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD448F; }
p { color: rgb(189,68,143); }
H1.HeaderClassName
{
color: #BD448F;
}
.AnyTagClassName
{
color: #BD448F;
}
</style>
background-color css
<style>
a { background-color: #BD448F; }
a { background-color: rgb(189,68,143); }
div.DivClassName
{
background-color: #BD448F;
}
.BgClassName
{
background-color: #BD448F;
}
</style>
border-color css
<style>
span { border-color: #BD448F; }
span { border-color: rgb(189,68,143); }
td.TdClassName
{
border-color: #BD448F;
}
.TagClassName
{
border-color: #BD448F;
}
</style>