Shades of Mulberry #BD488A
Tints of Mulberry #BD488A
RGB
CMYK
RGB Variations
Color information
#BD488A (or 0xBD488A) is known color: Mulberry. HEX triplet: BD, 48 and 8A. RGB value is (189,72,138). Sum of RGB (Red+Green+Blue) = 189+72+138=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD488A is #42B775. Grayscale: #727272. Windows color (decimal): -4372342 or 9062589. OLE color: 9062589.
HSL color Cylindrical-coordinate representation of color #BD488A: hue angle of 326.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD488A is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 138 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.26 |
| HSL | 326.15º | 0.47% | 0.51% | - |
| HSV(B) | 326.15º | 0.62% | 0.74% | - |
| XYZ | 27.89 | 17.29 | 25.91 | - |
| YUV | 114.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 138 | 0 | 0.62 | 0.27 | 0.26 | 326.15 | 0.47 | 0.51 |
| Hex | BD | 48 | 8A | 0 | 3E | 1B | 1A | 146 | 2F | 33 |
| Octal | 275 | 110 | 212 | 0 | 76 | 33 | 32 | 506 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10001010 | 0 | 111110 | 11011 | 11010 | 101000110 | 101111 | 110011 |
Color Harmonies of #BD488A
Complementary color
Monochromatic Colors of #BD488A
Black with #BD488A
Text Example
Text Example
White with #BD488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD488A; }
p { color: rgb(189,72,138); }
H1.HeaderClassName
{
color: #BD488A;
}
.AnyTagClassName
{
color: #BD488A;
}
</style>
background-color css
<style>
a { background-color: #BD488A; }
a { background-color: rgb(189,72,138); }
div.DivClassName
{
background-color: #BD488A;
}
.BgClassName
{
background-color: #BD488A;
}
</style>
border-color css
<style>
span { border-color: #BD488A; }
span { border-color: rgb(189,72,138); }
td.TdClassName
{
border-color: #BD488A;
}
.TagClassName
{
border-color: #BD488A;
}
</style>