Shades of Mulberry #BD489E
Tints of Mulberry #BD489E
RGB
CMYK
RGB Variations
Color information
#BD489E (or 0xBD489E) is known color: Mulberry. HEX triplet: BD, 48 and 9E. RGB value is (189,72,158). Sum of RGB (Red+Green+Blue) = 189+72+158=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD489E is #42B761. Grayscale: #747474. Windows color (decimal): -4372322 or 10373309. OLE color: 10373309.
HSL color Cylindrical-coordinate representation of color #BD489E: hue angle of 315.9º 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 #BD489E is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 158 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.26 |
| HSL | 315.9º | 0.47% | 0.51% | - |
| HSV(B) | 315.9º | 0.62% | 0.74% | - |
| XYZ | 29.48 | 17.92 | 34.25 | - |
| YUV | 116.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 158 | 0 | 0.62 | 0.16 | 0.26 | 315.9 | 0.47 | 0.51 |
| Hex | BD | 48 | 9E | 0 | 3E | 10 | 1A | 13C | 2F | 33 |
| Octal | 275 | 110 | 236 | 0 | 76 | 20 | 32 | 474 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10011110 | 0 | 111110 | 10000 | 11010 | 100111100 | 101111 | 110011 |
Color Harmonies of #BD489E
Complementary color
Monochromatic Colors of #BD489E
Black with #BD489E
Text Example
Text Example
White with #BD489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD489E; }
p { color: rgb(189,72,158); }
H1.HeaderClassName
{
color: #BD489E;
}
.AnyTagClassName
{
color: #BD489E;
}
</style>
background-color css
<style>
a { background-color: #BD489E; }
a { background-color: rgb(189,72,158); }
div.DivClassName
{
background-color: #BD489E;
}
.BgClassName
{
background-color: #BD489E;
}
</style>
border-color css
<style>
span { border-color: #BD489E; }
span { border-color: rgb(189,72,158); }
td.TdClassName
{
border-color: #BD489E;
}
.TagClassName
{
border-color: #BD489E;
}
</style>