Shades of Mulberry #BF4683
Tints of Mulberry #BF4683
RGB
CMYK
RGB Variations
Color information
#BF4683 (or 0xBF4683) is known color: Mulberry. HEX triplet: BF, 46 and 83. RGB value is (191,70,131). Sum of RGB (Red+Green+Blue) = 191+70+131=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4683 is #40B97C. Grayscale: #717171. Windows color (decimal): -4241789 or 8603327. OLE color: 8603327.
HSL color Cylindrical-coordinate representation of color #BF4683: hue angle of 329.75º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4683 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 131 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.25 |
| HSL | 329.75º | 0.49% | 0.51% | - |
| HSV(B) | 329.75º | 0.63% | 0.75% | - |
| XYZ | 27.77 | 17.1 | 23.31 | - |
| YUV | 113.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 131 | 0 | 0.63 | 0.31 | 0.25 | 329.75 | 0.49 | 0.51 |
| Hex | BF | 46 | 83 | 0 | 3F | 1F | 19 | 14A | 31 | 33 |
| Octal | 277 | 106 | 203 | 0 | 77 | 37 | 31 | 512 | 61 | 63 |
| Binary | 10111111 | 1000110 | 10000011 | 0 | 111111 | 11111 | 11001 | 101001010 | 110001 | 110011 |
Color Harmonies of #BF4683
Complementary color
Monochromatic Colors of #BF4683
Black with #BF4683
Text Example
Text Example
White with #BF4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4683; }
p { color: rgb(191,70,131); }
H1.HeaderClassName
{
color: #BF4683;
}
.AnyTagClassName
{
color: #BF4683;
}
</style>
background-color css
<style>
a { background-color: #BF4683; }
a { background-color: rgb(191,70,131); }
div.DivClassName
{
background-color: #BF4683;
}
.BgClassName
{
background-color: #BF4683;
}
</style>
border-color css
<style>
span { border-color: #BF4683; }
span { border-color: rgb(191,70,131); }
td.TdClassName
{
border-color: #BF4683;
}
.TagClassName
{
border-color: #BF4683;
}
</style>