Shades of Mulberry #BD5F95
Tints of Mulberry #BD5F95
RGB
CMYK
RGB Variations
Color information
#BD5F95 (or 0xBD5F95) is known color: Mulberry. HEX triplet: BD, 5F and 95. RGB value is (189,95,149). Sum of RGB (Red+Green+Blue) = 189+95+149=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5F95 is #42A06A. Grayscale: #818181. Windows color (decimal): -4366443 or 9789373. OLE color: 9789373.
HSL color Cylindrical-coordinate representation of color #BD5F95: hue angle of 325.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5F95 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 149 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.26 |
| HSL | 325.53º | 0.42% | 0.56% | - |
| HSV(B) | 325.53º | 0.5% | 0.74% | - |
| XYZ | 30.5 | 21.17 | 30.91 | - |
| YUV | 129.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 149 | 0 | 0.50 | 0.21 | 0.26 | 325.53 | 0.42 | 0.56 |
| Hex | BD | 5F | 95 | 0 | 32 | 15 | 1A | 146 | 2A | 38 |
| Octal | 275 | 137 | 225 | 0 | 62 | 25 | 32 | 506 | 52 | 70 |
| Binary | 10111101 | 1011111 | 10010101 | 0 | 110010 | 10101 | 11010 | 101000110 | 101010 | 111000 |
Color Harmonies of #BD5F95
Complementary color
Monochromatic Colors of #BD5F95
Black with #BD5F95
Text Example
Text Example
White with #BD5F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5F95; }
p { color: rgb(189,95,149); }
H1.HeaderClassName
{
color: #BD5F95;
}
.AnyTagClassName
{
color: #BD5F95;
}
</style>
background-color css
<style>
a { background-color: #BD5F95; }
a { background-color: rgb(189,95,149); }
div.DivClassName
{
background-color: #BD5F95;
}
.BgClassName
{
background-color: #BD5F95;
}
</style>
border-color css
<style>
span { border-color: #BD5F95; }
span { border-color: rgb(189,95,149); }
td.TdClassName
{
border-color: #BD5F95;
}
.TagClassName
{
border-color: #BD5F95;
}
</style>