Shades of Mulberry #BD4A8F
Tints of Mulberry #BD4A8F
RGB
CMYK
RGB Variations
Color information
#BD4A8F (or 0xBD4A8F) is known color: Mulberry. HEX triplet: BD, 4A and 8F. RGB value is (189,74,143). Sum of RGB (Red+Green+Blue) = 189+74+143=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A8F is #42B570. Grayscale: #747474. Windows color (decimal): -4371825 or 9390781. OLE color: 9390781.
HSL color Cylindrical-coordinate representation of color #BD4A8F: hue angle of 324º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A8F is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 143 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.26 |
| HSL | 324º | 0.47% | 0.52% | - |
| HSV(B) | 324º | 0.61% | 0.74% | - |
| XYZ | 28.39 | 17.7 | 27.91 | - |
| YUV | 116.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 143 | 0 | 0.61 | 0.24 | 0.26 | 324 | 0.47 | 0.52 |
| Hex | BD | 4A | 8F | 0 | 3D | 18 | 1A | 144 | 2F | 34 |
| Octal | 275 | 112 | 217 | 0 | 75 | 30 | 32 | 504 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10001111 | 0 | 111101 | 11000 | 11010 | 101000100 | 101111 | 110100 |
Color Harmonies of #BD4A8F
Complementary color
Monochromatic Colors of #BD4A8F
Black with #BD4A8F
Text Example
Text Example
White with #BD4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A8F; }
p { color: rgb(189,74,143); }
H1.HeaderClassName
{
color: #BD4A8F;
}
.AnyTagClassName
{
color: #BD4A8F;
}
</style>
background-color css
<style>
a { background-color: #BD4A8F; }
a { background-color: rgb(189,74,143); }
div.DivClassName
{
background-color: #BD4A8F;
}
.BgClassName
{
background-color: #BD4A8F;
}
</style>
border-color css
<style>
span { border-color: #BD4A8F; }
span { border-color: rgb(189,74,143); }
td.TdClassName
{
border-color: #BD4A8F;
}
.TagClassName
{
border-color: #BD4A8F;
}
</style>