Shades of Mulberry #BF4092
Tints of Mulberry #BF4092
RGB
CMYK
RGB Variations
Color information
#BF4092 (or 0xBF4092) is known color: Mulberry. HEX triplet: BF, 40 and 92. RGB value is (191,64,146). Sum of RGB (Red+Green+Blue) = 191+64+146=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4092 is #40BF6D. Grayscale: #6F6F6F. Windows color (decimal): -4243310 or 9584831. OLE color: 9584831.
HSL color Cylindrical-coordinate representation of color #BF4092: hue angle of 321.26º 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 #BF4092 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 146 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.25 |
| HSL | 321.26º | 0.5% | 0.5% | - |
| HSV(B) | 321.26º | 0.66% | 0.75% | - |
| XYZ | 28.51 | 16.82 | 28.94 | - |
| YUV | 111.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 146 | 0 | 0.66 | 0.24 | 0.25 | 321.26 | 0.5 | 0.5 |
| Hex | BF | 40 | 92 | 0 | 42 | 18 | 19 | 141 | 32 | 32 |
| Octal | 277 | 100 | 222 | 0 | 102 | 30 | 31 | 501 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10010010 | 0 | 1000010 | 11000 | 11001 | 101000001 | 110010 | 110010 |
Color Harmonies of #BF4092
Complementary color
Monochromatic Colors of #BF4092
Black with #BF4092
Text Example
Text Example
White with #BF4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4092; }
p { color: rgb(191,64,146); }
H1.HeaderClassName
{
color: #BF4092;
}
.AnyTagClassName
{
color: #BF4092;
}
</style>
background-color css
<style>
a { background-color: #BF4092; }
a { background-color: rgb(191,64,146); }
div.DivClassName
{
background-color: #BF4092;
}
.BgClassName
{
background-color: #BF4092;
}
</style>
border-color css
<style>
span { border-color: #BF4092; }
span { border-color: rgb(191,64,146); }
td.TdClassName
{
border-color: #BF4092;
}
.TagClassName
{
border-color: #BF4092;
}
</style>