Shades of Mulberry #BD5C9F
Tints of Mulberry #BD5C9F
RGB
CMYK
RGB Variations
Color information
#BD5C9F (or 0xBD5C9F) is known color: Mulberry. HEX triplet: BD, 5C and 9F. RGB value is (189,92,159). Sum of RGB (Red+Green+Blue) = 189+92+159=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5C9F is #42A360. Grayscale: #808080. Windows color (decimal): -4367201 or 10443965. OLE color: 10443965.
HSL color Cylindrical-coordinate representation of color #BD5C9F: hue angle of 318.56º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5C9F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 159 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.26 |
| HSL | 318.56º | 0.42% | 0.55% | - |
| HSV(B) | 318.56º | 0.51% | 0.74% | - |
| XYZ | 31.07 | 20.98 | 35.21 | - |
| YUV | 128.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 159 | 0 | 0.51 | 0.16 | 0.26 | 318.56 | 0.42 | 0.55 |
| Hex | BD | 5C | 9F | 0 | 33 | 10 | 1A | 13F | 2A | 37 |
| Octal | 275 | 134 | 237 | 0 | 63 | 20 | 32 | 477 | 52 | 67 |
| Binary | 10111101 | 1011100 | 10011111 | 0 | 110011 | 10000 | 11010 | 100111111 | 101010 | 110111 |
Color Harmonies of #BD5C9F
Complementary color
Monochromatic Colors of #BD5C9F
Black with #BD5C9F
Text Example
Text Example
White with #BD5C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C9F; }
p { color: rgb(189,92,159); }
H1.HeaderClassName
{
color: #BD5C9F;
}
.AnyTagClassName
{
color: #BD5C9F;
}
</style>
background-color css
<style>
a { background-color: #BD5C9F; }
a { background-color: rgb(189,92,159); }
div.DivClassName
{
background-color: #BD5C9F;
}
.BgClassName
{
background-color: #BD5C9F;
}
</style>
border-color css
<style>
span { border-color: #BD5C9F; }
span { border-color: rgb(189,92,159); }
td.TdClassName
{
border-color: #BD5C9F;
}
.TagClassName
{
border-color: #BD5C9F;
}
</style>