Shades of Mulberry #BF4093
Tints of Mulberry #BF4093
RGB
CMYK
RGB Variations
Color information
#BF4093 (or 0xBF4093) is known color: Mulberry. HEX triplet: BF, 40 and 93. RGB value is (191,64,147). Sum of RGB (Red+Green+Blue) = 191+64+147=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4093 is #40BF6C. Grayscale: #6F6F6F. Windows color (decimal): -4243309 or 9650367. OLE color: 9650367.
HSL color Cylindrical-coordinate representation of color #BF4093: hue angle of 320.79º 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 #BF4093 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 147 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.25 |
| HSL | 320.79º | 0.5% | 0.5% | - |
| HSV(B) | 320.79º | 0.66% | 0.75% | - |
| XYZ | 28.59 | 16.85 | 29.35 | - |
| YUV | 111.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 147 | 0 | 0.66 | 0.23 | 0.25 | 320.79 | 0.5 | 0.5 |
| Hex | BF | 40 | 93 | 0 | 42 | 17 | 19 | 141 | 32 | 32 |
| Octal | 277 | 100 | 223 | 0 | 102 | 27 | 31 | 501 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10010011 | 0 | 1000010 | 10111 | 11001 | 101000001 | 110010 | 110010 |
Color Harmonies of #BF4093
Complementary color
Monochromatic Colors of #BF4093
Black with #BF4093
Text Example
Text Example
White with #BF4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4093; }
p { color: rgb(191,64,147); }
H1.HeaderClassName
{
color: #BF4093;
}
.AnyTagClassName
{
color: #BF4093;
}
</style>
background-color css
<style>
a { background-color: #BF4093; }
a { background-color: rgb(191,64,147); }
div.DivClassName
{
background-color: #BF4093;
}
.BgClassName
{
background-color: #BF4093;
}
</style>
border-color css
<style>
span { border-color: #BF4093; }
span { border-color: rgb(191,64,147); }
td.TdClassName
{
border-color: #BF4093;
}
.TagClassName
{
border-color: #BF4093;
}
</style>