Shades of Mulberry #BD568C
Tints of Mulberry #BD568C
RGB
CMYK
RGB Variations
Color information
#BD568C (or 0xBD568C) is known color: Mulberry. HEX triplet: BD, 56 and 8C. RGB value is (189,86,140). Sum of RGB (Red+Green+Blue) = 189+86+140=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD568C is #42A973. Grayscale: #7A7A7A. Windows color (decimal): -4368756 or 9197245. OLE color: 9197245.
HSL color Cylindrical-coordinate representation of color #BD568C: hue angle of 328.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD568C is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 140 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.26 |
| HSL | 328.54º | 0.44% | 0.54% | - |
| HSV(B) | 328.54º | 0.54% | 0.74% | - |
| XYZ | 29.05 | 19.37 | 27.02 | - |
| YUV | 122.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 140 | 0 | 0.54 | 0.26 | 0.26 | 328.54 | 0.44 | 0.54 |
| Hex | BD | 56 | 8C | 0 | 36 | 1A | 1A | 149 | 2C | 36 |
| Octal | 275 | 126 | 214 | 0 | 66 | 32 | 32 | 511 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10001100 | 0 | 110110 | 11010 | 11010 | 101001001 | 101100 | 110110 |
Color Harmonies of #BD568C
Complementary color
Monochromatic Colors of #BD568C
Black with #BD568C
Text Example
Text Example
White with #BD568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD568C; }
p { color: rgb(189,86,140); }
H1.HeaderClassName
{
color: #BD568C;
}
.AnyTagClassName
{
color: #BD568C;
}
</style>
background-color css
<style>
a { background-color: #BD568C; }
a { background-color: rgb(189,86,140); }
div.DivClassName
{
background-color: #BD568C;
}
.BgClassName
{
background-color: #BD568C;
}
</style>
border-color css
<style>
span { border-color: #BD568C; }
span { border-color: rgb(189,86,140); }
td.TdClassName
{
border-color: #BD568C;
}
.TagClassName
{
border-color: #BD568C;
}
</style>