Shades of Mulberry #BF46A2
Tints of Mulberry #BF46A2
RGB
CMYK
RGB Variations
Color information
#BF46A2 (or 0xBF46A2) is known color: Mulberry. HEX triplet: BF, 46 and A2. RGB value is (191,70,162). Sum of RGB (Red+Green+Blue) = 191+70+162=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF46A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF46A2 is #40B95D. Grayscale: #747474. Windows color (decimal): -4241758 or 10634943. OLE color: 10634943.
HSL color Cylindrical-coordinate representation of color #BF46A2: hue angle of 314.38º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF46A2 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 162 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.25 |
| HSL | 314.38º | 0.49% | 0.51% | - |
| HSV(B) | 314.38º | 0.63% | 0.75% | - |
| XYZ | 30.2 | 18.07 | 36.08 | - |
| YUV | 116.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 162 | 0 | 0.63 | 0.15 | 0.25 | 314.38 | 0.49 | 0.51 |
| Hex | BF | 46 | A2 | 0 | 3F | F | 19 | 13A | 31 | 33 |
| Octal | 277 | 106 | 242 | 0 | 77 | 17 | 31 | 472 | 61 | 63 |
| Binary | 10111111 | 1000110 | 10100010 | 0 | 111111 | 1111 | 11001 | 100111010 | 110001 | 110011 |
Color Harmonies of #BF46A2
Complementary color
Monochromatic Colors of #BF46A2
Black with #BF46A2
Text Example
Text Example
White with #BF46A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF46A2; }
p { color: rgb(191,70,162); }
H1.HeaderClassName
{
color: #BF46A2;
}
.AnyTagClassName
{
color: #BF46A2;
}
</style>
background-color css
<style>
a { background-color: #BF46A2; }
a { background-color: rgb(191,70,162); }
div.DivClassName
{
background-color: #BF46A2;
}
.BgClassName
{
background-color: #BF46A2;
}
</style>
border-color css
<style>
span { border-color: #BF46A2; }
span { border-color: rgb(191,70,162); }
td.TdClassName
{
border-color: #BF46A2;
}
.TagClassName
{
border-color: #BF46A2;
}
</style>