Shades of Mulberry #BF5A8A
Tints of Mulberry #BF5A8A
RGB
CMYK
RGB Variations
Color information
#BF5A8A (or 0xBF5A8A) is known color: Mulberry. HEX triplet: BF, 5A and 8A. RGB value is (191,90,138). Sum of RGB (Red+Green+Blue) = 191+90+138=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A8A is #40A575. Grayscale: #7D7D7D. Windows color (decimal): -4236662 or 9067199. OLE color: 9067199.
HSL color Cylindrical-coordinate representation of color #BF5A8A: hue angle of 331.49º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5A8A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 138 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.25 |
| HSL | 331.49º | 0.44% | 0.55% | - |
| HSV(B) | 331.49º | 0.53% | 0.75% | - |
| XYZ | 29.73 | 20.22 | 26.38 | - |
| YUV | 125.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 138 | 0 | 0.53 | 0.28 | 0.25 | 331.49 | 0.44 | 0.55 |
| Hex | BF | 5A | 8A | 0 | 35 | 1C | 19 | 14B | 2C | 37 |
| Octal | 277 | 132 | 212 | 0 | 65 | 34 | 31 | 513 | 54 | 67 |
| Binary | 10111111 | 1011010 | 10001010 | 0 | 110101 | 11100 | 11001 | 101001011 | 101100 | 110111 |
Color Harmonies of #BF5A8A
Complementary color
Monochromatic Colors of #BF5A8A
Black with #BF5A8A
Text Example
Text Example
White with #BF5A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A8A; }
p { color: rgb(191,90,138); }
H1.HeaderClassName
{
color: #BF5A8A;
}
.AnyTagClassName
{
color: #BF5A8A;
}
</style>
background-color css
<style>
a { background-color: #BF5A8A; }
a { background-color: rgb(191,90,138); }
div.DivClassName
{
background-color: #BF5A8A;
}
.BgClassName
{
background-color: #BF5A8A;
}
</style>
border-color css
<style>
span { border-color: #BF5A8A; }
span { border-color: rgb(191,90,138); }
td.TdClassName
{
border-color: #BF5A8A;
}
.TagClassName
{
border-color: #BF5A8A;
}
</style>