Shades of Mulberry #BD568F
Tints of Mulberry #BD568F
RGB
CMYK
RGB Variations
Color information
#BD568F (or 0xBD568F) is known color: Mulberry. HEX triplet: BD, 56 and 8F. RGB value is (189,86,143). Sum of RGB (Red+Green+Blue) = 189+86+143=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD568F is #42A970. Grayscale: #7B7B7B. Windows color (decimal): -4368753 or 9393853. OLE color: 9393853.
HSL color Cylindrical-coordinate representation of color #BD568F: hue angle of 326.8º 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 #BD568F is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 143 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.26 |
| HSL | 326.8º | 0.44% | 0.54% | - |
| HSV(B) | 326.8º | 0.54% | 0.74% | - |
| XYZ | 29.27 | 19.46 | 28.2 | - |
| YUV | 123.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 143 | 0 | 0.54 | 0.24 | 0.26 | 326.8 | 0.44 | 0.54 |
| Hex | BD | 56 | 8F | 0 | 36 | 18 | 1A | 147 | 2C | 36 |
| Octal | 275 | 126 | 217 | 0 | 66 | 30 | 32 | 507 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10001111 | 0 | 110110 | 11000 | 11010 | 101000111 | 101100 | 110110 |
Color Harmonies of #BD568F
Complementary color
Monochromatic Colors of #BD568F
Black with #BD568F
Text Example
Text Example
White with #BD568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD568F; }
p { color: rgb(189,86,143); }
H1.HeaderClassName
{
color: #BD568F;
}
.AnyTagClassName
{
color: #BD568F;
}
</style>
background-color css
<style>
a { background-color: #BD568F; }
a { background-color: rgb(189,86,143); }
div.DivClassName
{
background-color: #BD568F;
}
.BgClassName
{
background-color: #BD568F;
}
</style>
border-color css
<style>
span { border-color: #BD568F; }
span { border-color: rgb(189,86,143); }
td.TdClassName
{
border-color: #BD568F;
}
.TagClassName
{
border-color: #BD568F;
}
</style>