Shades of Mulberry #BD4287
Tints of Mulberry #BD4287
RGB
CMYK
RGB Variations
Color information
#BD4287 (or 0xBD4287) is known color: Mulberry. HEX triplet: BD, 42 and 87. RGB value is (189,66,135). Sum of RGB (Red+Green+Blue) = 189+66+135=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4287 is #42BD78. Grayscale: #6E6E6E. Windows color (decimal): -4373881 or 8864445. OLE color: 8864445.
HSL color Cylindrical-coordinate representation of color #BD4287: hue angle of 326.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4287 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 135 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.26 |
| HSL | 326.34º | 0.48% | 0.5% | - |
| HSV(B) | 326.34º | 0.65% | 0.74% | - |
| XYZ | 27.31 | 16.46 | 24.66 | - |
| YUV | 110.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 135 | 0 | 0.65 | 0.29 | 0.26 | 326.34 | 0.48 | 0.5 |
| Hex | BD | 42 | 87 | 0 | 41 | 1D | 1A | 146 | 30 | 32 |
| Octal | 275 | 102 | 207 | 0 | 101 | 35 | 32 | 506 | 60 | 62 |
| Binary | 10111101 | 1000010 | 10000111 | 0 | 1000001 | 11101 | 11010 | 101000110 | 110000 | 110010 |
Color Harmonies of #BD4287
Complementary color
Monochromatic Colors of #BD4287
Black with #BD4287
Text Example
Text Example
White with #BD4287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4287; }
p { color: rgb(189,66,135); }
H1.HeaderClassName
{
color: #BD4287;
}
.AnyTagClassName
{
color: #BD4287;
}
</style>
background-color css
<style>
a { background-color: #BD4287; }
a { background-color: rgb(189,66,135); }
div.DivClassName
{
background-color: #BD4287;
}
.BgClassName
{
background-color: #BD4287;
}
</style>
border-color css
<style>
span { border-color: #BD4287; }
span { border-color: rgb(189,66,135); }
td.TdClassName
{
border-color: #BD4287;
}
.TagClassName
{
border-color: #BD4287;
}
</style>