Shades of Mulberry #BF4699
Tints of Mulberry #BF4699
RGB
CMYK
RGB Variations
Color information
#BF4699 (or 0xBF4699) is known color: Mulberry. HEX triplet: BF, 46 and 99. RGB value is (191,70,153). Sum of RGB (Red+Green+Blue) = 191+70+153=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4699 is #40B966. Grayscale: #737373. Windows color (decimal): -4241767 or 10045119. OLE color: 10045119.
HSL color Cylindrical-coordinate representation of color #BF4699: hue angle of 318.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4699 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 153 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.25 |
| HSL | 318.84º | 0.49% | 0.51% | - |
| HSV(B) | 318.84º | 0.63% | 0.75% | - |
| XYZ | 29.43 | 17.76 | 32.01 | - |
| YUV | 115.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 153 | 0 | 0.63 | 0.20 | 0.25 | 318.84 | 0.49 | 0.51 |
| Hex | BF | 46 | 99 | 0 | 3F | 14 | 19 | 13F | 31 | 33 |
| Octal | 277 | 106 | 231 | 0 | 77 | 24 | 31 | 477 | 61 | 63 |
| Binary | 10111111 | 1000110 | 10011001 | 0 | 111111 | 10100 | 11001 | 100111111 | 110001 | 110011 |
Color Harmonies of #BF4699
Complementary color
Monochromatic Colors of #BF4699
Black with #BF4699
Text Example
Text Example
White with #BF4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4699; }
p { color: rgb(191,70,153); }
H1.HeaderClassName
{
color: #BF4699;
}
.AnyTagClassName
{
color: #BF4699;
}
</style>
background-color css
<style>
a { background-color: #BF4699; }
a { background-color: rgb(191,70,153); }
div.DivClassName
{
background-color: #BF4699;
}
.BgClassName
{
background-color: #BF4699;
}
</style>
border-color css
<style>
span { border-color: #BF4699; }
span { border-color: rgb(191,70,153); }
td.TdClassName
{
border-color: #BF4699;
}
.TagClassName
{
border-color: #BF4699;
}
</style>