COLOR #BD4AA2

HEX: #BD4AA2 RGB: (189,74,162)

Color info

#BD4AA2 contains mainly red and blue colors. Web safe color of #BD4AA2 is #CC3399 (or #C39).

RGB color model

#BD4AA2 color RGB value is (189,74,162).

RGB: (189,74,162) (74%, 29%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 74 of 255 = 29%
B 162 of 255 = 64%

189
74
162

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

Portions of RGB colors in percentages

R + G + B = 189 + 74 + 162 = 425 (100%)
R 189 of 425 ~ 44.47%
G 74 of 425 ~ 17.41%
B 162 of 425 ~ 38.12'%

%44.47
%17.41
%38.12

CMYK color model

#BD4AA2 color CMYK value is (0,61,14,26).

  • cyan value is 0.00%
  • magenta value is 60.85%
  • yellow value is 14.29%
  • key color value is 25.88%

CMYK: (0,61,14,26)
C0M61Y14K26 (0%, 61%, 14%, 26%)
(0.00 / 0.61 / 0.14 / 0.26)

CMYK percentages

%0
%60.85
%14.29
%25.88

Codes

Color #BD4AA2 in popluar color models

BD 4A A2
RGB 189 74 162
HSL 314° 46.56% 51.57%
HSB/HSV 314° 60.85% 74.12%
CMYK 0.00% 60.85% 14.29%
25.88%

Color #BD4AA2 in popluar number systems.

HEX BD 4A A2
Decimal 189 74 162
Binary 10111101 1001010 10100010
Octal 275 112 242

Shades and tints

Shades of #BD4AA2

#BD4AA2
(189,74,162)
#AC4494
(172,68,148)
#9B3E86
(155,62,134)
#8A3878
(138,56,120)
#79326A
(121,50,106)
#682C5C
(104,44,92)
#57264E
(87,38,78)
#462040
(70,32,64)
#351A32
(53,26,50)
#241424
(36,20,36)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #BD4AA2

#BD4AA2
(189,74,162)
#C35AAA
(195,90,170)
#C96AB2
(201,106,178)
#CF7ABA
(207,122,186)
#D58AC2
(213,138,194)
#DB9ACA
(219,154,202)
#E1AAD2
(225,170,210)
#E7BADA
(231,186,218)
#EDCAE2
(237,202,226)
#F3DAEA
(243,218,234)
#F9EAF2
(249,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4AA2 color. Also use rgb(189,74,162) instead hex code.

Text Font Color

.myTextColor { color: #BD4AA2; }

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

This text font color is #BD4AA2.

Background Color

.myBgColor { background-color: #BD4AA2; }

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

This div background color is #BD4AA2.

Border color

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

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

This div border color is #BD4AA2.

Opacity

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

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

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

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

This text has shadow with #BD4AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD4AA2.

Preview

Color preview on black background

This text has color #BD4AA2 on black background.


Color preview on white background

This text has color #BD4AA2 on white background.


Black color preview on #BD4AA2 background

This text has black color on #BD4AA2 background.


White color preview on #BD4AA2 background

This text has white color on #BD4AA2 background.


Related colors

Complementary color

Complementary color for #hex is #42B55D.


I love getcolorcode.com

Triadic colors

1 #A2BD4A and #4AA2BD with #BD4AA2 are triadic colors.

2 #A24ABD and #4ABDA2 with #BD4AA2 are triadic colors.