Shades of Mulberry #BD4BA2
Tints of Mulberry #BD4BA2
RGB
CMYK
RGB Variations
Color information
#BD4BA2 (or 0xBD4BA2) is known color: Mulberry. HEX triplet: BD, 4B and A2. RGB value is (189,75,162). Sum of RGB (Red+Green+Blue) = 189+75+162=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BA2 is #42B45D. Grayscale: #767676. Windows color (decimal): -4371550 or 10636221. OLE color: 10636221.
HSL color Cylindrical-coordinate representation of color #BD4BA2: hue angle of 314.21º 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 #BD4BA2 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 162 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.26 |
| HSL | 314.21º | 0.46% | 0.52% | - |
| HSV(B) | 314.21º | 0.6% | 0.74% | - |
| XYZ | 30.02 | 18.46 | 36.16 | - |
| YUV | 119 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 162 | 0 | 0.60 | 0.14 | 0.26 | 314.21 | 0.46 | 0.52 |
| Hex | BD | 4B | A2 | 0 | 3C | E | 1A | 13A | 2E | 34 |
| Octal | 275 | 113 | 242 | 0 | 74 | 16 | 32 | 472 | 56 | 64 |
| Binary | 10111101 | 1001011 | 10100010 | 0 | 111100 | 1110 | 11010 | 100111010 | 101110 | 110100 |
Color Harmonies of #BD4BA2
Complementary color
Monochromatic Colors of #BD4BA2
Black with #BD4BA2
Text Example
Text Example
White with #BD4BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BA2; }
p { color: rgb(189,75,162); }
H1.HeaderClassName
{
color: #BD4BA2;
}
.AnyTagClassName
{
color: #BD4BA2;
}
</style>
background-color css
<style>
a { background-color: #BD4BA2; }
a { background-color: rgb(189,75,162); }
div.DivClassName
{
background-color: #BD4BA2;
}
.BgClassName
{
background-color: #BD4BA2;
}
</style>
border-color css
<style>
span { border-color: #BD4BA2; }
span { border-color: rgb(189,75,162); }
td.TdClassName
{
border-color: #BD4BA2;
}
.TagClassName
{
border-color: #BD4BA2;
}
</style>