Shades of Mulberry #BF409B
Tints of Mulberry #BF409B
RGB
CMYK
RGB Variations
Color information
#BF409B (or 0xBF409B) is known color: Mulberry. HEX triplet: BF, 40 and 9B. RGB value is (191,64,155). Sum of RGB (Red+Green+Blue) = 191+64+155=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF409B is #40BF64. Grayscale: #707070. Windows color (decimal): -4243301 or 10174655. OLE color: 10174655.
HSL color Cylindrical-coordinate representation of color #BF409B: hue angle of 317.01º 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 #BF409B is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 155 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.25 |
| HSL | 317.01º | 0.5% | 0.5% | - |
| HSV(B) | 317.01º | 0.66% | 0.75% | - |
| XYZ | 29.24 | 17.11 | 32.77 | - |
| YUV | 112.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 155 | 0 | 0.66 | 0.19 | 0.25 | 317.01 | 0.5 | 0.5 |
| Hex | BF | 40 | 9B | 0 | 42 | 13 | 19 | 13D | 32 | 32 |
| Octal | 277 | 100 | 233 | 0 | 102 | 23 | 31 | 475 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10011011 | 0 | 1000010 | 10011 | 11001 | 100111101 | 110010 | 110010 |
Color Harmonies of #BF409B
Complementary color
Monochromatic Colors of #BF409B
Black with #BF409B
Text Example
Text Example
White with #BF409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF409B; }
p { color: rgb(191,64,155); }
H1.HeaderClassName
{
color: #BF409B;
}
.AnyTagClassName
{
color: #BF409B;
}
</style>
background-color css
<style>
a { background-color: #BF409B; }
a { background-color: rgb(191,64,155); }
div.DivClassName
{
background-color: #BF409B;
}
.BgClassName
{
background-color: #BF409B;
}
</style>
border-color css
<style>
span { border-color: #BF409B; }
span { border-color: rgb(191,64,155); }
td.TdClassName
{
border-color: #BF409B;
}
.TagClassName
{
border-color: #BF409B;
}
</style>