Shades of Mulberry #BF428C
Tints of Mulberry #BF428C
RGB
CMYK
RGB Variations
Color information
#BF428C (or 0xBF428C) is known color: Mulberry. HEX triplet: BF, 42 and 8C. RGB value is (191,66,140). Sum of RGB (Red+Green+Blue) = 191+66+140=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF428C is #40BD73. Grayscale: #6F6F6F. Windows color (decimal): -4242804 or 9192127. OLE color: 9192127.
HSL color Cylindrical-coordinate representation of color #BF428C: hue angle of 324.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF428C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 140 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.25 |
| HSL | 324.48º | 0.49% | 0.5% | - |
| HSV(B) | 324.48º | 0.65% | 0.75% | - |
| XYZ | 28.17 | 16.87 | 26.58 | - |
| YUV | 111.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 140 | 0 | 0.65 | 0.27 | 0.25 | 324.48 | 0.49 | 0.5 |
| Hex | BF | 42 | 8C | 0 | 41 | 1B | 19 | 144 | 31 | 32 |
| Octal | 277 | 102 | 214 | 0 | 101 | 33 | 31 | 504 | 61 | 62 |
| Binary | 10111111 | 1000010 | 10001100 | 0 | 1000001 | 11011 | 11001 | 101000100 | 110001 | 110010 |
Color Harmonies of #BF428C
Complementary color
Monochromatic Colors of #BF428C
Black with #BF428C
Text Example
Text Example
White with #BF428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF428C; }
p { color: rgb(191,66,140); }
H1.HeaderClassName
{
color: #BF428C;
}
.AnyTagClassName
{
color: #BF428C;
}
</style>
background-color css
<style>
a { background-color: #BF428C; }
a { background-color: rgb(191,66,140); }
div.DivClassName
{
background-color: #BF428C;
}
.BgClassName
{
background-color: #BF428C;
}
</style>
border-color css
<style>
span { border-color: #BF428C; }
span { border-color: rgb(191,66,140); }
td.TdClassName
{
border-color: #BF428C;
}
.TagClassName
{
border-color: #BF428C;
}
</style>