Shades of Mulberry #BD489F
Tints of Mulberry #BD489F
RGB
CMYK
RGB Variations
Color information
#BD489F (or 0xBD489F) is known color: Mulberry. HEX triplet: BD, 48 and 9F. RGB value is (189,72,159). Sum of RGB (Red+Green+Blue) = 189+72+159=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD489F is #42B760. Grayscale: #747474. Windows color (decimal): -4372321 or 10438845. OLE color: 10438845.
HSL color Cylindrical-coordinate representation of color #BD489F: hue angle of 315.38º 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 #BD489F is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 159 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.26 |
| HSL | 315.38º | 0.47% | 0.51% | - |
| HSV(B) | 315.38º | 0.62% | 0.74% | - |
| XYZ | 29.56 | 17.96 | 34.71 | - |
| YUV | 116.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 159 | 0 | 0.62 | 0.16 | 0.26 | 315.38 | 0.47 | 0.51 |
| Hex | BD | 48 | 9F | 0 | 3E | 10 | 1A | 13B | 2F | 33 |
| Octal | 275 | 110 | 237 | 0 | 76 | 20 | 32 | 473 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10011111 | 0 | 111110 | 10000 | 11010 | 100111011 | 101111 | 110011 |
Color Harmonies of #BD489F
Complementary color
Monochromatic Colors of #BD489F
Black with #BD489F
Text Example
Text Example
White with #BD489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD489F; }
p { color: rgb(189,72,159); }
H1.HeaderClassName
{
color: #BD489F;
}
.AnyTagClassName
{
color: #BD489F;
}
</style>
background-color css
<style>
a { background-color: #BD489F; }
a { background-color: rgb(189,72,159); }
div.DivClassName
{
background-color: #BD489F;
}
.BgClassName
{
background-color: #BD489F;
}
</style>
border-color css
<style>
span { border-color: #BD489F; }
span { border-color: rgb(189,72,159); }
td.TdClassName
{
border-color: #BD489F;
}
.TagClassName
{
border-color: #BD489F;
}
</style>