Shades of Mulberry #BF4384
Tints of Mulberry #BF4384
RGB
CMYK
RGB Variations
Color information
#BF4384 (or 0xBF4384) is known color: Mulberry. HEX triplet: BF, 43 and 84. RGB value is (191,67,132). Sum of RGB (Red+Green+Blue) = 191+67+132=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4384 is #40BC7B. Grayscale: #6F6F6F. Windows color (decimal): -4242556 or 8668095. OLE color: 8668095.
HSL color Cylindrical-coordinate representation of color #BF4384: hue angle of 328.55º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4384 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 132 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.25 |
| HSL | 328.55º | 0.49% | 0.51% | - |
| HSV(B) | 328.55º | 0.65% | 0.75% | - |
| XYZ | 27.66 | 16.76 | 23.61 | - |
| YUV | 111.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 132 | 0 | 0.65 | 0.31 | 0.25 | 328.55 | 0.49 | 0.51 |
| Hex | BF | 43 | 84 | 0 | 41 | 1F | 19 | 149 | 31 | 33 |
| Octal | 277 | 103 | 204 | 0 | 101 | 37 | 31 | 511 | 61 | 63 |
| Binary | 10111111 | 1000011 | 10000100 | 0 | 1000001 | 11111 | 11001 | 101001001 | 110001 | 110011 |
Color Harmonies of #BF4384
Complementary color
Monochromatic Colors of #BF4384
Black with #BF4384
Text Example
Text Example
White with #BF4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4384; }
p { color: rgb(191,67,132); }
H1.HeaderClassName
{
color: #BF4384;
}
.AnyTagClassName
{
color: #BF4384;
}
</style>
background-color css
<style>
a { background-color: #BF4384; }
a { background-color: rgb(191,67,132); }
div.DivClassName
{
background-color: #BF4384;
}
.BgClassName
{
background-color: #BF4384;
}
</style>
border-color css
<style>
span { border-color: #BF4384; }
span { border-color: rgb(191,67,132); }
td.TdClassName
{
border-color: #BF4384;
}
.TagClassName
{
border-color: #BF4384;
}
</style>