Shades of Mulberry #BF4A82
Tints of Mulberry #BF4A82
RGB
CMYK
RGB Variations
Color information
#BF4A82 (or 0xBF4A82) is known color: Mulberry. HEX triplet: BF, 4A and 82. RGB value is (191,74,130). Sum of RGB (Red+Green+Blue) = 191+74+130=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A82 is #40B57D. Grayscale: #737373. Windows color (decimal): -4240766 or 8538815. OLE color: 8538815.
HSL color Cylindrical-coordinate representation of color #BF4A82: hue angle of 331.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A82 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 130 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.25 |
| HSL | 331.28º | 0.48% | 0.52% | - |
| HSV(B) | 331.28º | 0.61% | 0.75% | - |
| XYZ | 27.96 | 17.59 | 23.04 | - |
| YUV | 115.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 130 | 0 | 0.61 | 0.32 | 0.25 | 331.28 | 0.48 | 0.52 |
| Hex | BF | 4A | 82 | 0 | 3D | 20 | 19 | 14B | 30 | 34 |
| Octal | 277 | 112 | 202 | 0 | 75 | 40 | 31 | 513 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10000010 | 0 | 111101 | 100000 | 11001 | 101001011 | 110000 | 110100 |
Color Harmonies of #BF4A82
Complementary color
Monochromatic Colors of #BF4A82
Black with #BF4A82
Text Example
Text Example
White with #BF4A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A82; }
p { color: rgb(191,74,130); }
H1.HeaderClassName
{
color: #BF4A82;
}
.AnyTagClassName
{
color: #BF4A82;
}
</style>
background-color css
<style>
a { background-color: #BF4A82; }
a { background-color: rgb(191,74,130); }
div.DivClassName
{
background-color: #BF4A82;
}
.BgClassName
{
background-color: #BF4A82;
}
</style>
border-color css
<style>
span { border-color: #BF4A82; }
span { border-color: rgb(191,74,130); }
td.TdClassName
{
border-color: #BF4A82;
}
.TagClassName
{
border-color: #BF4A82;
}
</style>