Shades of Mulberry #BD4C9A
Tints of Mulberry #BD4C9A
RGB
CMYK
RGB Variations
Color information
#BD4C9A (or 0xBD4C9A) is known color: Mulberry. HEX triplet: BD, 4C and 9A. RGB value is (189,76,154). Sum of RGB (Red+Green+Blue) = 189+76+154=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C9A is #42B365. Grayscale: #767676. Windows color (decimal): -4371302 or 10112189. OLE color: 10112189.
HSL color Cylindrical-coordinate representation of color #BD4C9A: hue angle of 318.58º 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 #BD4C9A is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 154 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.26 |
| HSL | 318.58º | 0.46% | 0.52% | - |
| HSV(B) | 318.58º | 0.6% | 0.74% | - |
| XYZ | 29.4 | 18.32 | 32.56 | - |
| YUV | 118.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 154 | 0 | 0.60 | 0.19 | 0.26 | 318.58 | 0.46 | 0.52 |
| Hex | BD | 4C | 9A | 0 | 3C | 13 | 1A | 13F | 2E | 34 |
| Octal | 275 | 114 | 232 | 0 | 74 | 23 | 32 | 477 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10011010 | 0 | 111100 | 10011 | 11010 | 100111111 | 101110 | 110100 |
Color Harmonies of #BD4C9A
Complementary color
Monochromatic Colors of #BD4C9A
Black with #BD4C9A
Text Example
Text Example
White with #BD4C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C9A; }
p { color: rgb(189,76,154); }
H1.HeaderClassName
{
color: #BD4C9A;
}
.AnyTagClassName
{
color: #BD4C9A;
}
</style>
background-color css
<style>
a { background-color: #BD4C9A; }
a { background-color: rgb(189,76,154); }
div.DivClassName
{
background-color: #BD4C9A;
}
.BgClassName
{
background-color: #BD4C9A;
}
</style>
border-color css
<style>
span { border-color: #BD4C9A; }
span { border-color: rgb(189,76,154); }
td.TdClassName
{
border-color: #BD4C9A;
}
.TagClassName
{
border-color: #BD4C9A;
}
</style>