Shades of Mulberry #BF58A2
Tints of Mulberry #BF58A2
RGB
CMYK
RGB Variations
Color information
#BF58A2 (or 0xBF58A2) is known color: Mulberry. HEX triplet: BF, 58 and A2. RGB value is (191,88,162). Sum of RGB (Red+Green+Blue) = 191+88+162=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A2 is #40A75D. Grayscale: #7F7F7F. Windows color (decimal): -4237150 or 10639551. OLE color: 10639551.
HSL color Cylindrical-coordinate representation of color #BF58A2: hue angle of 316.89º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF58A2 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 162 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.25 |
| HSL | 316.89º | 0.45% | 0.55% | - |
| HSV(B) | 316.89º | 0.54% | 0.75% | - |
| XYZ | 31.5 | 20.66 | 36.51 | - |
| YUV | 127.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 162 | 0 | 0.54 | 0.15 | 0.25 | 316.89 | 0.45 | 0.55 |
| Hex | BF | 58 | A2 | 0 | 36 | F | 19 | 13D | 2D | 37 |
| Octal | 277 | 130 | 242 | 0 | 66 | 17 | 31 | 475 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10100010 | 0 | 110110 | 1111 | 11001 | 100111101 | 101101 | 110111 |
Color Harmonies of #BF58A2
Complementary color
Monochromatic Colors of #BF58A2
Black with #BF58A2
Text Example
Text Example
White with #BF58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58A2; }
p { color: rgb(191,88,162); }
H1.HeaderClassName
{
color: #BF58A2;
}
.AnyTagClassName
{
color: #BF58A2;
}
</style>
background-color css
<style>
a { background-color: #BF58A2; }
a { background-color: rgb(191,88,162); }
div.DivClassName
{
background-color: #BF58A2;
}
.BgClassName
{
background-color: #BF58A2;
}
</style>
border-color css
<style>
span { border-color: #BF58A2; }
span { border-color: rgb(191,88,162); }
td.TdClassName
{
border-color: #BF58A2;
}
.TagClassName
{
border-color: #BF58A2;
}
</style>