Shades of Mulberry #BF418C
Tints of Mulberry #BF418C
RGB
CMYK
RGB Variations
Color information
#BF418C (or 0xBF418C) is known color: Mulberry. HEX triplet: BF, 41 and 8C. RGB value is (191,65,140). Sum of RGB (Red+Green+Blue) = 191+65+140=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF418C is #40BE73. Grayscale: #6F6F6F. Windows color (decimal): -4243060 or 9191871. OLE color: 9191871.
HSL color Cylindrical-coordinate representation of color #BF418C: hue angle of 324.29º 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 #BF418C is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 140 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.25 |
| HSL | 324.29º | 0.5% | 0.5% | - |
| HSV(B) | 324.29º | 0.66% | 0.75% | - |
| XYZ | 28.11 | 16.75 | 26.56 | - |
| YUV | 111.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 140 | 0 | 0.66 | 0.27 | 0.25 | 324.29 | 0.5 | 0.5 |
| Hex | BF | 41 | 8C | 0 | 42 | 1B | 19 | 144 | 32 | 32 |
| Octal | 277 | 101 | 214 | 0 | 102 | 33 | 31 | 504 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10001100 | 0 | 1000010 | 11011 | 11001 | 101000100 | 110010 | 110010 |
Color Harmonies of #BF418C
Complementary color
Monochromatic Colors of #BF418C
Black with #BF418C
Text Example
Text Example
White with #BF418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF418C; }
p { color: rgb(191,65,140); }
H1.HeaderClassName
{
color: #BF418C;
}
.AnyTagClassName
{
color: #BF418C;
}
</style>
background-color css
<style>
a { background-color: #BF418C; }
a { background-color: rgb(191,65,140); }
div.DivClassName
{
background-color: #BF418C;
}
.BgClassName
{
background-color: #BF418C;
}
</style>
border-color css
<style>
span { border-color: #BF418C; }
span { border-color: rgb(191,65,140); }
td.TdClassName
{
border-color: #BF418C;
}
.TagClassName
{
border-color: #BF418C;
}
</style>