Shades of Mulberry #BF4088
Tints of Mulberry #BF4088
RGB
CMYK
RGB Variations
Color information
#BF4088 (or 0xBF4088) is known color: Mulberry. HEX triplet: BF, 40 and 88. RGB value is (191,64,136). Sum of RGB (Red+Green+Blue) = 191+64+136=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4088 is #40BF77. Grayscale: #6E6E6E. Windows color (decimal): -4243320 or 8929471. OLE color: 8929471.
HSL color Cylindrical-coordinate representation of color #BF4088: hue angle of 325.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4088 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 136 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.25 |
| HSL | 325.98º | 0.5% | 0.5% | - |
| HSV(B) | 325.98º | 0.66% | 0.75% | - |
| XYZ | 27.76 | 16.52 | 25.02 | - |
| YUV | 110.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 136 | 0 | 0.66 | 0.29 | 0.25 | 325.98 | 0.5 | 0.5 |
| Hex | BF | 40 | 88 | 0 | 42 | 1D | 19 | 146 | 32 | 32 |
| Octal | 277 | 100 | 210 | 0 | 102 | 35 | 31 | 506 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10001000 | 0 | 1000010 | 11101 | 11001 | 101000110 | 110010 | 110010 |
Color Harmonies of #BF4088
Complementary color
Monochromatic Colors of #BF4088
Black with #BF4088
Text Example
Text Example
White with #BF4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4088; }
p { color: rgb(191,64,136); }
H1.HeaderClassName
{
color: #BF4088;
}
.AnyTagClassName
{
color: #BF4088;
}
</style>
background-color css
<style>
a { background-color: #BF4088; }
a { background-color: rgb(191,64,136); }
div.DivClassName
{
background-color: #BF4088;
}
.BgClassName
{
background-color: #BF4088;
}
</style>
border-color css
<style>
span { border-color: #BF4088; }
span { border-color: rgb(191,64,136); }
td.TdClassName
{
border-color: #BF4088;
}
.TagClassName
{
border-color: #BF4088;
}
</style>