Shades of Mulberry #BF58A5
Tints of Mulberry #BF58A5
RGB
CMYK
RGB Variations
Color information
#BF58A5 (or 0xBF58A5) is known color: Mulberry. HEX triplet: BF, 58 and A5. RGB value is (191,88,165). Sum of RGB (Red+Green+Blue) = 191+88+165=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58A5 is #40A75A. Grayscale: #7F7F7F. Windows color (decimal): -4237147 or 10836159. OLE color: 10836159.
HSL color Cylindrical-coordinate representation of color #BF58A5: hue angle of 315.15º 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 #BF58A5 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 165 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.25 |
| HSL | 315.15º | 0.45% | 0.55% | - |
| HSV(B) | 315.15º | 0.54% | 0.75% | - |
| XYZ | 31.77 | 20.77 | 37.93 | - |
| YUV | 127.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 165 | 0 | 0.54 | 0.14 | 0.25 | 315.15 | 0.45 | 0.55 |
| Hex | BF | 58 | A5 | 0 | 36 | E | 19 | 13B | 2D | 37 |
| Octal | 277 | 130 | 245 | 0 | 66 | 16 | 31 | 473 | 55 | 67 |
| Binary | 10111111 | 1011000 | 10100101 | 0 | 110110 | 1110 | 11001 | 100111011 | 101101 | 110111 |
Color Harmonies of #BF58A5
Complementary color
Monochromatic Colors of #BF58A5
Black with #BF58A5
Text Example
Text Example
White with #BF58A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58A5; }
p { color: rgb(191,88,165); }
H1.HeaderClassName
{
color: #BF58A5;
}
.AnyTagClassName
{
color: #BF58A5;
}
</style>
background-color css
<style>
a { background-color: #BF58A5; }
a { background-color: rgb(191,88,165); }
div.DivClassName
{
background-color: #BF58A5;
}
.BgClassName
{
background-color: #BF58A5;
}
</style>
border-color css
<style>
span { border-color: #BF58A5; }
span { border-color: rgb(191,88,165); }
td.TdClassName
{
border-color: #BF58A5;
}
.TagClassName
{
border-color: #BF58A5;
}
</style>