Shades of Mulberry #BF4484
Tints of Mulberry #BF4484
RGB
CMYK
RGB Variations
Color information
#BF4484 (or 0xBF4484) is known color: Mulberry. HEX triplet: BF, 44 and 84. RGB value is (191,68,132). Sum of RGB (Red+Green+Blue) = 191+68+132=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4484 is #40BB7B. Grayscale: #6F6F6F. Windows color (decimal): -4242300 or 8668351. OLE color: 8668351.
HSL color Cylindrical-coordinate representation of color #BF4484: hue angle of 328.78º 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 #BF4484 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 132 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.25 |
| HSL | 328.78º | 0.49% | 0.51% | - |
| HSV(B) | 328.78º | 0.64% | 0.75% | - |
| XYZ | 27.72 | 16.88 | 23.63 | - |
| YUV | 112.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 132 | 0 | 0.64 | 0.31 | 0.25 | 328.78 | 0.49 | 0.51 |
| Hex | BF | 44 | 84 | 0 | 40 | 1F | 19 | 149 | 31 | 33 |
| Octal | 277 | 104 | 204 | 0 | 100 | 37 | 31 | 511 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10000100 | 0 | 1000000 | 11111 | 11001 | 101001001 | 110001 | 110011 |
Color Harmonies of #BF4484
Complementary color
Monochromatic Colors of #BF4484
Black with #BF4484
Text Example
Text Example
White with #BF4484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4484; }
p { color: rgb(191,68,132); }
H1.HeaderClassName
{
color: #BF4484;
}
.AnyTagClassName
{
color: #BF4484;
}
</style>
background-color css
<style>
a { background-color: #BF4484; }
a { background-color: rgb(191,68,132); }
div.DivClassName
{
background-color: #BF4484;
}
.BgClassName
{
background-color: #BF4484;
}
</style>
border-color css
<style>
span { border-color: #BF4484; }
span { border-color: rgb(191,68,132); }
td.TdClassName
{
border-color: #BF4484;
}
.TagClassName
{
border-color: #BF4484;
}
</style>