Shades of Mulberry #BF4180
Tints of Mulberry #BF4180
RGB
CMYK
RGB Variations
Color information
#BF4180 (or 0xBF4180) is known color: Mulberry. HEX triplet: BF, 41 and 80. RGB value is (191,65,128). Sum of RGB (Red+Green+Blue) = 191+65+128=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4180 is #40BE7F. Grayscale: #6D6D6D. Windows color (decimal): -4243072 or 8405439. OLE color: 8405439.
HSL color Cylindrical-coordinate representation of color #BF4180: hue angle of 330º 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 #BF4180 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 128 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.25 |
| HSL | 330º | 0.5% | 0.5% | - |
| HSV(B) | 330º | 0.66% | 0.75% | - |
| XYZ | 27.27 | 16.42 | 22.15 | - |
| YUV | 109.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 128 | 0 | 0.66 | 0.33 | 0.25 | 330 | 0.5 | 0.5 |
| Hex | BF | 41 | 80 | 0 | 42 | 21 | 19 | 14A | 32 | 32 |
| Octal | 277 | 101 | 200 | 0 | 102 | 41 | 31 | 512 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10000000 | 0 | 1000010 | 100001 | 11001 | 101001010 | 110010 | 110010 |
Color Harmonies of #BF4180
Complementary color
Monochromatic Colors of #BF4180
Black with #BF4180
Text Example
Text Example
White with #BF4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4180; }
p { color: rgb(191,65,128); }
H1.HeaderClassName
{
color: #BF4180;
}
.AnyTagClassName
{
color: #BF4180;
}
</style>
background-color css
<style>
a { background-color: #BF4180; }
a { background-color: rgb(191,65,128); }
div.DivClassName
{
background-color: #BF4180;
}
.BgClassName
{
background-color: #BF4180;
}
</style>
border-color css
<style>
span { border-color: #BF4180; }
span { border-color: rgb(191,65,128); }
td.TdClassName
{
border-color: #BF4180;
}
.TagClassName
{
border-color: #BF4180;
}
</style>