Shades of Mulberry #BF4383
Tints of Mulberry #BF4383
RGB
CMYK
RGB Variations
Color information
#BF4383 (or 0xBF4383) is known color: Mulberry. HEX triplet: BF, 43 and 83. RGB value is (191,67,131). Sum of RGB (Red+Green+Blue) = 191+67+131=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4383 is #40BC7C. Grayscale: #6F6F6F. Windows color (decimal): -4242557 or 8602559. OLE color: 8602559.
HSL color Cylindrical-coordinate representation of color #BF4383: hue angle of 329.03º 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 #BF4383 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 131 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.25 |
| HSL | 329.03º | 0.49% | 0.51% | - |
| HSV(B) | 329.03º | 0.65% | 0.75% | - |
| XYZ | 27.59 | 16.73 | 23.25 | - |
| YUV | 111.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 131 | 0 | 0.65 | 0.31 | 0.25 | 329.03 | 0.49 | 0.51 |
| Hex | BF | 43 | 83 | 0 | 41 | 1F | 19 | 149 | 31 | 33 |
| Octal | 277 | 103 | 203 | 0 | 101 | 37 | 31 | 511 | 61 | 63 |
| Binary | 10111111 | 1000011 | 10000011 | 0 | 1000001 | 11111 | 11001 | 101001001 | 110001 | 110011 |
Color Harmonies of #BF4383
Complementary color
Monochromatic Colors of #BF4383
Black with #BF4383
Text Example
Text Example
White with #BF4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4383; }
p { color: rgb(191,67,131); }
H1.HeaderClassName
{
color: #BF4383;
}
.AnyTagClassName
{
color: #BF4383;
}
</style>
background-color css
<style>
a { background-color: #BF4383; }
a { background-color: rgb(191,67,131); }
div.DivClassName
{
background-color: #BF4383;
}
.BgClassName
{
background-color: #BF4383;
}
</style>
border-color css
<style>
span { border-color: #BF4383; }
span { border-color: rgb(191,67,131); }
td.TdClassName
{
border-color: #BF4383;
}
.TagClassName
{
border-color: #BF4383;
}
</style>