Shades of Mulberry #BF4899
Tints of Mulberry #BF4899
RGB
CMYK
RGB Variations
Color information
#BF4899 (or 0xBF4899) is known color: Mulberry. HEX triplet: BF, 48 and 99. RGB value is (191,72,153). Sum of RGB (Red+Green+Blue) = 191+72+153=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4899 is #40B766. Grayscale: #747474. Windows color (decimal): -4241255 or 10045631. OLE color: 10045631.
HSL color Cylindrical-coordinate representation of color #BF4899: hue angle of 319.16º 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 #BF4899 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 153 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.25 |
| HSL | 319.16º | 0.48% | 0.52% | - |
| HSV(B) | 319.16º | 0.62% | 0.75% | - |
| XYZ | 29.55 | 18.01 | 32.06 | - |
| YUV | 116.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 153 | 0 | 0.62 | 0.20 | 0.25 | 319.16 | 0.48 | 0.52 |
| Hex | BF | 48 | 99 | 0 | 3E | 14 | 19 | 13F | 30 | 34 |
| Octal | 277 | 110 | 231 | 0 | 76 | 24 | 31 | 477 | 60 | 64 |
| Binary | 10111111 | 1001000 | 10011001 | 0 | 111110 | 10100 | 11001 | 100111111 | 110000 | 110100 |
Color Harmonies of #BF4899
Complementary color
Monochromatic Colors of #BF4899
Black with #BF4899
Text Example
Text Example
White with #BF4899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4899; }
p { color: rgb(191,72,153); }
H1.HeaderClassName
{
color: #BF4899;
}
.AnyTagClassName
{
color: #BF4899;
}
</style>
background-color css
<style>
a { background-color: #BF4899; }
a { background-color: rgb(191,72,153); }
div.DivClassName
{
background-color: #BF4899;
}
.BgClassName
{
background-color: #BF4899;
}
</style>
border-color css
<style>
span { border-color: #BF4899; }
span { border-color: rgb(191,72,153); }
td.TdClassName
{
border-color: #BF4899;
}
.TagClassName
{
border-color: #BF4899;
}
</style>