HEX: #BE61A4
RGB: (190,97,164)
#BE61A4 contains mainly red and blue colors. Web safe color of #BE61A4 is #CC6699 (or #C69).
#BE61A4 color RGB value is (190,97,164).
RGB: (190,97,164)
(75%, 38%, 64%)
R 190 of 255 = 75%
G 97 of 255 = 38%
B 164 of 255 = 64%
R + G + B ~ 59%. #BE61A4 is middle color (not dark and not light).
R + G + B = 190 + 97 + 164 = 451 (100%)
R 190 of 451 ~ 42.13%
G 97 of 451 ~ 21.51%
B 164 of 451 ~ 36.36'%
#BE61A4 color CMYK value is (0,49,14,25).
CMYK: (0,49,14,25)
C0M49Y14K25 (0%, 49%, 14%, 25%)
(0.00 / 0.49 / 0.14 / 0.25)
Color #BE61A4 in popluar color models
BE | 61 | A4 | |
---|---|---|---|
RGB | 190 | 97 | 164 |
HSL | 317° | 41.70% | 56.27% |
HSB/HSV | 317° | 48.95% | 74.51% |
CMYK | 0.00% | 48.95% | 13.68% |
25.49% |
Color #BE61A4 in popluar number systems.
HEX | BE | 61 | A4 |
Decimal | 190 | 97 | 164 |
Binary | 10111110 | 1100001 | 10100100 |
Octal | 276 | 141 | 244 |
Shades of #BE61A4
Tints of #BE61A4
Examples of css and html codes for elements with #BE61A4 color. Also use rgb(190,97,164) instead hex code.
.myTextColor { color: #BE61A4; }
<p style="color:#BE61A4">This sample text font color is #BE61A4.</p>
This text font color is #BE61A4.
.myBgColor { background-color: #BE61A4; }
<div style="background-color:#BE61A4">Inner text</div>
This div background color is #BE61A4.
.myBorderColor { border: 1px solid #BE61A4; }
<div style="border:3px solid #BE61A4">Div</div>
This div border color is #BE61A4.
.myOpacity80 { color: #BE61A4; opacity: 0.8; }
<p style="color:#BE61A4;opacity:0.8;">80%</p>
Text with #BE61A4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE61A4;}
<p style="text-shadow: 3px 3px 1px #BE61A4">Text here.</p>
This text has shadow with #BE61A4 color.
.textShadow {text-shadow: 3px 3px 1px #BE61A4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE61A4, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE61A4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE61A4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE61A4, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE61A4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE61A4;
-webkit-box-shadow: 1px 1px 3px 2px #BE61A4;
box-shadow: 1px 1px 3px 2px #BE61A4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE61A4; -webkit-box-shadow: 1px 1px 3px 2px #BE61A4; box-shadow:1px 1px 3px 2px #BE61A4;">
Div content here
</div>
This text has color #BE61A4 on black background.
This text has color #BE61A4 on white background.
This text has black color on #BE61A4 background.
This text has white color on #BE61A4 background.
Complementary color for #hex is #419E5B.