Shades of Mulberry #BF558A
Tints of Mulberry #BF558A
RGB
CMYK
RGB Variations
Color information
#BF558A (or 0xBF558A) is known color: Mulberry. HEX triplet: BF, 55 and 8A. RGB value is (191,85,138). Sum of RGB (Red+Green+Blue) = 191+85+138=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF558A is #40AA75. Grayscale: #7A7A7A. Windows color (decimal): -4237942 or 9065919. OLE color: 9065919.
HSL color Cylindrical-coordinate representation of color #BF558A: hue angle of 330º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF558A is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 138 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.25 |
| HSL | 330º | 0.45% | 0.54% | - |
| HSV(B) | 330º | 0.55% | 0.75% | - |
| XYZ | 29.32 | 19.41 | 26.25 | - |
| YUV | 122.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 138 | 0 | 0.55 | 0.28 | 0.25 | 330 | 0.45 | 0.54 |
| Hex | BF | 55 | 8A | 0 | 37 | 1C | 19 | 14A | 2D | 36 |
| Octal | 277 | 125 | 212 | 0 | 67 | 34 | 31 | 512 | 55 | 66 |
| Binary | 10111111 | 1010101 | 10001010 | 0 | 110111 | 11100 | 11001 | 101001010 | 101101 | 110110 |
Color Harmonies of #BF558A
Complementary color
Monochromatic Colors of #BF558A
Black with #BF558A
Text Example
Text Example
White with #BF558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF558A; }
p { color: rgb(191,85,138); }
H1.HeaderClassName
{
color: #BF558A;
}
.AnyTagClassName
{
color: #BF558A;
}
</style>
background-color css
<style>
a { background-color: #BF558A; }
a { background-color: rgb(191,85,138); }
div.DivClassName
{
background-color: #BF558A;
}
.BgClassName
{
background-color: #BF558A;
}
</style>
border-color css
<style>
span { border-color: #BF558A; }
span { border-color: rgb(191,85,138); }
td.TdClassName
{
border-color: #BF558A;
}
.TagClassName
{
border-color: #BF558A;
}
</style>