Shades of Mulberry #BD4186
Tints of Mulberry #BD4186
RGB
CMYK
RGB Variations
Color information
#BD4186 (or 0xBD4186) is known color: Mulberry. HEX triplet: BD, 41 and 86. RGB value is (189,65,134). Sum of RGB (Red+Green+Blue) = 189+65+134=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4186 is #42BE79. Grayscale: #6D6D6D. Windows color (decimal): -4374138 or 8798653. OLE color: 8798653.
HSL color Cylindrical-coordinate representation of color #BD4186: hue angle of 326.61º 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 #BD4186 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 134 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.26 |
| HSL | 326.61º | 0.49% | 0.5% | - |
| HSV(B) | 326.61º | 0.66% | 0.74% | - |
| XYZ | 27.18 | 16.32 | 24.27 | - |
| YUV | 109.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 134 | 0 | 0.66 | 0.29 | 0.26 | 326.61 | 0.49 | 0.5 |
| Hex | BD | 41 | 86 | 0 | 42 | 1D | 1A | 147 | 31 | 32 |
| Octal | 275 | 101 | 206 | 0 | 102 | 35 | 32 | 507 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10000110 | 0 | 1000010 | 11101 | 11010 | 101000111 | 110001 | 110010 |
Color Harmonies of #BD4186
Complementary color
Monochromatic Colors of #BD4186
Black with #BD4186
Text Example
Text Example
White with #BD4186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4186; }
p { color: rgb(189,65,134); }
H1.HeaderClassName
{
color: #BD4186;
}
.AnyTagClassName
{
color: #BD4186;
}
</style>
background-color css
<style>
a { background-color: #BD4186; }
a { background-color: rgb(189,65,134); }
div.DivClassName
{
background-color: #BD4186;
}
.BgClassName
{
background-color: #BD4186;
}
</style>
border-color css
<style>
span { border-color: #BD4186; }
span { border-color: rgb(189,65,134); }
td.TdClassName
{
border-color: #BD4186;
}
.TagClassName
{
border-color: #BD4186;
}
</style>