Shades of Mulberry #BF4594
Tints of Mulberry #BF4594
RGB
CMYK
RGB Variations
Color information
#BF4594 (or 0xBF4594) is known color: Mulberry. HEX triplet: BF, 45 and 94. RGB value is (191,69,148). Sum of RGB (Red+Green+Blue) = 191+69+148=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4594 is #40BA6B. Grayscale: #727272. Windows color (decimal): -4242028 or 9717183. OLE color: 9717183.
HSL color Cylindrical-coordinate representation of color #BF4594: hue angle of 321.15º 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 #BF4594 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 148 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.25 |
| HSL | 321.15º | 0.49% | 0.51% | - |
| HSV(B) | 321.15º | 0.64% | 0.75% | - |
| XYZ | 28.96 | 17.47 | 29.86 | - |
| YUV | 114.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 148 | 0 | 0.64 | 0.23 | 0.25 | 321.15 | 0.49 | 0.51 |
| Hex | BF | 45 | 94 | 0 | 40 | 17 | 19 | 141 | 31 | 33 |
| Octal | 277 | 105 | 224 | 0 | 100 | 27 | 31 | 501 | 61 | 63 |
| Binary | 10111111 | 1000101 | 10010100 | 0 | 1000000 | 10111 | 11001 | 101000001 | 110001 | 110011 |
Color Harmonies of #BF4594
Complementary color
Monochromatic Colors of #BF4594
Black with #BF4594
Text Example
Text Example
White with #BF4594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4594; }
p { color: rgb(191,69,148); }
H1.HeaderClassName
{
color: #BF4594;
}
.AnyTagClassName
{
color: #BF4594;
}
</style>
background-color css
<style>
a { background-color: #BF4594; }
a { background-color: rgb(191,69,148); }
div.DivClassName
{
background-color: #BF4594;
}
.BgClassName
{
background-color: #BF4594;
}
</style>
border-color css
<style>
span { border-color: #BF4594; }
span { border-color: rgb(191,69,148); }
td.TdClassName
{
border-color: #BF4594;
}
.TagClassName
{
border-color: #BF4594;
}
</style>