Shades of Mulberry #BF488C
Tints of Mulberry #BF488C
RGB
CMYK
RGB Variations
Color information
#BF488C (or 0xBF488C) is known color: Mulberry. HEX triplet: BF, 48 and 8C. RGB value is (191,72,140). Sum of RGB (Red+Green+Blue) = 191+72+140=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF488C is #40B773. Grayscale: #737373. Windows color (decimal): -4241268 or 9193663. OLE color: 9193663.
HSL color Cylindrical-coordinate representation of color #BF488C: hue angle of 325.71º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF488C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 140 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.25 |
| HSL | 325.71º | 0.48% | 0.52% | - |
| HSV(B) | 325.71º | 0.62% | 0.75% | - |
| XYZ | 28.54 | 17.6 | 26.7 | - |
| YUV | 115.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 140 | 0 | 0.62 | 0.27 | 0.25 | 325.71 | 0.48 | 0.52 |
| Hex | BF | 48 | 8C | 0 | 3E | 1B | 19 | 146 | 30 | 34 |
| Octal | 277 | 110 | 214 | 0 | 76 | 33 | 31 | 506 | 60 | 64 |
| Binary | 10111111 | 1001000 | 10001100 | 0 | 111110 | 11011 | 11001 | 101000110 | 110000 | 110100 |
Color Harmonies of #BF488C
Complementary color
Monochromatic Colors of #BF488C
Black with #BF488C
Text Example
Text Example
White with #BF488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF488C; }
p { color: rgb(191,72,140); }
H1.HeaderClassName
{
color: #BF488C;
}
.AnyTagClassName
{
color: #BF488C;
}
</style>
background-color css
<style>
a { background-color: #BF488C; }
a { background-color: rgb(191,72,140); }
div.DivClassName
{
background-color: #BF488C;
}
.BgClassName
{
background-color: #BF488C;
}
</style>
border-color css
<style>
span { border-color: #BF488C; }
span { border-color: rgb(191,72,140); }
td.TdClassName
{
border-color: #BF488C;
}
.TagClassName
{
border-color: #BF488C;
}
</style>