Shades of Mulberry #BF439B
Tints of Mulberry #BF439B
RGB
CMYK
RGB Variations
Color information
#BF439B (or 0xBF439B) is known color: Mulberry. HEX triplet: BF, 43 and 9B. RGB value is (191,67,155). Sum of RGB (Red+Green+Blue) = 191+67+155=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF439B is #40BC64. Grayscale: #717171. Windows color (decimal): -4242533 or 10175423. OLE color: 10175423.
HSL color Cylindrical-coordinate representation of color #BF439B: hue angle of 317.42º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF439B is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 155 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.25 |
| HSL | 317.42º | 0.49% | 0.51% | - |
| HSV(B) | 317.42º | 0.65% | 0.75% | - |
| XYZ | 29.41 | 17.46 | 32.83 | - |
| YUV | 114.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 155 | 0 | 0.65 | 0.19 | 0.25 | 317.42 | 0.49 | 0.51 |
| Hex | BF | 43 | 9B | 0 | 41 | 13 | 19 | 13D | 31 | 33 |
| Octal | 277 | 103 | 233 | 0 | 101 | 23 | 31 | 475 | 61 | 63 |
| Binary | 10111111 | 1000011 | 10011011 | 0 | 1000001 | 10011 | 11001 | 100111101 | 110001 | 110011 |
Color Harmonies of #BF439B
Complementary color
Monochromatic Colors of #BF439B
Black with #BF439B
Text Example
Text Example
White with #BF439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF439B; }
p { color: rgb(191,67,155); }
H1.HeaderClassName
{
color: #BF439B;
}
.AnyTagClassName
{
color: #BF439B;
}
</style>
background-color css
<style>
a { background-color: #BF439B; }
a { background-color: rgb(191,67,155); }
div.DivClassName
{
background-color: #BF439B;
}
.BgClassName
{
background-color: #BF439B;
}
</style>
border-color css
<style>
span { border-color: #BF439B; }
span { border-color: rgb(191,67,155); }
td.TdClassName
{
border-color: #BF439B;
}
.TagClassName
{
border-color: #BF439B;
}
</style>