Shades of Mulberry #BF449B
Tints of Mulberry #BF449B
RGB
CMYK
RGB Variations
Color information
#BF449B (or 0xBF449B) is known color: Mulberry. HEX triplet: BF, 44 and 9B. RGB value is (191,68,155). Sum of RGB (Red+Green+Blue) = 191+68+155=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF449B is #40BB64. Grayscale: #727272. Windows color (decimal): -4242277 or 10175679. OLE color: 10175679.
HSL color Cylindrical-coordinate representation of color #BF449B: hue angle of 317.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF449B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 155 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.25 |
| HSL | 317.56º | 0.49% | 0.51% | - |
| HSV(B) | 317.56º | 0.64% | 0.75% | - |
| XYZ | 29.47 | 17.58 | 32.85 | - |
| YUV | 114.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 155 | 0 | 0.64 | 0.19 | 0.25 | 317.56 | 0.49 | 0.51 |
| Hex | BF | 44 | 9B | 0 | 40 | 13 | 19 | 13E | 31 | 33 |
| Octal | 277 | 104 | 233 | 0 | 100 | 23 | 31 | 476 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10011011 | 0 | 1000000 | 10011 | 11001 | 100111110 | 110001 | 110011 |
Color Harmonies of #BF449B
Complementary color
Monochromatic Colors of #BF449B
Black with #BF449B
Text Example
Text Example
White with #BF449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF449B; }
p { color: rgb(191,68,155); }
H1.HeaderClassName
{
color: #BF449B;
}
.AnyTagClassName
{
color: #BF449B;
}
</style>
background-color css
<style>
a { background-color: #BF449B; }
a { background-color: rgb(191,68,155); }
div.DivClassName
{
background-color: #BF449B;
}
.BgClassName
{
background-color: #BF449B;
}
</style>
border-color css
<style>
span { border-color: #BF449B; }
span { border-color: rgb(191,68,155); }
td.TdClassName
{
border-color: #BF449B;
}
.TagClassName
{
border-color: #BF449B;
}
</style>