Shades of Mulberry #BF3E9B
Tints of Mulberry #BF3E9B
RGB
CMYK
RGB Variations
Color information
#BF3E9B (or 0xBF3E9B) is known color: Mulberry. HEX triplet: BF, 3E and 9B. RGB value is (191,62,155). Sum of RGB (Red+Green+Blue) = 191+62+155=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E9B is #40C164. Grayscale: #6E6E6E. Windows color (decimal): -4243813 or 10174143. OLE color: 10174143.
HSL color Cylindrical-coordinate representation of color #BF3E9B: hue angle of 316.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E9B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 155 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.25 |
| HSL | 316.74º | 0.51% | 0.5% | - |
| HSV(B) | 316.74º | 0.68% | 0.75% | - |
| XYZ | 29.12 | 16.89 | 32.74 | - |
| YUV | 111.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 155 | 0 | 0.68 | 0.19 | 0.25 | 316.74 | 0.51 | 0.5 |
| Hex | BF | 3E | 9B | 0 | 44 | 13 | 19 | 13D | 33 | 32 |
| Octal | 277 | 76 | 233 | 0 | 104 | 23 | 31 | 475 | 63 | 62 |
| Binary | 10111111 | 111110 | 10011011 | 0 | 1000100 | 10011 | 11001 | 100111101 | 110011 | 110010 |
Color Harmonies of #BF3E9B
Complementary color
Monochromatic Colors of #BF3E9B
Black with #BF3E9B
Text Example
Text Example
White with #BF3E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E9B; }
p { color: rgb(191,62,155); }
H1.HeaderClassName
{
color: #BF3E9B;
}
.AnyTagClassName
{
color: #BF3E9B;
}
</style>
background-color css
<style>
a { background-color: #BF3E9B; }
a { background-color: rgb(191,62,155); }
div.DivClassName
{
background-color: #BF3E9B;
}
.BgClassName
{
background-color: #BF3E9B;
}
</style>
border-color css
<style>
span { border-color: #BF3E9B; }
span { border-color: rgb(191,62,155); }
td.TdClassName
{
border-color: #BF3E9B;
}
.TagClassName
{
border-color: #BF3E9B;
}
</style>