Shades of Mulberry #BF58A0
Tints of Mulberry #BF58A0
RGB
CMYK
RGB Variations
Color information
#BF58A0 (or 0xBF58A0) is known color: Mulberry. HEX triplet: BF, 58 and A0. RGB value is (191,88,160). Sum of RGB (Red+Green+Blue) = 191+88+160=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A0 is #40A75F. Grayscale: #7E7E7E. Windows color (decimal): -4237152 or 10508479. OLE color: 10508479.
HSL color Cylindrical-coordinate representation of color #BF58A0: hue angle of 318.06º 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 #BF58A0 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 160 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.25 |
| HSL | 318.06º | 0.45% | 0.55% | - |
| HSV(B) | 318.06º | 0.54% | 0.75% | - |
| XYZ | 31.32 | 20.59 | 35.58 | - |
| YUV | 127.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 160 | 0 | 0.54 | 0.16 | 0.25 | 318.06 | 0.45 | 0.55 |
| Hex | BF | 58 | A0 | 0 | 36 | 10 | 19 | 13E | 2D | 37 |
| Octal | 277 | 130 | 240 | 0 | 66 | 20 | 31 | 476 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10100000 | 0 | 110110 | 10000 | 11001 | 100111110 | 101101 | 110111 |
Color Harmonies of #BF58A0
Complementary color
Monochromatic Colors of #BF58A0
Black with #BF58A0
Text Example
Text Example
White with #BF58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58A0; }
p { color: rgb(191,88,160); }
H1.HeaderClassName
{
color: #BF58A0;
}
.AnyTagClassName
{
color: #BF58A0;
}
</style>
background-color css
<style>
a { background-color: #BF58A0; }
a { background-color: rgb(191,88,160); }
div.DivClassName
{
background-color: #BF58A0;
}
.BgClassName
{
background-color: #BF58A0;
}
</style>
border-color css
<style>
span { border-color: #BF58A0; }
span { border-color: rgb(191,88,160); }
td.TdClassName
{
border-color: #BF58A0;
}
.TagClassName
{
border-color: #BF58A0;
}
</style>