Shades of Mulberry #BF3FA0
Tints of Mulberry #BF3FA0
RGB
CMYK
RGB Variations
Color information
#BF3FA0 (or 0xBF3FA0) is known color: Mulberry. HEX triplet: BF, 3F and A0. RGB value is (191,63,160). Sum of RGB (Red+Green+Blue) = 191+63+160=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FA0 is #40C05F. Grayscale: #707070. Windows color (decimal): -4243552 or 10502079. OLE color: 10502079.
HSL color Cylindrical-coordinate representation of color #BF3FA0: hue angle of 314.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3FA0 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 160 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.25 |
| HSL | 314.53º | 0.5% | 0.5% | - |
| HSV(B) | 314.53º | 0.67% | 0.75% | - |
| XYZ | 29.61 | 17.17 | 35.01 | - |
| YUV | 112.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 160 | 0 | 0.67 | 0.16 | 0.25 | 314.53 | 0.5 | 0.5 |
| Hex | BF | 3F | A0 | 0 | 43 | 10 | 19 | 13B | 32 | 32 |
| Octal | 277 | 77 | 240 | 0 | 103 | 20 | 31 | 473 | 62 | 62 |
| Binary | 10111111 | 111111 | 10100000 | 0 | 1000011 | 10000 | 11001 | 100111011 | 110010 | 110010 |
Color Harmonies of #BF3FA0
Complementary color
Monochromatic Colors of #BF3FA0
Black with #BF3FA0
Text Example
Text Example
White with #BF3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FA0; }
p { color: rgb(191,63,160); }
H1.HeaderClassName
{
color: #BF3FA0;
}
.AnyTagClassName
{
color: #BF3FA0;
}
</style>
background-color css
<style>
a { background-color: #BF3FA0; }
a { background-color: rgb(191,63,160); }
div.DivClassName
{
background-color: #BF3FA0;
}
.BgClassName
{
background-color: #BF3FA0;
}
</style>
border-color css
<style>
span { border-color: #BF3FA0; }
span { border-color: rgb(191,63,160); }
td.TdClassName
{
border-color: #BF3FA0;
}
.TagClassName
{
border-color: #BF3FA0;
}
</style>