Shades of Mulberry #BF409C
Tints of Mulberry #BF409C
RGB
CMYK
RGB Variations
Color information
#BF409C (or 0xBF409C) is known color: Mulberry. HEX triplet: BF, 40 and 9C. RGB value is (191,64,156). Sum of RGB (Red+Green+Blue) = 191+64+156=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF409C is #40BF63. Grayscale: #707070. Windows color (decimal): -4243300 or 10240191. OLE color: 10240191.
HSL color Cylindrical-coordinate representation of color #BF409C: hue angle of 316.54º 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 #BF409C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 156 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.25 |
| HSL | 316.54º | 0.5% | 0.5% | - |
| HSV(B) | 316.54º | 0.66% | 0.75% | - |
| XYZ | 29.32 | 17.14 | 33.22 | - |
| YUV | 112.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 156 | 0 | 0.66 | 0.18 | 0.25 | 316.54 | 0.5 | 0.5 |
| Hex | BF | 40 | 9C | 0 | 42 | 12 | 19 | 13D | 32 | 32 |
| Octal | 277 | 100 | 234 | 0 | 102 | 22 | 31 | 475 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10011100 | 0 | 1000010 | 10010 | 11001 | 100111101 | 110010 | 110010 |
Color Harmonies of #BF409C
Complementary color
Monochromatic Colors of #BF409C
Black with #BF409C
Text Example
Text Example
White with #BF409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF409C; }
p { color: rgb(191,64,156); }
H1.HeaderClassName
{
color: #BF409C;
}
.AnyTagClassName
{
color: #BF409C;
}
</style>
background-color css
<style>
a { background-color: #BF409C; }
a { background-color: rgb(191,64,156); }
div.DivClassName
{
background-color: #BF409C;
}
.BgClassName
{
background-color: #BF409C;
}
</style>
border-color css
<style>
span { border-color: #BF409C; }
span { border-color: rgb(191,64,156); }
td.TdClassName
{
border-color: #BF409C;
}
.TagClassName
{
border-color: #BF409C;
}
</style>