COLOR #BE61A4

HEX: #BE61A4 RGB: (190,97,164)

Color info

#BE61A4 contains mainly red and blue colors. Web safe color of #BE61A4 is #CC6699 (or #C69).

RGB color model

#BE61A4 color RGB value is (190,97,164).

RGB: (190,97,164) (75%, 38%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 97 of 255 = 38%
B 164 of 255 = 64%

190
97
164

R + G + B ~ 59%. #BE61A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%42.13
%21.51
%36.36

CMYK color model

#BE61A4 color CMYK value is (0,49,14,25).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 13.68%
  • key color value is 25.49%

CMYK: (0,49,14,25)
C0M49Y14K25 (0%, 49%, 14%, 25%)
(0.00 / 0.49 / 0.14 / 0.25)

CMYK percentages

%0
%48.95
%13.68
%25.49

Codes

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 and tints

Shades of #BE61A4

#BE61A4
(190,97,164)
#AD5996
(173,89,150)
#9C5188
(156,81,136)
#8B497A
(139,73,122)
#7A416C
(122,65,108)
#69395E
(105,57,94)
#583150
(88,49,80)
#472942
(71,41,66)
#362134
(54,33,52)
#251926
(37,25,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BE61A4

#BE61A4
(190,97,164)
#C36FAC
(195,111,172)
#C87DB4
(200,125,180)
#CD8BBC
(205,139,188)
#D299C4
(210,153,196)
#D7A7CC
(215,167,204)
#DCB5D4
(220,181,212)
#E1C3DC
(225,195,220)
#E6D1E4
(230,209,228)
#EBDFEC
(235,223,236)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE61A4 color. Also use rgb(190,97,164) instead hex code.

Text Font Color

.myTextColor { color: #BE61A4; }

<p style="color:#BE61A4">This sample text font color is #BE61A4.</p>

This text font color is #BE61A4.

Background Color

.myBgColor { background-color: #BE61A4; }

<div style="background-color:#BE61A4">Inner text</div>

This div background color is #BE61A4.

Border color

.myBorderColor { border: 1px solid #BE61A4; }

<div style="border:3px solid #BE61A4">Div</div>

This div border color is #BE61A4.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #BE61A4.

Preview

Color preview on black background

This text has color #BE61A4 on black background.


Color preview on white background

This text has color #BE61A4 on white background.


Black color preview on #BE61A4 background

This text has black color on #BE61A4 background.


White color preview on #BE61A4 background

This text has white color on #BE61A4 background.


Related colors

Complementary color

Complementary color for #hex is #419E5B.


I love getcolorcode.com

Triadic colors

1 #A4BE61 and #61A4BE with #BE61A4 are triadic colors.

2 #A461BE and #61BEA4 with #BE61A4 are triadic colors.