Shades of Mulberry #BF4B8B
Tints of Mulberry #BF4B8B
RGB
CMYK
RGB Variations
Color information
#BF4B8B (or 0xBF4B8B) is known color: Mulberry. HEX triplet: BF, 4B and 8B. RGB value is (191,75,139). Sum of RGB (Red+Green+Blue) = 191+75+139=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B8B is #40B474. Grayscale: #747474. Windows color (decimal): -4240501 or 9128895. OLE color: 9128895.
HSL color Cylindrical-coordinate representation of color #BF4B8B: hue angle of 326.9º 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 #BF4B8B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 139 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.25 |
| HSL | 326.9º | 0.48% | 0.52% | - |
| HSV(B) | 326.9º | 0.61% | 0.75% | - |
| XYZ | 28.66 | 17.97 | 26.38 | - |
| YUV | 116.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 139 | 0 | 0.61 | 0.27 | 0.25 | 326.9 | 0.48 | 0.52 |
| Hex | BF | 4B | 8B | 0 | 3D | 1B | 19 | 147 | 30 | 34 |
| Octal | 277 | 113 | 213 | 0 | 75 | 33 | 31 | 507 | 60 | 64 |
| Binary | 10111111 | 1001011 | 10001011 | 0 | 111101 | 11011 | 11001 | 101000111 | 110000 | 110100 |
Color Harmonies of #BF4B8B
Complementary color
Monochromatic Colors of #BF4B8B
Black with #BF4B8B
Text Example
Text Example
White with #BF4B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4B8B; }
p { color: rgb(191,75,139); }
H1.HeaderClassName
{
color: #BF4B8B;
}
.AnyTagClassName
{
color: #BF4B8B;
}
</style>
background-color css
<style>
a { background-color: #BF4B8B; }
a { background-color: rgb(191,75,139); }
div.DivClassName
{
background-color: #BF4B8B;
}
.BgClassName
{
background-color: #BF4B8B;
}
</style>
border-color css
<style>
span { border-color: #BF4B8B; }
span { border-color: rgb(191,75,139); }
td.TdClassName
{
border-color: #BF4B8B;
}
.TagClassName
{
border-color: #BF4B8B;
}
</style>