Shades of Mulberry #BE61A1
Tints of Mulberry #BE61A1
RGB
CMYK
RGB Variations
Color information
#BE61A1 (or 0xBE61A1) is known color: Mulberry. HEX triplet: BE, 61 and A1. RGB value is (190,97,161). Sum of RGB (Red+Green+Blue) = 190+97+161=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61A1 is #419E5E. Grayscale: #838383. Windows color (decimal): -4300383 or 10576318. OLE color: 10576318.
HSL color Cylindrical-coordinate representation of color #BE61A1: hue angle of 318.71º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE61A1 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 161 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.25 |
| HSL | 318.71º | 0.42% | 0.56% | - |
| HSV(B) | 318.71º | 0.49% | 0.75% | - |
| XYZ | 31.94 | 22.07 | 36.29 | - |
| YUV | 132.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 161 | 0 | 0.49 | 0.15 | 0.25 | 318.71 | 0.42 | 0.56 |
| Hex | BE | 61 | A1 | 0 | 31 | F | 19 | 13F | 2A | 38 |
| Octal | 276 | 141 | 241 | 0 | 61 | 17 | 31 | 477 | 52 | 70 |
| Binary | 10111110 | 1100001 | 10100001 | 0 | 110001 | 1111 | 11001 | 100111111 | 101010 | 111000 |
Color Harmonies of #BE61A1
Complementary color
Monochromatic Colors of #BE61A1
Black with #BE61A1
Text Example
Text Example
White with #BE61A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61A1; }
p { color: rgb(190,97,161); }
H1.HeaderClassName
{
color: #BE61A1;
}
.AnyTagClassName
{
color: #BE61A1;
}
</style>
background-color css
<style>
a { background-color: #BE61A1; }
a { background-color: rgb(190,97,161); }
div.DivClassName
{
background-color: #BE61A1;
}
.BgClassName
{
background-color: #BE61A1;
}
</style>
border-color css
<style>
span { border-color: #BE61A1; }
span { border-color: rgb(190,97,161); }
td.TdClassName
{
border-color: #BE61A1;
}
.TagClassName
{
border-color: #BE61A1;
}
</style>