Shades of Mulberry #BF448C
Tints of Mulberry #BF448C
RGB
CMYK
RGB Variations
Color information
#BF448C (or 0xBF448C) is known color: Mulberry. HEX triplet: BF, 44 and 8C. RGB value is (191,68,140). Sum of RGB (Red+Green+Blue) = 191+68+140=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF448C is #40BB73. Grayscale: #707070. Windows color (decimal): -4242292 or 9192639. OLE color: 9192639.
HSL color Cylindrical-coordinate representation of color #BF448C: hue angle of 324.88º 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 #BF448C is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 140 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.25 |
| HSL | 324.88º | 0.49% | 0.51% | - |
| HSV(B) | 324.88º | 0.64% | 0.75% | - |
| XYZ | 28.29 | 17.1 | 26.62 | - |
| YUV | 112.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 140 | 0 | 0.64 | 0.27 | 0.25 | 324.88 | 0.49 | 0.51 |
| Hex | BF | 44 | 8C | 0 | 40 | 1B | 19 | 145 | 31 | 33 |
| Octal | 277 | 104 | 214 | 0 | 100 | 33 | 31 | 505 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10001100 | 0 | 1000000 | 11011 | 11001 | 101000101 | 110001 | 110011 |
Color Harmonies of #BF448C
Complementary color
Monochromatic Colors of #BF448C
Black with #BF448C
Text Example
Text Example
White with #BF448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF448C; }
p { color: rgb(191,68,140); }
H1.HeaderClassName
{
color: #BF448C;
}
.AnyTagClassName
{
color: #BF448C;
}
</style>
background-color css
<style>
a { background-color: #BF448C; }
a { background-color: rgb(191,68,140); }
div.DivClassName
{
background-color: #BF448C;
}
.BgClassName
{
background-color: #BF448C;
}
</style>
border-color css
<style>
span { border-color: #BF448C; }
span { border-color: rgb(191,68,140); }
td.TdClassName
{
border-color: #BF448C;
}
.TagClassName
{
border-color: #BF448C;
}
</style>