Shades of Mulberry #BD499C
Tints of Mulberry #BD499C
RGB
CMYK
RGB Variations
Color information
#BD499C (or 0xBD499C) is known color: Mulberry. HEX triplet: BD, 49 and 9C. RGB value is (189,73,156). Sum of RGB (Red+Green+Blue) = 189+73+156=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD499C is #42B663. Grayscale: #747474. Windows color (decimal): -4372068 or 10242493. OLE color: 10242493.
HSL color Cylindrical-coordinate representation of color #BD499C: hue angle of 317.07º 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 #BD499C is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 156 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.26 |
| HSL | 317.07º | 0.47% | 0.51% | - |
| HSV(B) | 317.07º | 0.61% | 0.74% | - |
| XYZ | 29.37 | 17.98 | 33.38 | - |
| YUV | 117.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 156 | 0 | 0.61 | 0.17 | 0.26 | 317.07 | 0.47 | 0.51 |
| Hex | BD | 49 | 9C | 0 | 3D | 11 | 1A | 13D | 2F | 33 |
| Octal | 275 | 111 | 234 | 0 | 75 | 21 | 32 | 475 | 57 | 63 |
| Binary | 10111101 | 1001001 | 10011100 | 0 | 111101 | 10001 | 11010 | 100111101 | 101111 | 110011 |
Color Harmonies of #BD499C
Complementary color
Monochromatic Colors of #BD499C
Black with #BD499C
Text Example
Text Example
White with #BD499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD499C; }
p { color: rgb(189,73,156); }
H1.HeaderClassName
{
color: #BD499C;
}
.AnyTagClassName
{
color: #BD499C;
}
</style>
background-color css
<style>
a { background-color: #BD499C; }
a { background-color: rgb(189,73,156); }
div.DivClassName
{
background-color: #BD499C;
}
.BgClassName
{
background-color: #BD499C;
}
</style>
border-color css
<style>
span { border-color: #BD499C; }
span { border-color: rgb(189,73,156); }
td.TdClassName
{
border-color: #BD499C;
}
.TagClassName
{
border-color: #BD499C;
}
</style>