Shades of Mulberry #BF569B
Tints of Mulberry #BF569B
RGB
CMYK
RGB Variations
Color information
#BF569B (or 0xBF569B) is known color: Mulberry. HEX triplet: BF, 56 and 9B. RGB value is (191,86,155). Sum of RGB (Red+Green+Blue) = 191+86+155=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF569B is #40A964. Grayscale: #7D7D7D. Windows color (decimal): -4237669 or 10180287. OLE color: 10180287.
HSL color Cylindrical-coordinate representation of color #BF569B: hue angle of 320.57º 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 #BF569B is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 155 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.25 |
| HSL | 320.57º | 0.45% | 0.54% | - |
| HSV(B) | 320.57º | 0.55% | 0.75% | - |
| XYZ | 30.73 | 20.1 | 33.27 | - |
| YUV | 125.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 155 | 0 | 0.55 | 0.19 | 0.25 | 320.57 | 0.45 | 0.54 |
| Hex | BF | 56 | 9B | 0 | 37 | 13 | 19 | 141 | 2D | 36 |
| Octal | 277 | 126 | 233 | 0 | 67 | 23 | 31 | 501 | 55 | 66 |
| Binary | 10111111 | 1010110 | 10011011 | 0 | 110111 | 10011 | 11001 | 101000001 | 101101 | 110110 |
Color Harmonies of #BF569B
Complementary color
Monochromatic Colors of #BF569B
Black with #BF569B
Text Example
Text Example
White with #BF569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF569B; }
p { color: rgb(191,86,155); }
H1.HeaderClassName
{
color: #BF569B;
}
.AnyTagClassName
{
color: #BF569B;
}
</style>
background-color css
<style>
a { background-color: #BF569B; }
a { background-color: rgb(191,86,155); }
div.DivClassName
{
background-color: #BF569B;
}
.BgClassName
{
background-color: #BF569B;
}
</style>
border-color css
<style>
span { border-color: #BF569B; }
span { border-color: rgb(191,86,155); }
td.TdClassName
{
border-color: #BF569B;
}
.TagClassName
{
border-color: #BF569B;
}
</style>