Shades of Mulberry #BD438E
Tints of Mulberry #BD438E
RGB
CMYK
RGB Variations
Color information
#BD438E (or 0xBD438E) is known color: Mulberry. HEX triplet: BD, 43 and 8E. RGB value is (189,67,142). Sum of RGB (Red+Green+Blue) = 189+67+142=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD438E is #42BC71. Grayscale: #6F6F6F. Windows color (decimal): -4373618 or 9323453. OLE color: 9323453.
HSL color Cylindrical-coordinate representation of color #BD438E: hue angle of 323.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD438E is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 142 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.26 |
| HSL | 323.11º | 0.48% | 0.5% | - |
| HSV(B) | 323.11º | 0.65% | 0.74% | - |
| XYZ | 27.88 | 16.79 | 27.36 | - |
| YUV | 112.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 142 | 0 | 0.65 | 0.25 | 0.26 | 323.11 | 0.48 | 0.5 |
| Hex | BD | 43 | 8E | 0 | 41 | 19 | 1A | 143 | 30 | 32 |
| Octal | 275 | 103 | 216 | 0 | 101 | 31 | 32 | 503 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10001110 | 0 | 1000001 | 11001 | 11010 | 101000011 | 110000 | 110010 |
Color Harmonies of #BD438E
Complementary color
Monochromatic Colors of #BD438E
Black with #BD438E
Text Example
Text Example
White with #BD438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD438E; }
p { color: rgb(189,67,142); }
H1.HeaderClassName
{
color: #BD438E;
}
.AnyTagClassName
{
color: #BD438E;
}
</style>
background-color css
<style>
a { background-color: #BD438E; }
a { background-color: rgb(189,67,142); }
div.DivClassName
{
background-color: #BD438E;
}
.BgClassName
{
background-color: #BD438E;
}
</style>
border-color css
<style>
span { border-color: #BD438E; }
span { border-color: rgb(189,67,142); }
td.TdClassName
{
border-color: #BD438E;
}
.TagClassName
{
border-color: #BD438E;
}
</style>