Shades of Mulberry #BF408B
Tints of Mulberry #BF408B
RGB
CMYK
RGB Variations
Color information
#BF408B (or 0xBF408B) is known color: Mulberry. HEX triplet: BF, 40 and 8B. RGB value is (191,64,139). Sum of RGB (Red+Green+Blue) = 191+64+139=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF408B is #40BF74. Grayscale: #6E6E6E. Windows color (decimal): -4243317 or 9126079. OLE color: 9126079.
HSL color Cylindrical-coordinate representation of color #BF408B: hue angle of 324.57º 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 #BF408B is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 139 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.25 |
| HSL | 324.57º | 0.5% | 0.5% | - |
| HSV(B) | 324.57º | 0.66% | 0.75% | - |
| XYZ | 27.98 | 16.61 | 26.16 | - |
| YUV | 110.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 139 | 0 | 0.66 | 0.27 | 0.25 | 324.57 | 0.5 | 0.5 |
| Hex | BF | 40 | 8B | 0 | 42 | 1B | 19 | 145 | 32 | 32 |
| Octal | 277 | 100 | 213 | 0 | 102 | 33 | 31 | 505 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10001011 | 0 | 1000010 | 11011 | 11001 | 101000101 | 110010 | 110010 |
Color Harmonies of #BF408B
Complementary color
Monochromatic Colors of #BF408B
Black with #BF408B
Text Example
Text Example
White with #BF408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF408B; }
p { color: rgb(191,64,139); }
H1.HeaderClassName
{
color: #BF408B;
}
.AnyTagClassName
{
color: #BF408B;
}
</style>
background-color css
<style>
a { background-color: #BF408B; }
a { background-color: rgb(191,64,139); }
div.DivClassName
{
background-color: #BF408B;
}
.BgClassName
{
background-color: #BF408B;
}
</style>
border-color css
<style>
span { border-color: #BF408B; }
span { border-color: rgb(191,64,139); }
td.TdClassName
{
border-color: #BF408B;
}
.TagClassName
{
border-color: #BF408B;
}
</style>