Shades of Mulberry #BD4B9A
Tints of Mulberry #BD4B9A
RGB
CMYK
RGB Variations
Color information
#BD4B9A (or 0xBD4B9A) is known color: Mulberry. HEX triplet: BD, 4B and 9A. RGB value is (189,75,154). Sum of RGB (Red+Green+Blue) = 189+75+154=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4B9A is #42B465. Grayscale: #757575. Windows color (decimal): -4371558 or 10111933. OLE color: 10111933.
HSL color Cylindrical-coordinate representation of color #BD4B9A: hue angle of 318.42º 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 #BD4B9A is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 154 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.26 |
| HSL | 318.42º | 0.46% | 0.52% | - |
| HSV(B) | 318.42º | 0.6% | 0.74% | - |
| XYZ | 29.34 | 18.18 | 32.54 | - |
| YUV | 118.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 154 | 0 | 0.60 | 0.19 | 0.26 | 318.42 | 0.46 | 0.52 |
| Hex | BD | 4B | 9A | 0 | 3C | 13 | 1A | 13E | 2E | 34 |
| Octal | 275 | 113 | 232 | 0 | 74 | 23 | 32 | 476 | 56 | 64 |
| Binary | 10111101 | 1001011 | 10011010 | 0 | 111100 | 10011 | 11010 | 100111110 | 101110 | 110100 |
Color Harmonies of #BD4B9A
Complementary color
Monochromatic Colors of #BD4B9A
Black with #BD4B9A
Text Example
Text Example
White with #BD4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B9A; }
p { color: rgb(189,75,154); }
H1.HeaderClassName
{
color: #BD4B9A;
}
.AnyTagClassName
{
color: #BD4B9A;
}
</style>
background-color css
<style>
a { background-color: #BD4B9A; }
a { background-color: rgb(189,75,154); }
div.DivClassName
{
background-color: #BD4B9A;
}
.BgClassName
{
background-color: #BD4B9A;
}
</style>
border-color css
<style>
span { border-color: #BD4B9A; }
span { border-color: rgb(189,75,154); }
td.TdClassName
{
border-color: #BD4B9A;
}
.TagClassName
{
border-color: #BD4B9A;
}
</style>