Shades of Mulberry #BF5D9A
Tints of Mulberry #BF5D9A
RGB
CMYK
RGB Variations
Color information
#BF5D9A (or 0xBF5D9A) is known color: Mulberry. HEX triplet: BF, 5D and 9A. RGB value is (191,93,154). Sum of RGB (Red+Green+Blue) = 191+93+154=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D9A is #40A265. Grayscale: #818181. Windows color (decimal): -4235878 or 10116543. OLE color: 10116543.
HSL color Cylindrical-coordinate representation of color #BF5D9A: hue angle of 322.65º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D9A is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 154 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.25 |
| HSL | 322.65º | 0.43% | 0.56% | - |
| HSV(B) | 322.65º | 0.51% | 0.75% | - |
| XYZ | 31.23 | 21.24 | 33.03 | - |
| YUV | 129.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 154 | 0 | 0.51 | 0.19 | 0.25 | 322.65 | 0.43 | 0.56 |
| Hex | BF | 5D | 9A | 0 | 33 | 13 | 19 | 143 | 2B | 38 |
| Octal | 277 | 135 | 232 | 0 | 63 | 23 | 31 | 503 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10011010 | 0 | 110011 | 10011 | 11001 | 101000011 | 101011 | 111000 |
Color Harmonies of #BF5D9A
Complementary color
Monochromatic Colors of #BF5D9A
Black with #BF5D9A
Text Example
Text Example
White with #BF5D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D9A; }
p { color: rgb(191,93,154); }
H1.HeaderClassName
{
color: #BF5D9A;
}
.AnyTagClassName
{
color: #BF5D9A;
}
</style>
background-color css
<style>
a { background-color: #BF5D9A; }
a { background-color: rgb(191,93,154); }
div.DivClassName
{
background-color: #BF5D9A;
}
.BgClassName
{
background-color: #BF5D9A;
}
</style>
border-color css
<style>
span { border-color: #BF5D9A; }
span { border-color: rgb(191,93,154); }
td.TdClassName
{
border-color: #BF5D9A;
}
.TagClassName
{
border-color: #BF5D9A;
}
</style>