Shades of Mulberry #BF4A8C
Tints of Mulberry #BF4A8C
RGB
CMYK
RGB Variations
Color information
#BF4A8C (or 0xBF4A8C) is known color: Mulberry. HEX triplet: BF, 4A and 8C. RGB value is (191,74,140). Sum of RGB (Red+Green+Blue) = 191+74+140=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A8C is #40B573. Grayscale: #747474. Windows color (decimal): -4240756 or 9194175. OLE color: 9194175.
HSL color Cylindrical-coordinate representation of color #BF4A8C: hue angle of 326.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A8C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 140 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.25 |
| HSL | 326.15º | 0.48% | 0.52% | - |
| HSV(B) | 326.15º | 0.61% | 0.75% | - |
| XYZ | 28.67 | 17.87 | 26.75 | - |
| YUV | 116.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 140 | 0 | 0.61 | 0.27 | 0.25 | 326.15 | 0.48 | 0.52 |
| Hex | BF | 4A | 8C | 0 | 3D | 1B | 19 | 146 | 30 | 34 |
| Octal | 277 | 112 | 214 | 0 | 75 | 33 | 31 | 506 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10001100 | 0 | 111101 | 11011 | 11001 | 101000110 | 110000 | 110100 |
Color Harmonies of #BF4A8C
Complementary color
Monochromatic Colors of #BF4A8C
Black with #BF4A8C
Text Example
Text Example
White with #BF4A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A8C; }
p { color: rgb(191,74,140); }
H1.HeaderClassName
{
color: #BF4A8C;
}
.AnyTagClassName
{
color: #BF4A8C;
}
</style>
background-color css
<style>
a { background-color: #BF4A8C; }
a { background-color: rgb(191,74,140); }
div.DivClassName
{
background-color: #BF4A8C;
}
.BgClassName
{
background-color: #BF4A8C;
}
</style>
border-color css
<style>
span { border-color: #BF4A8C; }
span { border-color: rgb(191,74,140); }
td.TdClassName
{
border-color: #BF4A8C;
}
.TagClassName
{
border-color: #BF4A8C;
}
</style>