Shades of Mulberry #BF4493
Tints of Mulberry #BF4493
RGB
CMYK
RGB Variations
Color information
#BF4493 (or 0xBF4493) is known color: Mulberry. HEX triplet: BF, 44 and 93. RGB value is (191,68,147). Sum of RGB (Red+Green+Blue) = 191+68+147=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4493 is #40BB6C. Grayscale: #717171. Windows color (decimal): -4242285 or 9651391. OLE color: 9651391.
HSL color Cylindrical-coordinate representation of color #BF4493: hue angle of 321.46º 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 #BF4493 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 147 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.25 |
| HSL | 321.46º | 0.49% | 0.51% | - |
| HSV(B) | 321.46º | 0.64% | 0.75% | - |
| XYZ | 28.82 | 17.32 | 29.43 | - |
| YUV | 113.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 147 | 0 | 0.64 | 0.23 | 0.25 | 321.46 | 0.49 | 0.51 |
| Hex | BF | 44 | 93 | 0 | 40 | 17 | 19 | 141 | 31 | 33 |
| Octal | 277 | 104 | 223 | 0 | 100 | 27 | 31 | 501 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10010011 | 0 | 1000000 | 10111 | 11001 | 101000001 | 110001 | 110011 |
Color Harmonies of #BF4493
Complementary color
Monochromatic Colors of #BF4493
Black with #BF4493
Text Example
Text Example
White with #BF4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4493; }
p { color: rgb(191,68,147); }
H1.HeaderClassName
{
color: #BF4493;
}
.AnyTagClassName
{
color: #BF4493;
}
</style>
background-color css
<style>
a { background-color: #BF4493; }
a { background-color: rgb(191,68,147); }
div.DivClassName
{
background-color: #BF4493;
}
.BgClassName
{
background-color: #BF4493;
}
</style>
border-color css
<style>
span { border-color: #BF4493; }
span { border-color: rgb(191,68,147); }
td.TdClassName
{
border-color: #BF4493;
}
.TagClassName
{
border-color: #BF4493;
}
</style>