Shades of Mulberry #BF4183
Tints of Mulberry #BF4183
RGB
CMYK
RGB Variations
Color information
#BF4183 (or 0xBF4183) is known color: Mulberry. HEX triplet: BF, 41 and 83. RGB value is (191,65,131). Sum of RGB (Red+Green+Blue) = 191+65+131=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4183 is #40BE7C. Grayscale: #6E6E6E. Windows color (decimal): -4243069 or 8602047. OLE color: 8602047.
HSL color Cylindrical-coordinate representation of color #BF4183: hue angle of 328.57º 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 #BF4183 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 131 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.25 |
| HSL | 328.57º | 0.5% | 0.5% | - |
| HSV(B) | 328.57º | 0.66% | 0.75% | - |
| XYZ | 27.47 | 16.5 | 23.21 | - |
| YUV | 110.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 131 | 0 | 0.66 | 0.31 | 0.25 | 328.57 | 0.5 | 0.5 |
| Hex | BF | 41 | 83 | 0 | 42 | 1F | 19 | 149 | 32 | 32 |
| Octal | 277 | 101 | 203 | 0 | 102 | 37 | 31 | 511 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10000011 | 0 | 1000010 | 11111 | 11001 | 101001001 | 110010 | 110010 |
Color Harmonies of #BF4183
Complementary color
Monochromatic Colors of #BF4183
Black with #BF4183
Text Example
Text Example
White with #BF4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4183; }
p { color: rgb(191,65,131); }
H1.HeaderClassName
{
color: #BF4183;
}
.AnyTagClassName
{
color: #BF4183;
}
</style>
background-color css
<style>
a { background-color: #BF4183; }
a { background-color: rgb(191,65,131); }
div.DivClassName
{
background-color: #BF4183;
}
.BgClassName
{
background-color: #BF4183;
}
</style>
border-color css
<style>
span { border-color: #BF4183; }
span { border-color: rgb(191,65,131); }
td.TdClassName
{
border-color: #BF4183;
}
.TagClassName
{
border-color: #BF4183;
}
</style>