Shades of Mulberry #BD498A
Tints of Mulberry #BD498A
RGB
CMYK
RGB Variations
Color information
#BD498A (or 0xBD498A) is known color: Mulberry. HEX triplet: BD, 49 and 8A. RGB value is (189,73,138). Sum of RGB (Red+Green+Blue) = 189+73+138=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498A is #42B675. Grayscale: #727272. Windows color (decimal): -4372086 or 9062845. OLE color: 9062845.
HSL color Cylindrical-coordinate representation of color #BD498A: hue angle of 326.38º 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 #BD498A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 138 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.26 |
| HSL | 326.38º | 0.47% | 0.51% | - |
| HSV(B) | 326.38º | 0.61% | 0.74% | - |
| XYZ | 27.96 | 17.42 | 25.93 | - |
| YUV | 115.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 138 | 0 | 0.61 | 0.27 | 0.26 | 326.38 | 0.47 | 0.51 |
| Hex | BD | 49 | 8A | 0 | 3D | 1B | 1A | 146 | 2F | 33 |
| Octal | 275 | 111 | 212 | 0 | 75 | 33 | 32 | 506 | 57 | 63 |
| Binary | 10111101 | 1001001 | 10001010 | 0 | 111101 | 11011 | 11010 | 101000110 | 101111 | 110011 |
Color Harmonies of #BD498A
Complementary color
Monochromatic Colors of #BD498A
Black with #BD498A
Text Example
Text Example
White with #BD498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD498A; }
p { color: rgb(189,73,138); }
H1.HeaderClassName
{
color: #BD498A;
}
.AnyTagClassName
{
color: #BD498A;
}
</style>
background-color css
<style>
a { background-color: #BD498A; }
a { background-color: rgb(189,73,138); }
div.DivClassName
{
background-color: #BD498A;
}
.BgClassName
{
background-color: #BD498A;
}
</style>
border-color css
<style>
span { border-color: #BD498A; }
span { border-color: rgb(189,73,138); }
td.TdClassName
{
border-color: #BD498A;
}
.TagClassName
{
border-color: #BD498A;
}
</style>