Shades of Mulberry #BF42A0
Tints of Mulberry #BF42A0
RGB
CMYK
RGB Variations
Color information
#BF42A0 (or 0xBF42A0) is known color: Mulberry. HEX triplet: BF, 42 and A0. RGB value is (191,66,160). Sum of RGB (Red+Green+Blue) = 191+66+160=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42A0 is #40BD5F. Grayscale: #717171. Windows color (decimal): -4242784 or 10502847. OLE color: 10502847.
HSL color Cylindrical-coordinate representation of color #BF42A0: hue angle of 314.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF42A0 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 160 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.25 |
| HSL | 314.88º | 0.49% | 0.5% | - |
| HSV(B) | 314.88º | 0.65% | 0.75% | - |
| XYZ | 29.78 | 17.51 | 35.07 | - |
| YUV | 114.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 160 | 0 | 0.65 | 0.16 | 0.25 | 314.88 | 0.49 | 0.5 |
| Hex | BF | 42 | A0 | 0 | 41 | 10 | 19 | 13B | 31 | 32 |
| Octal | 277 | 102 | 240 | 0 | 101 | 20 | 31 | 473 | 61 | 62 |
| Binary | 10111111 | 1000010 | 10100000 | 0 | 1000001 | 10000 | 11001 | 100111011 | 110001 | 110010 |
Color Harmonies of #BF42A0
Complementary color
Monochromatic Colors of #BF42A0
Black with #BF42A0
Text Example
Text Example
White with #BF42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42A0; }
p { color: rgb(191,66,160); }
H1.HeaderClassName
{
color: #BF42A0;
}
.AnyTagClassName
{
color: #BF42A0;
}
</style>
background-color css
<style>
a { background-color: #BF42A0; }
a { background-color: rgb(191,66,160); }
div.DivClassName
{
background-color: #BF42A0;
}
.BgClassName
{
background-color: #BF42A0;
}
</style>
border-color css
<style>
span { border-color: #BF42A0; }
span { border-color: rgb(191,66,160); }
td.TdClassName
{
border-color: #BF42A0;
}
.TagClassName
{
border-color: #BF42A0;
}
</style>