Shades of Mulberry #BD438B
Tints of Mulberry #BD438B
RGB
CMYK
RGB Variations
Color information
#BD438B (or 0xBD438B) is known color: Mulberry. HEX triplet: BD, 43 and 8B. RGB value is (189,67,139). Sum of RGB (Red+Green+Blue) = 189+67+139=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD438B is #42BC74. Grayscale: #6F6F6F. Windows color (decimal): -4373621 or 9126845. OLE color: 9126845.
HSL color Cylindrical-coordinate representation of color #BD438B: hue angle of 324.59º 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 #BD438B is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 139 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.26 |
| HSL | 324.59º | 0.48% | 0.5% | - |
| HSV(B) | 324.59º | 0.65% | 0.74% | - |
| XYZ | 27.65 | 16.7 | 26.19 | - |
| YUV | 111.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 139 | 0 | 0.65 | 0.26 | 0.26 | 324.59 | 0.48 | 0.5 |
| Hex | BD | 43 | 8B | 0 | 41 | 1A | 1A | 145 | 30 | 32 |
| Octal | 275 | 103 | 213 | 0 | 101 | 32 | 32 | 505 | 60 | 62 |
| Binary | 10111101 | 1000011 | 10001011 | 0 | 1000001 | 11010 | 11010 | 101000101 | 110000 | 110010 |
Color Harmonies of #BD438B
Complementary color
Monochromatic Colors of #BD438B
Black with #BD438B
Text Example
Text Example
White with #BD438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD438B; }
p { color: rgb(189,67,139); }
H1.HeaderClassName
{
color: #BD438B;
}
.AnyTagClassName
{
color: #BD438B;
}
</style>
background-color css
<style>
a { background-color: #BD438B; }
a { background-color: rgb(189,67,139); }
div.DivClassName
{
background-color: #BD438B;
}
.BgClassName
{
background-color: #BD438B;
}
</style>
border-color css
<style>
span { border-color: #BD438B; }
span { border-color: rgb(189,67,139); }
td.TdClassName
{
border-color: #BD438B;
}
.TagClassName
{
border-color: #BD438B;
}
</style>