Shades of Mulberry #BD4B95
Tints of Mulberry #BD4B95
RGB
CMYK
RGB Variations
Color information
#BD4B95 (or 0xBD4B95) is known color: Mulberry. HEX triplet: BD, 4B and 95. RGB value is (189,75,149). Sum of RGB (Red+Green+Blue) = 189+75+149=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4B95 is #42B46A. Grayscale: #757575. Windows color (decimal): -4371563 or 9784253. OLE color: 9784253.
HSL color Cylindrical-coordinate representation of color #BD4B95: hue angle of 321.05º 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 #BD4B95 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 149 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.26 |
| HSL | 321.05º | 0.46% | 0.52% | - |
| HSV(B) | 321.05º | 0.6% | 0.74% | - |
| XYZ | 28.93 | 18.02 | 30.39 | - |
| YUV | 117.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 149 | 0 | 0.60 | 0.21 | 0.26 | 321.05 | 0.46 | 0.52 |
| Hex | BD | 4B | 95 | 0 | 3C | 15 | 1A | 141 | 2E | 34 |
| Octal | 275 | 113 | 225 | 0 | 74 | 25 | 32 | 501 | 56 | 64 |
| Binary | 10111101 | 1001011 | 10010101 | 0 | 111100 | 10101 | 11010 | 101000001 | 101110 | 110100 |
Color Harmonies of #BD4B95
Complementary color
Monochromatic Colors of #BD4B95
Black with #BD4B95
Text Example
Text Example
White with #BD4B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B95; }
p { color: rgb(189,75,149); }
H1.HeaderClassName
{
color: #BD4B95;
}
.AnyTagClassName
{
color: #BD4B95;
}
</style>
background-color css
<style>
a { background-color: #BD4B95; }
a { background-color: rgb(189,75,149); }
div.DivClassName
{
background-color: #BD4B95;
}
.BgClassName
{
background-color: #BD4B95;
}
</style>
border-color css
<style>
span { border-color: #BD4B95; }
span { border-color: rgb(189,75,149); }
td.TdClassName
{
border-color: #BD4B95;
}
.TagClassName
{
border-color: #BD4B95;
}
</style>