COLOR #B461A0

HEX: #B461A0 RGB: (180,97,160)

Color info

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

RGB color model

#B461A0 color RGB value is (180,97,160).

RGB: (180,97,160) (71%, 38%, 63%)

RGB channels and saturation

R 180 of 255 = 71%
G 97 of 255 = 38%
B 160 of 255 = 63%

180
97
160

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

Portions of RGB colors in percentages

R + G + B = 180 + 97 + 160 = 437 (100%)
R 180 of 437 ~ 41.19%
G 97 of 437 ~ 22.2%
B 160 of 437 ~ 36.61'%

%41.19
%22.2
%36.61

CMYK color model

#B461A0 color CMYK value is (0,46,11,29).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 11.11%
  • key color value is 29.41%

CMYK: (0,46,11,29)
C0M46Y11K29 (0%, 46%, 11%, 29%)
(0.00 / 0.46 / 0.11 / 0.29)

CMYK percentages

%0
%46.11
%11.11
%29.41

Codes

Color #B461A0 in popluar color models

B4 61 A0
RGB 180 97 160
HSL 314° 35.62% 54.31%
HSB/HSV 314° 46.11% 70.59%
CMYK 0.00% 46.11% 11.11%
29.41%

Color #B461A0 in popluar number systems.

HEX B4 61 A0
Decimal 180 97 160
Binary 10110100 1100001 10100000
Octal 264 141 240

Shades and tints

Shades of #B461A0

#B461A0
(180,97,160)
#A45992
(164,89,146)
#945184
(148,81,132)
#844976
(132,73,118)
#744168
(116,65,104)
#64395A
(100,57,90)
#54314C
(84,49,76)
#44293E
(68,41,62)
#342130
(52,33,48)
#241922
(36,25,34)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #B461A0

#B461A0
(180,97,160)
#BA6FA8
(186,111,168)
#C07DB0
(192,125,176)
#C68BB8
(198,139,184)
#CC99C0
(204,153,192)
#D2A7C8
(210,167,200)
#D8B5D0
(216,181,208)
#DEC3D8
(222,195,216)
#E4D1E0
(228,209,224)
#EADFE8
(234,223,232)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B461A0 color. Also use rgb(180,97,160) instead hex code.

Text Font Color

.myTextColor { color: #B461A0; }

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

This text font color is #B461A0.

Background Color

.myBgColor { background-color: #B461A0; }

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

This div background color is #B461A0.

Border color

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

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

This div border color is #B461A0.

Opacity

.myOpacity80 { color: #B461A0; opacity: 0.8; }

<p style="color:#B461A0;opacity:0.8;">80%</p>

Text with #B461A0 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 #B461A0;}

<p style="text-shadow: 3px 3px 1px #B461A0">Text here.</p>

This text has shadow with #B461A0 color.


.textShadow {text-shadow: 3px 3px 1px #B461A0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B461A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #B461A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B461A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B461A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #B461A0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B461A0;
-webkit-box-shadow: 1px 1px 3px 2px #B461A0;
box-shadow: 1px 1px 3px 2px #B461A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B461A0; -webkit-box-shadow: 1px 1px 3px 2px #B461A0; box-shadow:1px 1px 3px 2px #B461A0;">
Div content here
</div>

This div box has shadow with color #B461A0.

Preview

Color preview on black background

This text has color #B461A0 on black background.


Color preview on white background

This text has color #B461A0 on white background.


Black color preview on #B461A0 background

This text has black color on #B461A0 background.


White color preview on #B461A0 background

This text has white color on #B461A0 background.


Related colors

Complementary color

Complementary color for #hex is #4B9E5F.


I love getcolorcode.com

Triadic colors

1 #A0B461 and #61A0B4 with #B461A0 are triadic colors.

2 #A061B4 and #61B4A0 with #B461A0 are triadic colors.