Shades of Mulberry #BF4290
Tints of Mulberry #BF4290
RGB
CMYK
RGB Variations
Color information
#BF4290 (or 0xBF4290) is known color: Mulberry. HEX triplet: BF, 42 and 90. RGB value is (191,66,144). Sum of RGB (Red+Green+Blue) = 191+66+144=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4290 is #40BD6F. Grayscale: #707070. Windows color (decimal): -4242800 or 9454271. OLE color: 9454271.
HSL color Cylindrical-coordinate representation of color #BF4290: hue angle of 322.56º 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 #BF4290 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 144 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.25 |
| HSL | 322.56º | 0.49% | 0.5% | - |
| HSV(B) | 322.56º | 0.65% | 0.75% | - |
| XYZ | 28.47 | 16.99 | 28.16 | - |
| YUV | 112.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 144 | 0 | 0.65 | 0.25 | 0.25 | 322.56 | 0.49 | 0.5 |
| Hex | BF | 42 | 90 | 0 | 41 | 19 | 19 | 143 | 31 | 32 |
| Octal | 277 | 102 | 220 | 0 | 101 | 31 | 31 | 503 | 61 | 62 |
| Binary | 10111111 | 1000010 | 10010000 | 0 | 1000001 | 11001 | 11001 | 101000011 | 110001 | 110010 |
Color Harmonies of #BF4290
Complementary color
Monochromatic Colors of #BF4290
Black with #BF4290
Text Example
Text Example
White with #BF4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4290; }
p { color: rgb(191,66,144); }
H1.HeaderClassName
{
color: #BF4290;
}
.AnyTagClassName
{
color: #BF4290;
}
</style>
background-color css
<style>
a { background-color: #BF4290; }
a { background-color: rgb(191,66,144); }
div.DivClassName
{
background-color: #BF4290;
}
.BgClassName
{
background-color: #BF4290;
}
</style>
border-color css
<style>
span { border-color: #BF4290; }
span { border-color: rgb(191,66,144); }
td.TdClassName
{
border-color: #BF4290;
}
.TagClassName
{
border-color: #BF4290;
}
</style>