Shades of Mulberry #BF4182
Tints of Mulberry #BF4182
RGB
CMYK
RGB Variations
Color information
#BF4182 (or 0xBF4182) is known color: Mulberry. HEX triplet: BF, 41 and 82. RGB value is (191,65,130). Sum of RGB (Red+Green+Blue) = 191+65+130=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4182 is #40BE7D. Grayscale: #6D6D6D. Windows color (decimal): -4243070 or 8536511. OLE color: 8536511.
HSL color Cylindrical-coordinate representation of color #BF4182: hue angle of 329.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4182 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 130 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.25 |
| HSL | 329.05º | 0.5% | 0.5% | - |
| HSV(B) | 329.05º | 0.66% | 0.75% | - |
| XYZ | 27.41 | 16.47 | 22.85 | - |
| YUV | 110.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 130 | 0 | 0.66 | 0.32 | 0.25 | 329.05 | 0.5 | 0.5 |
| Hex | BF | 41 | 82 | 0 | 42 | 20 | 19 | 149 | 32 | 32 |
| Octal | 277 | 101 | 202 | 0 | 102 | 40 | 31 | 511 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10000010 | 0 | 1000010 | 100000 | 11001 | 101001001 | 110010 | 110010 |
Color Harmonies of #BF4182
Complementary color
Monochromatic Colors of #BF4182
Black with #BF4182
Text Example
Text Example
White with #BF4182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4182; }
p { color: rgb(191,65,130); }
H1.HeaderClassName
{
color: #BF4182;
}
.AnyTagClassName
{
color: #BF4182;
}
</style>
background-color css
<style>
a { background-color: #BF4182; }
a { background-color: rgb(191,65,130); }
div.DivClassName
{
background-color: #BF4182;
}
.BgClassName
{
background-color: #BF4182;
}
</style>
border-color css
<style>
span { border-color: #BF4182; }
span { border-color: rgb(191,65,130); }
td.TdClassName
{
border-color: #BF4182;
}
.TagClassName
{
border-color: #BF4182;
}
</style>