Shades of Mulberry #BF409D
Tints of Mulberry #BF409D
RGB
CMYK
RGB Variations
Color information
#BF409D (or 0xBF409D) is known color: Mulberry. HEX triplet: BF, 40 and 9D. RGB value is (191,64,157). Sum of RGB (Red+Green+Blue) = 191+64+157=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF409D is #40BF62. Grayscale: #707070. Windows color (decimal): -4243299 or 10305727. OLE color: 10305727.
HSL color Cylindrical-coordinate representation of color #BF409D: hue angle of 316.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF409D is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 157 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.25 |
| HSL | 316.06º | 0.5% | 0.5% | - |
| HSV(B) | 316.06º | 0.66% | 0.75% | - |
| XYZ | 29.41 | 17.18 | 33.66 | - |
| YUV | 112.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 157 | 0 | 0.66 | 0.18 | 0.25 | 316.06 | 0.5 | 0.5 |
| Hex | BF | 40 | 9D | 0 | 42 | 12 | 19 | 13C | 32 | 32 |
| Octal | 277 | 100 | 235 | 0 | 102 | 22 | 31 | 474 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10011101 | 0 | 1000010 | 10010 | 11001 | 100111100 | 110010 | 110010 |
Color Harmonies of #BF409D
Complementary color
Monochromatic Colors of #BF409D
Black with #BF409D
Text Example
Text Example
White with #BF409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF409D; }
p { color: rgb(191,64,157); }
H1.HeaderClassName
{
color: #BF409D;
}
.AnyTagClassName
{
color: #BF409D;
}
</style>
background-color css
<style>
a { background-color: #BF409D; }
a { background-color: rgb(191,64,157); }
div.DivClassName
{
background-color: #BF409D;
}
.BgClassName
{
background-color: #BF409D;
}
</style>
border-color css
<style>
span { border-color: #BF409D; }
span { border-color: rgb(191,64,157); }
td.TdClassName
{
border-color: #BF409D;
}
.TagClassName
{
border-color: #BF409D;
}
</style>