Shades of Mulberry #BD4BA1
Tints of Mulberry #BD4BA1
RGB
CMYK
RGB Variations
Color information
#BD4BA1 (or 0xBD4BA1) is known color: Mulberry. HEX triplet: BD, 4B and A1. RGB value is (189,75,161). Sum of RGB (Red+Green+Blue) = 189+75+161=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BA1 is #42B45E. Grayscale: #767676. Windows color (decimal): -4371551 or 10570685. OLE color: 10570685.
HSL color Cylindrical-coordinate representation of color #BD4BA1: hue angle of 314.74º 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 #BD4BA1 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 161 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.26 |
| HSL | 314.74º | 0.46% | 0.52% | - |
| HSV(B) | 314.74º | 0.6% | 0.74% | - |
| XYZ | 29.94 | 18.42 | 35.7 | - |
| YUV | 118.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 161 | 0 | 0.60 | 0.15 | 0.26 | 314.74 | 0.46 | 0.52 |
| Hex | BD | 4B | A1 | 0 | 3C | F | 1A | 13B | 2E | 34 |
| Octal | 275 | 113 | 241 | 0 | 74 | 17 | 32 | 473 | 56 | 64 |
| Binary | 10111101 | 1001011 | 10100001 | 0 | 111100 | 1111 | 11010 | 100111011 | 101110 | 110100 |
Color Harmonies of #BD4BA1
Complementary color
Monochromatic Colors of #BD4BA1
Black with #BD4BA1
Text Example
Text Example
White with #BD4BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BA1; }
p { color: rgb(189,75,161); }
H1.HeaderClassName
{
color: #BD4BA1;
}
.AnyTagClassName
{
color: #BD4BA1;
}
</style>
background-color css
<style>
a { background-color: #BD4BA1; }
a { background-color: rgb(189,75,161); }
div.DivClassName
{
background-color: #BD4BA1;
}
.BgClassName
{
background-color: #BD4BA1;
}
</style>
border-color css
<style>
span { border-color: #BD4BA1; }
span { border-color: rgb(189,75,161); }
td.TdClassName
{
border-color: #BD4BA1;
}
.TagClassName
{
border-color: #BD4BA1;
}
</style>