Shades of Mulberry #BF3F9E
Tints of Mulberry #BF3F9E
RGB
CMYK
RGB Variations
Color information
#BF3F9E (or 0xBF3F9E) is known color: Mulberry. HEX triplet: BF, 3F and 9E. RGB value is (191,63,158). Sum of RGB (Red+Green+Blue) = 191+63+158=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F9E is #40C061. Grayscale: #6F6F6F. Windows color (decimal): -4243554 or 10371007. OLE color: 10371007.
HSL color Cylindrical-coordinate representation of color #BF3F9E: hue angle of 315.47º 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 #BF3F9E is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 158 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.25 |
| HSL | 315.47º | 0.5% | 0.5% | - |
| HSV(B) | 315.47º | 0.67% | 0.75% | - |
| XYZ | 29.43 | 17.1 | 34.1 | - |
| YUV | 112.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 158 | 0 | 0.67 | 0.17 | 0.25 | 315.47 | 0.5 | 0.5 |
| Hex | BF | 3F | 9E | 0 | 43 | 11 | 19 | 13B | 32 | 32 |
| Octal | 277 | 77 | 236 | 0 | 103 | 21 | 31 | 473 | 62 | 62 |
| Binary | 10111111 | 111111 | 10011110 | 0 | 1000011 | 10001 | 11001 | 100111011 | 110010 | 110010 |
Color Harmonies of #BF3F9E
Complementary color
Monochromatic Colors of #BF3F9E
Black with #BF3F9E
Text Example
Text Example
White with #BF3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F9E; }
p { color: rgb(191,63,158); }
H1.HeaderClassName
{
color: #BF3F9E;
}
.AnyTagClassName
{
color: #BF3F9E;
}
</style>
background-color css
<style>
a { background-color: #BF3F9E; }
a { background-color: rgb(191,63,158); }
div.DivClassName
{
background-color: #BF3F9E;
}
.BgClassName
{
background-color: #BF3F9E;
}
</style>
border-color css
<style>
span { border-color: #BF3F9E; }
span { border-color: rgb(191,63,158); }
td.TdClassName
{
border-color: #BF3F9E;
}
.TagClassName
{
border-color: #BF3F9E;
}
</style>