COLOR #BD46A4

HEX: #BD46A4 RGB: (189,70,164)

Color info

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

RGB color model

#BD46A4 color RGB value is (189,70,164).

RGB: (189,70,164) (74%, 27%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 70 of 255 = 27%
B 164 of 255 = 64%

189
70
164

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

Portions of RGB colors in percentages

R + G + B = 189 + 70 + 164 = 423 (100%)
R 189 of 423 ~ 44.68%
G 70 of 423 ~ 16.55%
B 164 of 423 ~ 38.77'%

%44.68
%16.55
%38.77

CMYK color model

#BD46A4 color CMYK value is (0,63,13,26).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 13.23%
  • key color value is 25.88%

CMYK: (0,63,13,26)
C0M63Y13K26 (0%, 63%, 13%, 26%)
(0.00 / 0.63 / 0.13 / 0.26)

CMYK percentages

%0
%62.96
%13.23
%25.88

Codes

Color #BD46A4 in popluar color models

BD 46 A4
RGB 189 70 164
HSL 313° 47.41% 50.78%
HSB/HSV 313° 62.96% 74.12%
CMYK 0.00% 62.96% 13.23%
25.88%

Color #BD46A4 in popluar number systems.

HEX BD 46 A4
Decimal 189 70 164
Binary 10111101 1000110 10100100
Octal 275 106 244

Shades and tints

Shades of #BD46A4

#BD46A4
(189,70,164)
#AC4096
(172,64,150)
#9B3A88
(155,58,136)
#8A347A
(138,52,122)
#792E6C
(121,46,108)
#68285E
(104,40,94)
#572250
(87,34,80)
#461C42
(70,28,66)
#351634
(53,22,52)
#241026
(36,16,38)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #BD46A4

#BD46A4
(189,70,164)
#C356AC
(195,86,172)
#C966B4
(201,102,180)
#CF76BC
(207,118,188)
#D586C4
(213,134,196)
#DB96CC
(219,150,204)
#E1A6D4
(225,166,212)
#E7B6DC
(231,182,220)
#EDC6E4
(237,198,228)
#F3D6EC
(243,214,236)
#F9E6F4
(249,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD46A4 color. Also use rgb(189,70,164) instead hex code.

Text Font Color

.myTextColor { color: #BD46A4; }

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

This text font color is #BD46A4.

Background Color

.myBgColor { background-color: #BD46A4; }

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

This div background color is #BD46A4.

Border color

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

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

This div border color is #BD46A4.

Opacity

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

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

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

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

This text has shadow with #BD46A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD46A4.

Preview

Color preview on black background

This text has color #BD46A4 on black background.


Color preview on white background

This text has color #BD46A4 on white background.


Black color preview on #BD46A4 background

This text has black color on #BD46A4 background.


White color preview on #BD46A4 background

This text has white color on #BD46A4 background.


Related colors

Complementary color

Complementary color for #hex is #42B95B.


I love getcolorcode.com

Triadic colors

1 #A4BD46 and #46A4BD with #BD46A4 are triadic colors.

2 #A446BD and #46BDA4 with #BD46A4 are triadic colors.