Shades of Mulberry #BF569D
Tints of Mulberry #BF569D
RGB
CMYK
RGB Variations
Color information
#BF569D (or 0xBF569D) is known color: Mulberry. HEX triplet: BF, 56 and 9D. RGB value is (191,86,157). Sum of RGB (Red+Green+Blue) = 191+86+157=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF569D is #40A962. Grayscale: #7D7D7D. Windows color (decimal): -4237667 or 10311359. OLE color: 10311359.
HSL color Cylindrical-coordinate representation of color #BF569D: hue angle of 319.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF569D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 157 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.25 |
| HSL | 319.43º | 0.45% | 0.54% | - |
| HSV(B) | 319.43º | 0.55% | 0.75% | - |
| XYZ | 30.9 | 20.17 | 34.16 | - |
| YUV | 125.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 157 | 0 | 0.55 | 0.18 | 0.25 | 319.43 | 0.45 | 0.54 |
| Hex | BF | 56 | 9D | 0 | 37 | 12 | 19 | 13F | 2D | 36 |
| Octal | 277 | 126 | 235 | 0 | 67 | 22 | 31 | 477 | 55 | 66 |
| Binary | 10111111 | 1010110 | 10011101 | 0 | 110111 | 10010 | 11001 | 100111111 | 101101 | 110110 |
Color Harmonies of #BF569D
Complementary color
Monochromatic Colors of #BF569D
Black with #BF569D
Text Example
Text Example
White with #BF569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF569D; }
p { color: rgb(191,86,157); }
H1.HeaderClassName
{
color: #BF569D;
}
.AnyTagClassName
{
color: #BF569D;
}
</style>
background-color css
<style>
a { background-color: #BF569D; }
a { background-color: rgb(191,86,157); }
div.DivClassName
{
background-color: #BF569D;
}
.BgClassName
{
background-color: #BF569D;
}
</style>
border-color css
<style>
span { border-color: #BF569D; }
span { border-color: rgb(191,86,157); }
td.TdClassName
{
border-color: #BF569D;
}
.TagClassName
{
border-color: #BF569D;
}
</style>