Shades of Mulberry #BD4C9F
Tints of Mulberry #BD4C9F
RGB
CMYK
RGB Variations
Color information
#BD4C9F (or 0xBD4C9F) is known color: Mulberry. HEX triplet: BD, 4C and 9F. RGB value is (189,76,159). Sum of RGB (Red+Green+Blue) = 189+76+159=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C9F is #42B360. Grayscale: #777777. Windows color (decimal): -4371297 or 10439869. OLE color: 10439869.
HSL color Cylindrical-coordinate representation of color #BD4C9F: hue angle of 315.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4C9F is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 159 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.26 |
| HSL | 315.93º | 0.46% | 0.52% | - |
| HSV(B) | 315.93º | 0.6% | 0.74% | - |
| XYZ | 29.83 | 18.49 | 34.8 | - |
| YUV | 119.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 159 | 0 | 0.60 | 0.16 | 0.26 | 315.93 | 0.46 | 0.52 |
| Hex | BD | 4C | 9F | 0 | 3C | 10 | 1A | 13C | 2E | 34 |
| Octal | 275 | 114 | 237 | 0 | 74 | 20 | 32 | 474 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10011111 | 0 | 111100 | 10000 | 11010 | 100111100 | 101110 | 110100 |
Color Harmonies of #BD4C9F
Complementary color
Monochromatic Colors of #BD4C9F
Black with #BD4C9F
Text Example
Text Example
White with #BD4C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C9F; }
p { color: rgb(189,76,159); }
H1.HeaderClassName
{
color: #BD4C9F;
}
.AnyTagClassName
{
color: #BD4C9F;
}
</style>
background-color css
<style>
a { background-color: #BD4C9F; }
a { background-color: rgb(189,76,159); }
div.DivClassName
{
background-color: #BD4C9F;
}
.BgClassName
{
background-color: #BD4C9F;
}
</style>
border-color css
<style>
span { border-color: #BD4C9F; }
span { border-color: rgb(189,76,159); }
td.TdClassName
{
border-color: #BD4C9F;
}
.TagClassName
{
border-color: #BD4C9F;
}
</style>