Shades of Mulberry #BF418B
Tints of Mulberry #BF418B
RGB
CMYK
RGB Variations
Color information
#BF418B (or 0xBF418B) is known color: Mulberry. HEX triplet: BF, 41 and 8B. RGB value is (191,65,139). Sum of RGB (Red+Green+Blue) = 191+65+139=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF418B is #40BE74. Grayscale: #6E6E6E. Windows color (decimal): -4243061 or 9126335. OLE color: 9126335.
HSL color Cylindrical-coordinate representation of color #BF418B: hue angle of 324.76º 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 #BF418B is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 139 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.25 |
| HSL | 324.76º | 0.5% | 0.5% | - |
| HSV(B) | 324.76º | 0.66% | 0.75% | - |
| XYZ | 28.04 | 16.72 | 26.18 | - |
| YUV | 111.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 139 | 0 | 0.66 | 0.27 | 0.25 | 324.76 | 0.5 | 0.5 |
| Hex | BF | 41 | 8B | 0 | 42 | 1B | 19 | 145 | 32 | 32 |
| Octal | 277 | 101 | 213 | 0 | 102 | 33 | 31 | 505 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10001011 | 0 | 1000010 | 11011 | 11001 | 101000101 | 110010 | 110010 |
Color Harmonies of #BF418B
Complementary color
Monochromatic Colors of #BF418B
Black with #BF418B
Text Example
Text Example
White with #BF418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF418B; }
p { color: rgb(191,65,139); }
H1.HeaderClassName
{
color: #BF418B;
}
.AnyTagClassName
{
color: #BF418B;
}
</style>
background-color css
<style>
a { background-color: #BF418B; }
a { background-color: rgb(191,65,139); }
div.DivClassName
{
background-color: #BF418B;
}
.BgClassName
{
background-color: #BF418B;
}
</style>
border-color css
<style>
span { border-color: #BF418B; }
span { border-color: rgb(191,65,139); }
td.TdClassName
{
border-color: #BF418B;
}
.TagClassName
{
border-color: #BF418B;
}
</style>