Shades of Mulberry #BF3F8D
Tints of Mulberry #BF3F8D
RGB
CMYK
RGB Variations
Color information
#BF3F8D (or 0xBF3F8D) is known color: Mulberry. HEX triplet: BF, 3F and 8D. RGB value is (191,63,141). Sum of RGB (Red+Green+Blue) = 191+63+141=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F8D is #40C072. Grayscale: #6D6D6D. Windows color (decimal): -4243571 or 9256895. OLE color: 9256895.
HSL color Cylindrical-coordinate representation of color #BF3F8D: hue angle of 323.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F8D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 141 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.25 |
| HSL | 323.44º | 0.5% | 0.5% | - |
| HSV(B) | 323.44º | 0.67% | 0.75% | - |
| XYZ | 28.07 | 16.55 | 26.92 | - |
| YUV | 110.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 141 | 0 | 0.67 | 0.26 | 0.25 | 323.44 | 0.5 | 0.5 |
| Hex | BF | 3F | 8D | 0 | 43 | 1A | 19 | 143 | 32 | 32 |
| Octal | 277 | 77 | 215 | 0 | 103 | 32 | 31 | 503 | 62 | 62 |
| Binary | 10111111 | 111111 | 10001101 | 0 | 1000011 | 11010 | 11001 | 101000011 | 110010 | 110010 |
Color Harmonies of #BF3F8D
Complementary color
Monochromatic Colors of #BF3F8D
Black with #BF3F8D
Text Example
Text Example
White with #BF3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F8D; }
p { color: rgb(191,63,141); }
H1.HeaderClassName
{
color: #BF3F8D;
}
.AnyTagClassName
{
color: #BF3F8D;
}
</style>
background-color css
<style>
a { background-color: #BF3F8D; }
a { background-color: rgb(191,63,141); }
div.DivClassName
{
background-color: #BF3F8D;
}
.BgClassName
{
background-color: #BF3F8D;
}
</style>
border-color css
<style>
span { border-color: #BF3F8D; }
span { border-color: rgb(191,63,141); }
td.TdClassName
{
border-color: #BF3F8D;
}
.TagClassName
{
border-color: #BF3F8D;
}
</style>