Shades of Mulberry #BF4580
Tints of Mulberry #BF4580
RGB
CMYK
RGB Variations
Color information
#BF4580 (or 0xBF4580) is known color: Mulberry. HEX triplet: BF, 45 and 80. RGB value is (191,69,128). Sum of RGB (Red+Green+Blue) = 191+69+128=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4580 is #40BA7F. Grayscale: #707070. Windows color (decimal): -4242048 or 8406463. OLE color: 8406463.
HSL color Cylindrical-coordinate representation of color #BF4580: hue angle of 330.98º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4580 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 128 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.25 |
| HSL | 330.98º | 0.49% | 0.51% | - |
| HSV(B) | 330.98º | 0.64% | 0.75% | - |
| XYZ | 27.51 | 16.89 | 22.23 | - |
| YUV | 112.2 | 136.92 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 128 | 0 | 0.64 | 0.33 | 0.25 | 330.98 | 0.49 | 0.51 |
| Hex | BF | 45 | 80 | 0 | 40 | 21 | 19 | 14B | 31 | 33 |
| Octal | 277 | 105 | 200 | 0 | 100 | 41 | 31 | 513 | 61 | 63 |
| Binary | 10111111 | 1000101 | 10000000 | 0 | 1000000 | 100001 | 11001 | 101001011 | 110001 | 110011 |
Color Harmonies of #BF4580
Complementary color
Monochromatic Colors of #BF4580
Black with #BF4580
Text Example
Text Example
White with #BF4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4580; }
p { color: rgb(191,69,128); }
H1.HeaderClassName
{
color: #BF4580;
}
.AnyTagClassName
{
color: #BF4580;
}
</style>
background-color css
<style>
a { background-color: #BF4580; }
a { background-color: rgb(191,69,128); }
div.DivClassName
{
background-color: #BF4580;
}
.BgClassName
{
background-color: #BF4580;
}
</style>
border-color css
<style>
span { border-color: #BF4580; }
span { border-color: rgb(191,69,128); }
td.TdClassName
{
border-color: #BF4580;
}
.TagClassName
{
border-color: #BF4580;
}
</style>