Shades of Mulberry #BD55A3
Tints of Mulberry #BD55A3
RGB
CMYK
RGB Variations
Color information
#BD55A3 (or 0xBD55A3) is known color: Mulberry. HEX triplet: BD, 55 and A3. RGB value is (189,85,163). Sum of RGB (Red+Green+Blue) = 189+85+163=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD55A3 is #42AA5C. Grayscale: #7C7C7C. Windows color (decimal): -4368989 or 10704317. OLE color: 10704317.
HSL color Cylindrical-coordinate representation of color #BD55A3: hue angle of 315º 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 #BD55A3 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 163 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.26 |
| HSL | 315º | 0.44% | 0.54% | - |
| HSV(B) | 315º | 0.55% | 0.74% | - |
| XYZ | 30.85 | 19.96 | 36.88 | - |
| YUV | 124.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 163 | 0 | 0.55 | 0.14 | 0.26 | 315 | 0.44 | 0.54 |
| Hex | BD | 55 | A3 | 0 | 37 | E | 1A | 13B | 2C | 36 |
| Octal | 275 | 125 | 243 | 0 | 67 | 16 | 32 | 473 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10100011 | 0 | 110111 | 1110 | 11010 | 100111011 | 101100 | 110110 |
Color Harmonies of #BD55A3
Complementary color
Monochromatic Colors of #BD55A3
Black with #BD55A3
Text Example
Text Example
White with #BD55A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55A3; }
p { color: rgb(189,85,163); }
H1.HeaderClassName
{
color: #BD55A3;
}
.AnyTagClassName
{
color: #BD55A3;
}
</style>
background-color css
<style>
a { background-color: #BD55A3; }
a { background-color: rgb(189,85,163); }
div.DivClassName
{
background-color: #BD55A3;
}
.BgClassName
{
background-color: #BD55A3;
}
</style>
border-color css
<style>
span { border-color: #BD55A3; }
span { border-color: rgb(189,85,163); }
td.TdClassName
{
border-color: #BD55A3;
}
.TagClassName
{
border-color: #BD55A3;
}
</style>