Shades of Mulberry #BD508C
Tints of Mulberry #BD508C
RGB
CMYK
RGB Variations
Color information
#BD508C (or 0xBD508C) is known color: Mulberry. HEX triplet: BD, 50 and 8C. RGB value is (189,80,140). Sum of RGB (Red+Green+Blue) = 189+80+140=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD508C is #42AF73. Grayscale: #777777. Windows color (decimal): -4370292 or 9195709. OLE color: 9195709.
HSL color Cylindrical-coordinate representation of color #BD508C: hue angle of 326.97º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD508C is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 140 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.26 |
| HSL | 326.97º | 0.45% | 0.53% | - |
| HSV(B) | 326.97º | 0.58% | 0.74% | - |
| XYZ | 28.59 | 18.45 | 26.87 | - |
| YUV | 119.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 140 | 0 | 0.58 | 0.26 | 0.26 | 326.97 | 0.45 | 0.53 |
| Hex | BD | 50 | 8C | 0 | 3A | 1A | 1A | 147 | 2D | 35 |
| Octal | 275 | 120 | 214 | 0 | 72 | 32 | 32 | 507 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10001100 | 0 | 111010 | 11010 | 11010 | 101000111 | 101101 | 110101 |
Color Harmonies of #BD508C
Complementary color
Monochromatic Colors of #BD508C
Black with #BD508C
Text Example
Text Example
White with #BD508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD508C; }
p { color: rgb(189,80,140); }
H1.HeaderClassName
{
color: #BD508C;
}
.AnyTagClassName
{
color: #BD508C;
}
</style>
background-color css
<style>
a { background-color: #BD508C; }
a { background-color: rgb(189,80,140); }
div.DivClassName
{
background-color: #BD508C;
}
.BgClassName
{
background-color: #BD508C;
}
</style>
border-color css
<style>
span { border-color: #BD508C; }
span { border-color: rgb(189,80,140); }
td.TdClassName
{
border-color: #BD508C;
}
.TagClassName
{
border-color: #BD508C;
}
</style>