Shades of Mulberry #BD609D
Tints of Mulberry #BD609D
RGB
CMYK
RGB Variations
Color information
#BD609D (or 0xBD609D) is known color: Mulberry. HEX triplet: BD, 60 and 9D. RGB value is (189,96,157). Sum of RGB (Red+Green+Blue) = 189+96+157=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD609D is #429F62. Grayscale: #828282. Windows color (decimal): -4366179 or 10313917. OLE color: 10313917.
HSL color Cylindrical-coordinate representation of color #BD609D: hue angle of 320.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD609D is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 157 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.26 |
| HSL | 320.65º | 0.41% | 0.56% | - |
| HSV(B) | 320.65º | 0.49% | 0.74% | - |
| XYZ | 31.25 | 21.62 | 34.42 | - |
| YUV | 130.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 157 | 0 | 0.49 | 0.17 | 0.26 | 320.65 | 0.41 | 0.56 |
| Hex | BD | 60 | 9D | 0 | 31 | 11 | 1A | 141 | 29 | 38 |
| Octal | 275 | 140 | 235 | 0 | 61 | 21 | 32 | 501 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10011101 | 0 | 110001 | 10001 | 11010 | 101000001 | 101001 | 111000 |
Color Harmonies of #BD609D
Complementary color
Monochromatic Colors of #BD609D
Black with #BD609D
Text Example
Text Example
White with #BD609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD609D; }
p { color: rgb(189,96,157); }
H1.HeaderClassName
{
color: #BD609D;
}
.AnyTagClassName
{
color: #BD609D;
}
</style>
background-color css
<style>
a { background-color: #BD609D; }
a { background-color: rgb(189,96,157); }
div.DivClassName
{
background-color: #BD609D;
}
.BgClassName
{
background-color: #BD609D;
}
</style>
border-color css
<style>
span { border-color: #BD609D; }
span { border-color: rgb(189,96,157); }
td.TdClassName
{
border-color: #BD609D;
}
.TagClassName
{
border-color: #BD609D;
}
</style>