Shades of Mulberry #BF4582
Tints of Mulberry #BF4582
RGB
CMYK
RGB Variations
Color information
#BF4582 (or 0xBF4582) is known color: Mulberry. HEX triplet: BF, 45 and 82. RGB value is (191,69,130). Sum of RGB (Red+Green+Blue) = 191+69+130=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4582 is #40BA7D. Grayscale: #707070. Windows color (decimal): -4242046 or 8537535. OLE color: 8537535.
HSL color Cylindrical-coordinate representation of color #BF4582: hue angle of 330º 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 #BF4582 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 130 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.25 |
| HSL | 330º | 0.49% | 0.51% | - |
| HSV(B) | 330º | 0.64% | 0.75% | - |
| XYZ | 27.64 | 16.94 | 22.93 | - |
| YUV | 112.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 130 | 0 | 0.64 | 0.32 | 0.25 | 330 | 0.49 | 0.51 |
| Hex | BF | 45 | 82 | 0 | 40 | 20 | 19 | 14A | 31 | 33 |
| Octal | 277 | 105 | 202 | 0 | 100 | 40 | 31 | 512 | 61 | 63 |
| Binary | 10111111 | 1000101 | 10000010 | 0 | 1000000 | 100000 | 11001 | 101001010 | 110001 | 110011 |
Color Harmonies of #BF4582
Complementary color
Monochromatic Colors of #BF4582
Black with #BF4582
Text Example
Text Example
White with #BF4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4582; }
p { color: rgb(191,69,130); }
H1.HeaderClassName
{
color: #BF4582;
}
.AnyTagClassName
{
color: #BF4582;
}
</style>
background-color css
<style>
a { background-color: #BF4582; }
a { background-color: rgb(191,69,130); }
div.DivClassName
{
background-color: #BF4582;
}
.BgClassName
{
background-color: #BF4582;
}
</style>
border-color css
<style>
span { border-color: #BF4582; }
span { border-color: rgb(191,69,130); }
td.TdClassName
{
border-color: #BF4582;
}
.TagClassName
{
border-color: #BF4582;
}
</style>