Shades of Mulberry #BF489C
Tints of Mulberry #BF489C
RGB
CMYK
RGB Variations
Color information
#BF489C (or 0xBF489C) is known color: Mulberry. HEX triplet: BF, 48 and 9C. RGB value is (191,72,156). Sum of RGB (Red+Green+Blue) = 191+72+156=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF489C is #40B763. Grayscale: #747474. Windows color (decimal): -4241252 or 10242239. OLE color: 10242239.
HSL color Cylindrical-coordinate representation of color #BF489C: hue angle of 317.65º 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 #BF489C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 156 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.25 |
| HSL | 317.65º | 0.48% | 0.52% | - |
| HSV(B) | 317.65º | 0.62% | 0.75% | - |
| XYZ | 29.8 | 18.11 | 33.38 | - |
| YUV | 117.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 156 | 0 | 0.62 | 0.18 | 0.25 | 317.65 | 0.48 | 0.52 |
| Hex | BF | 48 | 9C | 0 | 3E | 12 | 19 | 13E | 30 | 34 |
| Octal | 277 | 110 | 234 | 0 | 76 | 22 | 31 | 476 | 60 | 64 |
| Binary | 10111111 | 1001000 | 10011100 | 0 | 111110 | 10010 | 11001 | 100111110 | 110000 | 110100 |
Color Harmonies of #BF489C
Complementary color
Monochromatic Colors of #BF489C
Black with #BF489C
Text Example
Text Example
White with #BF489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF489C; }
p { color: rgb(191,72,156); }
H1.HeaderClassName
{
color: #BF489C;
}
.AnyTagClassName
{
color: #BF489C;
}
</style>
background-color css
<style>
a { background-color: #BF489C; }
a { background-color: rgb(191,72,156); }
div.DivClassName
{
background-color: #BF489C;
}
.BgClassName
{
background-color: #BF489C;
}
</style>
border-color css
<style>
span { border-color: #BF489C; }
span { border-color: rgb(191,72,156); }
td.TdClassName
{
border-color: #BF489C;
}
.TagClassName
{
border-color: #BF489C;
}
</style>