Shades of Mulberry #BF4193
Tints of Mulberry #BF4193
RGB
CMYK
RGB Variations
Color information
#BF4193 (or 0xBF4193) is known color: Mulberry. HEX triplet: BF, 41 and 93. RGB value is (191,65,147). Sum of RGB (Red+Green+Blue) = 191+65+147=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4193 is #40BE6C. Grayscale: #6F6F6F. Windows color (decimal): -4243053 or 9650623. OLE color: 9650623.
HSL color Cylindrical-coordinate representation of color #BF4193: hue angle of 320.95º 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 #BF4193 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 147 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.25 |
| HSL | 320.95º | 0.5% | 0.5% | - |
| HSV(B) | 320.95º | 0.66% | 0.75% | - |
| XYZ | 28.64 | 16.96 | 29.37 | - |
| YUV | 112.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 147 | 0 | 0.66 | 0.23 | 0.25 | 320.95 | 0.5 | 0.5 |
| Hex | BF | 41 | 93 | 0 | 42 | 17 | 19 | 141 | 32 | 32 |
| Octal | 277 | 101 | 223 | 0 | 102 | 27 | 31 | 501 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10010011 | 0 | 1000010 | 10111 | 11001 | 101000001 | 110010 | 110010 |
Color Harmonies of #BF4193
Complementary color
Monochromatic Colors of #BF4193
Black with #BF4193
Text Example
Text Example
White with #BF4193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4193; }
p { color: rgb(191,65,147); }
H1.HeaderClassName
{
color: #BF4193;
}
.AnyTagClassName
{
color: #BF4193;
}
</style>
background-color css
<style>
a { background-color: #BF4193; }
a { background-color: rgb(191,65,147); }
div.DivClassName
{
background-color: #BF4193;
}
.BgClassName
{
background-color: #BF4193;
}
</style>
border-color css
<style>
span { border-color: #BF4193; }
span { border-color: rgb(191,65,147); }
td.TdClassName
{
border-color: #BF4193;
}
.TagClassName
{
border-color: #BF4193;
}
</style>