Shades of Mulberry #BD5C95
Tints of Mulberry #BD5C95
RGB
CMYK
RGB Variations
Color information
#BD5C95 (or 0xBD5C95) is known color: Mulberry. HEX triplet: BD, 5C and 95. RGB value is (189,92,149). Sum of RGB (Red+Green+Blue) = 189+92+149=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5C95 is #42A36A. Grayscale: #7F7F7F. Windows color (decimal): -4367211 or 9788605. OLE color: 9788605.
HSL color Cylindrical-coordinate representation of color #BD5C95: hue angle of 324.74º 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 #BD5C95 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 149 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.26 |
| HSL | 324.74º | 0.42% | 0.55% | - |
| HSV(B) | 324.74º | 0.51% | 0.74% | - |
| XYZ | 30.24 | 20.64 | 30.82 | - |
| YUV | 127.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 149 | 0 | 0.51 | 0.21 | 0.26 | 324.74 | 0.42 | 0.55 |
| Hex | BD | 5C | 95 | 0 | 33 | 15 | 1A | 145 | 2A | 37 |
| Octal | 275 | 134 | 225 | 0 | 63 | 25 | 32 | 505 | 52 | 67 |
| Binary | 10111101 | 1011100 | 10010101 | 0 | 110011 | 10101 | 11010 | 101000101 | 101010 | 110111 |
Color Harmonies of #BD5C95
Complementary color
Monochromatic Colors of #BD5C95
Black with #BD5C95
Text Example
Text Example
White with #BD5C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C95; }
p { color: rgb(189,92,149); }
H1.HeaderClassName
{
color: #BD5C95;
}
.AnyTagClassName
{
color: #BD5C95;
}
</style>
background-color css
<style>
a { background-color: #BD5C95; }
a { background-color: rgb(189,92,149); }
div.DivClassName
{
background-color: #BD5C95;
}
.BgClassName
{
background-color: #BD5C95;
}
</style>
border-color css
<style>
span { border-color: #BD5C95; }
span { border-color: rgb(189,92,149); }
td.TdClassName
{
border-color: #BD5C95;
}
.TagClassName
{
border-color: #BD5C95;
}
</style>