Shades of Mulberry #BD5195
Tints of Mulberry #BD5195
RGB
CMYK
RGB Variations
Color information
#BD5195 (or 0xBD5195) is known color: Mulberry. HEX triplet: BD, 51 and 95. RGB value is (189,81,149). Sum of RGB (Red+Green+Blue) = 189+81+149=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5195 is #42AE6A. Grayscale: #787878. Windows color (decimal): -4370027 or 9785789. OLE color: 9785789.
HSL color Cylindrical-coordinate representation of color #BD5195: hue angle of 322.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5195 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 149 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.26 |
| HSL | 322.22º | 0.45% | 0.53% | - |
| HSV(B) | 322.22º | 0.57% | 0.74% | - |
| XYZ | 29.35 | 18.87 | 30.53 | - |
| YUV | 121.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 149 | 0 | 0.57 | 0.21 | 0.26 | 322.22 | 0.45 | 0.53 |
| Hex | BD | 51 | 95 | 0 | 39 | 15 | 1A | 142 | 2D | 35 |
| Octal | 275 | 121 | 225 | 0 | 71 | 25 | 32 | 502 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10010101 | 0 | 111001 | 10101 | 11010 | 101000010 | 101101 | 110101 |
Color Harmonies of #BD5195
Complementary color
Monochromatic Colors of #BD5195
Black with #BD5195
Text Example
Text Example
White with #BD5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5195; }
p { color: rgb(189,81,149); }
H1.HeaderClassName
{
color: #BD5195;
}
.AnyTagClassName
{
color: #BD5195;
}
</style>
background-color css
<style>
a { background-color: #BD5195; }
a { background-color: rgb(189,81,149); }
div.DivClassName
{
background-color: #BD5195;
}
.BgClassName
{
background-color: #BD5195;
}
</style>
border-color css
<style>
span { border-color: #BD5195; }
span { border-color: rgb(189,81,149); }
td.TdClassName
{
border-color: #BD5195;
}
.TagClassName
{
border-color: #BD5195;
}
</style>