Shades of Mulberry #BF4688
Tints of Mulberry #BF4688
RGB
CMYK
RGB Variations
Color information
#BF4688 (or 0xBF4688) is known color: Mulberry. HEX triplet: BF, 46 and 88. RGB value is (191,70,136). Sum of RGB (Red+Green+Blue) = 191+70+136=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4688 is #40B977. Grayscale: #717171. Windows color (decimal): -4241784 or 8931007. OLE color: 8931007.
HSL color Cylindrical-coordinate representation of color #BF4688: hue angle of 327.27º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4688 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 136 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.25 |
| HSL | 327.27º | 0.49% | 0.51% | - |
| HSV(B) | 327.27º | 0.63% | 0.75% | - |
| XYZ | 28.12 | 17.23 | 25.14 | - |
| YUV | 113.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 136 | 0 | 0.63 | 0.29 | 0.25 | 327.27 | 0.49 | 0.51 |
| Hex | BF | 46 | 88 | 0 | 3F | 1D | 19 | 147 | 31 | 33 |
| Octal | 277 | 106 | 210 | 0 | 77 | 35 | 31 | 507 | 61 | 63 |
| Binary | 10111111 | 1000110 | 10001000 | 0 | 111111 | 11101 | 11001 | 101000111 | 110001 | 110011 |
Color Harmonies of #BF4688
Complementary color
Monochromatic Colors of #BF4688
Black with #BF4688
Text Example
Text Example
White with #BF4688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4688; }
p { color: rgb(191,70,136); }
H1.HeaderClassName
{
color: #BF4688;
}
.AnyTagClassName
{
color: #BF4688;
}
</style>
background-color css
<style>
a { background-color: #BF4688; }
a { background-color: rgb(191,70,136); }
div.DivClassName
{
background-color: #BF4688;
}
.BgClassName
{
background-color: #BF4688;
}
</style>
border-color css
<style>
span { border-color: #BF4688; }
span { border-color: rgb(191,70,136); }
td.TdClassName
{
border-color: #BF4688;
}
.TagClassName
{
border-color: #BF4688;
}
</style>