Shades of Mulberry #BD55A2
Tints of Mulberry #BD55A2
RGB
CMYK
RGB Variations
Color information
#BD55A2 (or 0xBD55A2) is known color: Mulberry. HEX triplet: BD, 55 and A2. RGB value is (189,85,162). Sum of RGB (Red+Green+Blue) = 189+85+162=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD55A2 is #42AA5D. Grayscale: #7C7C7C. Windows color (decimal): -4368990 or 10638781. OLE color: 10638781.
HSL color Cylindrical-coordinate representation of color #BD55A2: hue angle of 315.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD55A2 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 162 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.26 |
| HSL | 315.58º | 0.44% | 0.54% | - |
| HSV(B) | 315.58º | 0.55% | 0.74% | - |
| XYZ | 30.76 | 19.92 | 36.41 | - |
| YUV | 124.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 162 | 0 | 0.55 | 0.14 | 0.26 | 315.58 | 0.44 | 0.54 |
| Hex | BD | 55 | A2 | 0 | 37 | E | 1A | 13C | 2C | 36 |
| Octal | 275 | 125 | 242 | 0 | 67 | 16 | 32 | 474 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10100010 | 0 | 110111 | 1110 | 11010 | 100111100 | 101100 | 110110 |
Color Harmonies of #BD55A2
Complementary color
Monochromatic Colors of #BD55A2
Black with #BD55A2
Text Example
Text Example
White with #BD55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55A2; }
p { color: rgb(189,85,162); }
H1.HeaderClassName
{
color: #BD55A2;
}
.AnyTagClassName
{
color: #BD55A2;
}
</style>
background-color css
<style>
a { background-color: #BD55A2; }
a { background-color: rgb(189,85,162); }
div.DivClassName
{
background-color: #BD55A2;
}
.BgClassName
{
background-color: #BD55A2;
}
</style>
border-color css
<style>
span { border-color: #BD55A2; }
span { border-color: rgb(189,85,162); }
td.TdClassName
{
border-color: #BD55A2;
}
.TagClassName
{
border-color: #BD55A2;
}
</style>