Shades of Mulberry #BD4199
Tints of Mulberry #BD4199
RGB
CMYK
RGB Variations
Color information
#BD4199 (or 0xBD4199) is known color: Mulberry. HEX triplet: BD, 41 and 99. RGB value is (189,65,153). Sum of RGB (Red+Green+Blue) = 189+65+153=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4199 is #42BE66. Grayscale: #6F6F6F. Windows color (decimal): -4374119 or 10043837. OLE color: 10043837.
HSL color Cylindrical-coordinate representation of color #BD4199: hue angle of 317.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4199 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 153 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.26 |
| HSL | 317.42º | 0.49% | 0.5% | - |
| HSV(B) | 317.42º | 0.66% | 0.74% | - |
| XYZ | 28.63 | 16.9 | 31.89 | - |
| YUV | 112.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 153 | 0 | 0.66 | 0.19 | 0.26 | 317.42 | 0.49 | 0.5 |
| Hex | BD | 41 | 99 | 0 | 42 | 13 | 1A | 13D | 31 | 32 |
| Octal | 275 | 101 | 231 | 0 | 102 | 23 | 32 | 475 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10011001 | 0 | 1000010 | 10011 | 11010 | 100111101 | 110001 | 110010 |
Color Harmonies of #BD4199
Complementary color
Monochromatic Colors of #BD4199
Black with #BD4199
Text Example
Text Example
White with #BD4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4199; }
p { color: rgb(189,65,153); }
H1.HeaderClassName
{
color: #BD4199;
}
.AnyTagClassName
{
color: #BD4199;
}
</style>
background-color css
<style>
a { background-color: #BD4199; }
a { background-color: rgb(189,65,153); }
div.DivClassName
{
background-color: #BD4199;
}
.BgClassName
{
background-color: #BD4199;
}
</style>
border-color css
<style>
span { border-color: #BD4199; }
span { border-color: rgb(189,65,153); }
td.TdClassName
{
border-color: #BD4199;
}
.TagClassName
{
border-color: #BD4199;
}
</style>