Shades of Mulberry #BF4482
Tints of Mulberry #BF4482
RGB
CMYK
RGB Variations
Color information
#BF4482 (or 0xBF4482) is known color: Mulberry. HEX triplet: BF, 44 and 82. RGB value is (191,68,130). Sum of RGB (Red+Green+Blue) = 191+68+130=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4482 is #40BB7D. Grayscale: #6F6F6F. Windows color (decimal): -4242302 or 8537279. OLE color: 8537279.
HSL color Cylindrical-coordinate representation of color #BF4482: hue angle of 329.76º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4482 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 130 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.25 |
| HSL | 329.76º | 0.49% | 0.51% | - |
| HSV(B) | 329.76º | 0.64% | 0.75% | - |
| XYZ | 27.58 | 16.82 | 22.91 | - |
| YUV | 111.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 130 | 0 | 0.64 | 0.32 | 0.25 | 329.76 | 0.49 | 0.51 |
| Hex | BF | 44 | 82 | 0 | 40 | 20 | 19 | 14A | 31 | 33 |
| Octal | 277 | 104 | 202 | 0 | 100 | 40 | 31 | 512 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10000010 | 0 | 1000000 | 100000 | 11001 | 101001010 | 110001 | 110011 |
Color Harmonies of #BF4482
Complementary color
Monochromatic Colors of #BF4482
Black with #BF4482
Text Example
Text Example
White with #BF4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4482; }
p { color: rgb(191,68,130); }
H1.HeaderClassName
{
color: #BF4482;
}
.AnyTagClassName
{
color: #BF4482;
}
</style>
background-color css
<style>
a { background-color: #BF4482; }
a { background-color: rgb(191,68,130); }
div.DivClassName
{
background-color: #BF4482;
}
.BgClassName
{
background-color: #BF4482;
}
</style>
border-color css
<style>
span { border-color: #BF4482; }
span { border-color: rgb(191,68,130); }
td.TdClassName
{
border-color: #BF4482;
}
.TagClassName
{
border-color: #BF4482;
}
</style>