Shades of Mulberry #BF427F
Tints of Mulberry #BF427F
RGB
CMYK
RGB Variations
Color information
#BF427F (or 0xBF427F) is known color: Mulberry. HEX triplet: BF, 42 and 7F. RGB value is (191,66,127). Sum of RGB (Red+Green+Blue) = 191+66+127=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF427F is #40BD80. Grayscale: #6E6E6E. Windows color (decimal): -4242817 or 8340159. OLE color: 8340159.
HSL color Cylindrical-coordinate representation of color #BF427F: hue angle of 330.72º 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 #BF427F is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 127 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.25 |
| HSL | 330.72º | 0.49% | 0.5% | - |
| HSV(B) | 330.72º | 0.65% | 0.75% | - |
| XYZ | 27.26 | 16.51 | 21.83 | - |
| YUV | 110.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 127 | 0 | 0.65 | 0.34 | 0.25 | 330.72 | 0.49 | 0.5 |
| Hex | BF | 42 | 7F | 0 | 41 | 22 | 19 | 14B | 31 | 32 |
| Octal | 277 | 102 | 177 | 0 | 101 | 42 | 31 | 513 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1111111 | 0 | 1000001 | 100010 | 11001 | 101001011 | 110001 | 110010 |
Color Harmonies of #BF427F
Complementary color
Monochromatic Colors of #BF427F
Black with #BF427F
Text Example
Text Example
White with #BF427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF427F; }
p { color: rgb(191,66,127); }
H1.HeaderClassName
{
color: #BF427F;
}
.AnyTagClassName
{
color: #BF427F;
}
</style>
background-color css
<style>
a { background-color: #BF427F; }
a { background-color: rgb(191,66,127); }
div.DivClassName
{
background-color: #BF427F;
}
.BgClassName
{
background-color: #BF427F;
}
</style>
border-color css
<style>
span { border-color: #BF427F; }
span { border-color: rgb(191,66,127); }
td.TdClassName
{
border-color: #BF427F;
}
.TagClassName
{
border-color: #BF427F;
}
</style>