Shades of Mulberry #BF60A0
Tints of Mulberry #BF60A0
RGB
CMYK
RGB Variations
Color information
#BF60A0 (or 0xBF60A0) is known color: Mulberry. HEX triplet: BF, 60 and A0. RGB value is (191,96,160). Sum of RGB (Red+Green+Blue) = 191+96+160=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A0 is #409F5F. Grayscale: #838383. Windows color (decimal): -4235104 or 10510527. OLE color: 10510527.
HSL color Cylindrical-coordinate representation of color #BF60A0: hue angle of 319.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60A0 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 160 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.25 |
| HSL | 319.58º | 0.43% | 0.56% | - |
| HSV(B) | 319.58º | 0.5% | 0.75% | - |
| XYZ | 32.01 | 21.98 | 35.81 | - |
| YUV | 131.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 160 | 0 | 0.50 | 0.16 | 0.25 | 319.58 | 0.43 | 0.56 |
| Hex | BF | 60 | A0 | 0 | 32 | 10 | 19 | 140 | 2B | 38 |
| Octal | 277 | 140 | 240 | 0 | 62 | 20 | 31 | 500 | 53 | 70 |
| Binary | 10111111 | 1100000 | 10100000 | 0 | 110010 | 10000 | 11001 | 101000000 | 101011 | 111000 |
Color Harmonies of #BF60A0
Complementary color
Monochromatic Colors of #BF60A0
Black with #BF60A0
Text Example
Text Example
White with #BF60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF60A0; }
p { color: rgb(191,96,160); }
H1.HeaderClassName
{
color: #BF60A0;
}
.AnyTagClassName
{
color: #BF60A0;
}
</style>
background-color css
<style>
a { background-color: #BF60A0; }
a { background-color: rgb(191,96,160); }
div.DivClassName
{
background-color: #BF60A0;
}
.BgClassName
{
background-color: #BF60A0;
}
</style>
border-color css
<style>
span { border-color: #BF60A0; }
span { border-color: rgb(191,96,160); }
td.TdClassName
{
border-color: #BF60A0;
}
.TagClassName
{
border-color: #BF60A0;
}
</style>