Shades of Mulberry #BD6199
Tints of Mulberry #BD6199
RGB
CMYK
RGB Variations
Color information
#BD6199 (or 0xBD6199) is known color: Mulberry. HEX triplet: BD, 61 and 99. RGB value is (189,97,153). Sum of RGB (Red+Green+Blue) = 189+97+153=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6199 is #429E66. Grayscale: #828282. Windows color (decimal): -4365927 or 10052029. OLE color: 10052029.
HSL color Cylindrical-coordinate representation of color #BD6199: hue angle of 323.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6199 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 153 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.26 |
| HSL | 323.48º | 0.41% | 0.56% | - |
| HSV(B) | 323.48º | 0.49% | 0.74% | - |
| XYZ | 31.01 | 21.67 | 32.68 | - |
| YUV | 130.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 153 | 0 | 0.49 | 0.19 | 0.26 | 323.48 | 0.41 | 0.56 |
| Hex | BD | 61 | 99 | 0 | 31 | 13 | 1A | 143 | 29 | 38 |
| Octal | 275 | 141 | 231 | 0 | 61 | 23 | 32 | 503 | 51 | 70 |
| Binary | 10111101 | 1100001 | 10011001 | 0 | 110001 | 10011 | 11010 | 101000011 | 101001 | 111000 |
Color Harmonies of #BD6199
Complementary color
Monochromatic Colors of #BD6199
Black with #BD6199
Text Example
Text Example
White with #BD6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6199; }
p { color: rgb(189,97,153); }
H1.HeaderClassName
{
color: #BD6199;
}
.AnyTagClassName
{
color: #BD6199;
}
</style>
background-color css
<style>
a { background-color: #BD6199; }
a { background-color: rgb(189,97,153); }
div.DivClassName
{
background-color: #BD6199;
}
.BgClassName
{
background-color: #BD6199;
}
</style>
border-color css
<style>
span { border-color: #BD6199; }
span { border-color: rgb(189,97,153); }
td.TdClassName
{
border-color: #BD6199;
}
.TagClassName
{
border-color: #BD6199;
}
</style>