Shades of Mulberry #BC569F
Tints of Mulberry #BC569F
RGB
CMYK
RGB Variations
Color information
#BC569F (or 0xBC569F) is known color: Mulberry. HEX triplet: BC, 56 and 9F. RGB value is (188,86,159). Sum of RGB (Red+Green+Blue) = 188+86+159=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC569F is #43A960. Grayscale: #7C7C7C. Windows color (decimal): -4434273 or 10442428. OLE color: 10442428.
HSL color Cylindrical-coordinate representation of color #BC569F: hue angle of 317.06º degrees, saturation: 0.43, 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 #BC569F is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 159 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.26 |
| HSL | 317.06º | 0.43% | 0.54% | - |
| HSV(B) | 317.06º | 0.54% | 0.74% | - |
| XYZ | 30.32 | 19.85 | 35.03 | - |
| YUV | 124.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 159 | 0 | 0.54 | 0.15 | 0.26 | 317.06 | 0.43 | 0.54 |
| Hex | BC | 56 | 9F | 0 | 36 | F | 1A | 13D | 2B | 36 |
| Octal | 274 | 126 | 237 | 0 | 66 | 17 | 32 | 475 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10011111 | 0 | 110110 | 1111 | 11010 | 100111101 | 101011 | 110110 |
Color Harmonies of #BC569F
Complementary color
Monochromatic Colors of #BC569F
Black with #BC569F
Text Example
Text Example
White with #BC569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC569F; }
p { color: rgb(188,86,159); }
H1.HeaderClassName
{
color: #BC569F;
}
.AnyTagClassName
{
color: #BC569F;
}
</style>
background-color css
<style>
a { background-color: #BC569F; }
a { background-color: rgb(188,86,159); }
div.DivClassName
{
background-color: #BC569F;
}
.BgClassName
{
background-color: #BC569F;
}
</style>
border-color css
<style>
span { border-color: #BC569F; }
span { border-color: rgb(188,86,159); }
td.TdClassName
{
border-color: #BC569F;
}
.TagClassName
{
border-color: #BC569F;
}
</style>