Shades of Mulberry #BF4487
Tints of Mulberry #BF4487
RGB
CMYK
RGB Variations
Color information
#BF4487 (or 0xBF4487) is known color: Mulberry. HEX triplet: BF, 44 and 87. RGB value is (191,68,135). Sum of RGB (Red+Green+Blue) = 191+68+135=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4487 is #40BB78. Grayscale: #707070. Windows color (decimal): -4242297 or 8864959. OLE color: 8864959.
HSL color Cylindrical-coordinate representation of color #BF4487: hue angle of 327.32º 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 #BF4487 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 135 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.25 |
| HSL | 327.32º | 0.49% | 0.51% | - |
| HSV(B) | 327.32º | 0.64% | 0.75% | - |
| XYZ | 27.93 | 16.96 | 24.72 | - |
| YUV | 112.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 135 | 0 | 0.64 | 0.29 | 0.25 | 327.32 | 0.49 | 0.51 |
| Hex | BF | 44 | 87 | 0 | 40 | 1D | 19 | 147 | 31 | 33 |
| Octal | 277 | 104 | 207 | 0 | 100 | 35 | 31 | 507 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10000111 | 0 | 1000000 | 11101 | 11001 | 101000111 | 110001 | 110011 |
Color Harmonies of #BF4487
Complementary color
Monochromatic Colors of #BF4487
Black with #BF4487
Text Example
Text Example
White with #BF4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4487; }
p { color: rgb(191,68,135); }
H1.HeaderClassName
{
color: #BF4487;
}
.AnyTagClassName
{
color: #BF4487;
}
</style>
background-color css
<style>
a { background-color: #BF4487; }
a { background-color: rgb(191,68,135); }
div.DivClassName
{
background-color: #BF4487;
}
.BgClassName
{
background-color: #BF4487;
}
</style>
border-color css
<style>
span { border-color: #BF4487; }
span { border-color: rgb(191,68,135); }
td.TdClassName
{
border-color: #BF4487;
}
.TagClassName
{
border-color: #BF4487;
}
</style>