Shades of Mulberry #BD4D9A
Tints of Mulberry #BD4D9A
RGB
CMYK
RGB Variations
Color information
#BD4D9A (or 0xBD4D9A) is known color: Mulberry. HEX triplet: BD, 4D and 9A. RGB value is (189,77,154). Sum of RGB (Red+Green+Blue) = 189+77+154=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D9A is #42B265. Grayscale: #777777. Windows color (decimal): -4371046 or 10112445. OLE color: 10112445.
HSL color Cylindrical-coordinate representation of color #BD4D9A: hue angle of 318.75º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4D9A is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 154 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.26 |
| HSL | 318.75º | 0.46% | 0.52% | - |
| HSV(B) | 318.75º | 0.59% | 0.74% | - |
| XYZ | 29.47 | 18.46 | 32.58 | - |
| YUV | 119.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 154 | 0 | 0.59 | 0.19 | 0.26 | 318.75 | 0.46 | 0.52 |
| Hex | BD | 4D | 9A | 0 | 3B | 13 | 1A | 13F | 2E | 34 |
| Octal | 275 | 115 | 232 | 0 | 73 | 23 | 32 | 477 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10011010 | 0 | 111011 | 10011 | 11010 | 100111111 | 101110 | 110100 |
Color Harmonies of #BD4D9A
Complementary color
Monochromatic Colors of #BD4D9A
Black with #BD4D9A
Text Example
Text Example
White with #BD4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D9A; }
p { color: rgb(189,77,154); }
H1.HeaderClassName
{
color: #BD4D9A;
}
.AnyTagClassName
{
color: #BD4D9A;
}
</style>
background-color css
<style>
a { background-color: #BD4D9A; }
a { background-color: rgb(189,77,154); }
div.DivClassName
{
background-color: #BD4D9A;
}
.BgClassName
{
background-color: #BD4D9A;
}
</style>
border-color css
<style>
span { border-color: #BD4D9A; }
span { border-color: rgb(189,77,154); }
td.TdClassName
{
border-color: #BD4D9A;
}
.TagClassName
{
border-color: #BD4D9A;
}
</style>