Shades of Mulberry #BF4E9B
Tints of Mulberry #BF4E9B
RGB
CMYK
RGB Variations
Color information
#BF4E9B (or 0xBF4E9B) is known color: Mulberry. HEX triplet: BF, 4E and 9B. RGB value is (191,78,155). Sum of RGB (Red+Green+Blue) = 191+78+155=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E9B is #40B164. Grayscale: #787878. Windows color (decimal): -4239717 or 10178239. OLE color: 10178239.
HSL color Cylindrical-coordinate representation of color #BF4E9B: hue angle of 319.12º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E9B is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 155 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.25 |
| HSL | 319.12º | 0.47% | 0.53% | - |
| HSV(B) | 319.12º | 0.59% | 0.75% | - |
| XYZ | 30.13 | 18.89 | 33.07 | - |
| YUV | 120.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 155 | 0 | 0.59 | 0.19 | 0.25 | 319.12 | 0.47 | 0.53 |
| Hex | BF | 4E | 9B | 0 | 3B | 13 | 19 | 13F | 2F | 35 |
| Octal | 277 | 116 | 233 | 0 | 73 | 23 | 31 | 477 | 57 | 65 |
| Binary | 10111111 | 1001110 | 10011011 | 0 | 111011 | 10011 | 11001 | 100111111 | 101111 | 110101 |
Color Harmonies of #BF4E9B
Complementary color
Monochromatic Colors of #BF4E9B
Black with #BF4E9B
Text Example
Text Example
White with #BF4E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E9B; }
p { color: rgb(191,78,155); }
H1.HeaderClassName
{
color: #BF4E9B;
}
.AnyTagClassName
{
color: #BF4E9B;
}
</style>
background-color css
<style>
a { background-color: #BF4E9B; }
a { background-color: rgb(191,78,155); }
div.DivClassName
{
background-color: #BF4E9B;
}
.BgClassName
{
background-color: #BF4E9B;
}
</style>
border-color css
<style>
span { border-color: #BF4E9B; }
span { border-color: rgb(191,78,155); }
td.TdClassName
{
border-color: #BF4E9B;
}
.TagClassName
{
border-color: #BF4E9B;
}
</style>