Shades of Mulberry #BF4C83
Tints of Mulberry #BF4C83
RGB
CMYK
RGB Variations
Color information
#BF4C83 (or 0xBF4C83) is known color: Mulberry. HEX triplet: BF, 4C and 83. RGB value is (191,76,131). Sum of RGB (Red+Green+Blue) = 191+76+131=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C83 is #40B37C. Grayscale: #747474. Windows color (decimal): -4240253 or 8604863. OLE color: 8604863.
HSL color Cylindrical-coordinate representation of color #BF4C83: hue angle of 331.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C83 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 131 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.25 |
| HSL | 331.3º | 0.47% | 0.52% | - |
| HSV(B) | 331.3º | 0.6% | 0.75% | - |
| XYZ | 28.17 | 17.88 | 23.44 | - |
| YUV | 116.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 131 | 0 | 0.60 | 0.31 | 0.25 | 331.3 | 0.47 | 0.52 |
| Hex | BF | 4C | 83 | 0 | 3C | 1F | 19 | 14B | 2F | 34 |
| Octal | 277 | 114 | 203 | 0 | 74 | 37 | 31 | 513 | 57 | 64 |
| Binary | 10111111 | 1001100 | 10000011 | 0 | 111100 | 11111 | 11001 | 101001011 | 101111 | 110100 |
Color Harmonies of #BF4C83
Complementary color
Monochromatic Colors of #BF4C83
Black with #BF4C83
Text Example
Text Example
White with #BF4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C83; }
p { color: rgb(191,76,131); }
H1.HeaderClassName
{
color: #BF4C83;
}
.AnyTagClassName
{
color: #BF4C83;
}
</style>
background-color css
<style>
a { background-color: #BF4C83; }
a { background-color: rgb(191,76,131); }
div.DivClassName
{
background-color: #BF4C83;
}
.BgClassName
{
background-color: #BF4C83;
}
</style>
border-color css
<style>
span { border-color: #BF4C83; }
span { border-color: rgb(191,76,131); }
td.TdClassName
{
border-color: #BF4C83;
}
.TagClassName
{
border-color: #BF4C83;
}
</style>