Shades of Mulberry #BD499F
Tints of Mulberry #BD499F
RGB
CMYK
RGB Variations
Color information
#BD499F (or 0xBD499F) is known color: Mulberry. HEX triplet: BD, 49 and 9F. RGB value is (189,73,159). Sum of RGB (Red+Green+Blue) = 189+73+159=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD499F is #42B660. Grayscale: #757575. Windows color (decimal): -4372065 or 10439101. OLE color: 10439101.
HSL color Cylindrical-coordinate representation of color #BD499F: hue angle of 315.52º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD499F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 159 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.26 |
| HSL | 315.52º | 0.47% | 0.51% | - |
| HSV(B) | 315.52º | 0.61% | 0.74% | - |
| XYZ | 29.63 | 18.09 | 34.73 | - |
| YUV | 117.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 159 | 0 | 0.61 | 0.16 | 0.26 | 315.52 | 0.47 | 0.51 |
| Hex | BD | 49 | 9F | 0 | 3D | 10 | 1A | 13C | 2F | 33 |
| Octal | 275 | 111 | 237 | 0 | 75 | 20 | 32 | 474 | 57 | 63 |
| Binary | 10111101 | 1001001 | 10011111 | 0 | 111101 | 10000 | 11010 | 100111100 | 101111 | 110011 |
Color Harmonies of #BD499F
Complementary color
Monochromatic Colors of #BD499F
Black with #BD499F
Text Example
Text Example
White with #BD499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD499F; }
p { color: rgb(189,73,159); }
H1.HeaderClassName
{
color: #BD499F;
}
.AnyTagClassName
{
color: #BD499F;
}
</style>
background-color css
<style>
a { background-color: #BD499F; }
a { background-color: rgb(189,73,159); }
div.DivClassName
{
background-color: #BD499F;
}
.BgClassName
{
background-color: #BD499F;
}
</style>
border-color css
<style>
span { border-color: #BD499F; }
span { border-color: rgb(189,73,159); }
td.TdClassName
{
border-color: #BD499F;
}
.TagClassName
{
border-color: #BD499F;
}
</style>