Shades of Mulberry #BF488A
Tints of Mulberry #BF488A
RGB
CMYK
RGB Variations
Color information
#BF488A (or 0xBF488A) is known color: Mulberry. HEX triplet: BF, 48 and 8A. RGB value is (191,72,138). Sum of RGB (Red+Green+Blue) = 191+72+138=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF488A is #40B775. Grayscale: #727272. Windows color (decimal): -4241270 or 9062591. OLE color: 9062591.
HSL color Cylindrical-coordinate representation of color #BF488A: hue angle of 326.72º 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 #BF488A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 138 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.25 |
| HSL | 326.72º | 0.48% | 0.52% | - |
| HSV(B) | 326.72º | 0.62% | 0.75% | - |
| XYZ | 28.39 | 17.55 | 25.94 | - |
| YUV | 115.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 138 | 0 | 0.62 | 0.28 | 0.25 | 326.72 | 0.48 | 0.52 |
| Hex | BF | 48 | 8A | 0 | 3E | 1C | 19 | 147 | 30 | 34 |
| Octal | 277 | 110 | 212 | 0 | 76 | 34 | 31 | 507 | 60 | 64 |
| Binary | 10111111 | 1001000 | 10001010 | 0 | 111110 | 11100 | 11001 | 101000111 | 110000 | 110100 |
Color Harmonies of #BF488A
Complementary color
Monochromatic Colors of #BF488A
Black with #BF488A
Text Example
Text Example
White with #BF488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF488A; }
p { color: rgb(191,72,138); }
H1.HeaderClassName
{
color: #BF488A;
}
.AnyTagClassName
{
color: #BF488A;
}
</style>
background-color css
<style>
a { background-color: #BF488A; }
a { background-color: rgb(191,72,138); }
div.DivClassName
{
background-color: #BF488A;
}
.BgClassName
{
background-color: #BF488A;
}
</style>
border-color css
<style>
span { border-color: #BF488A; }
span { border-color: rgb(191,72,138); }
td.TdClassName
{
border-color: #BF488A;
}
.TagClassName
{
border-color: #BF488A;
}
</style>