Shades of Mulberry #BF5CA0
Tints of Mulberry #BF5CA0
RGB
CMYK
RGB Variations
Color information
#BF5CA0 (or 0xBF5CA0) is known color: Mulberry. HEX triplet: BF, 5C and A0. RGB value is (191,92,160). Sum of RGB (Red+Green+Blue) = 191+92+160=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CA0 is #40A35F. Grayscale: #818181. Windows color (decimal): -4236128 or 10509503. OLE color: 10509503.
HSL color Cylindrical-coordinate representation of color #BF5CA0: hue angle of 318.79º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5CA0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 160 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.25 |
| HSL | 318.79º | 0.44% | 0.55% | - |
| HSV(B) | 318.79º | 0.52% | 0.75% | - |
| XYZ | 31.66 | 21.27 | 35.69 | - |
| YUV | 129.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 160 | 0 | 0.52 | 0.16 | 0.25 | 318.79 | 0.44 | 0.55 |
| Hex | BF | 5C | A0 | 0 | 34 | 10 | 19 | 13F | 2C | 37 |
| Octal | 277 | 134 | 240 | 0 | 64 | 20 | 31 | 477 | 54 | 67 |
| Binary | 10111111 | 1011100 | 10100000 | 0 | 110100 | 10000 | 11001 | 100111111 | 101100 | 110111 |
Color Harmonies of #BF5CA0
Complementary color
Monochromatic Colors of #BF5CA0
Black with #BF5CA0
Text Example
Text Example
White with #BF5CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CA0; }
p { color: rgb(191,92,160); }
H1.HeaderClassName
{
color: #BF5CA0;
}
.AnyTagClassName
{
color: #BF5CA0;
}
</style>
background-color css
<style>
a { background-color: #BF5CA0; }
a { background-color: rgb(191,92,160); }
div.DivClassName
{
background-color: #BF5CA0;
}
.BgClassName
{
background-color: #BF5CA0;
}
</style>
border-color css
<style>
span { border-color: #BF5CA0; }
span { border-color: rgb(191,92,160); }
td.TdClassName
{
border-color: #BF5CA0;
}
.TagClassName
{
border-color: #BF5CA0;
}
</style>