COLOR #BD52A0

HEX: #BD52A0 RGB: (189,82,160)

Color info

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

RGB color model

#BD52A0 color RGB value is (189,82,160).

RGB: (189,82,160) (74%, 32%, 63%)

RGB channels and saturation

R 189 of 255 = 74%
G 82 of 255 = 32%
B 160 of 255 = 63%

189
82
160

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

Portions of RGB colors in percentages

R + G + B = 189 + 82 + 160 = 431 (100%)
R 189 of 431 ~ 43.85%
G 82 of 431 ~ 19.03%
B 160 of 431 ~ 37.12'%

%43.85
%19.03
%37.12

CMYK color model

#BD52A0 color CMYK value is (0,57,15,26).

  • cyan value is 0.00%
  • magenta value is 56.61%
  • yellow value is 15.34%
  • key color value is 25.88%

CMYK: (0,57,15,26)
C0M57Y15K26 (0%, 57%, 15%, 26%)
(0.00 / 0.57 / 0.15 / 0.26)

CMYK percentages

%0
%56.61
%15.34
%25.88

Codes

Color #BD52A0 in popluar color models

BD 52 A0
RGB 189 82 160
HSL 316° 44.77% 53.14%
HSB/HSV 316° 56.61% 74.12%
CMYK 0.00% 56.61% 15.34%
25.88%

Color #BD52A0 in popluar number systems.

HEX BD 52 A0
Decimal 189 82 160
Binary 10111101 1010010 10100000
Octal 275 122 240

Shades and tints

Shades of #BD52A0

#BD52A0
(189,82,160)
#AC4B92
(172,75,146)
#9B4484
(155,68,132)
#8A3D76
(138,61,118)
#793668
(121,54,104)
#682F5A
(104,47,90)
#57284C
(87,40,76)
#46213E
(70,33,62)
#351A30
(53,26,48)
#241322
(36,19,34)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #BD52A0

#BD52A0
(189,82,160)
#C361A8
(195,97,168)
#C970B0
(201,112,176)
#CF7FB8
(207,127,184)
#D58EC0
(213,142,192)
#DB9DC8
(219,157,200)
#E1ACD0
(225,172,208)
#E7BBD8
(231,187,216)
#EDCAE0
(237,202,224)
#F3D9E8
(243,217,232)
#F9E8F0
(249,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD52A0 color. Also use rgb(189,82,160) instead hex code.

Text Font Color

.myTextColor { color: #BD52A0; }

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

This text font color is #BD52A0.

Background Color

.myBgColor { background-color: #BD52A0; }

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

This div background color is #BD52A0.

Border color

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

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

This div border color is #BD52A0.

Opacity

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

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

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

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

This text has shadow with #BD52A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD52A0.

Preview

Color preview on black background

This text has color #BD52A0 on black background.


Color preview on white background

This text has color #BD52A0 on white background.


Black color preview on #BD52A0 background

This text has black color on #BD52A0 background.


White color preview on #BD52A0 background

This text has white color on #BD52A0 background.


Related colors

Complementary color

Complementary color for #hex is #42AD5F.


I love getcolorcode.com

Triadic colors

1 #A0BD52 and #52A0BD with #BD52A0 are triadic colors.

2 #A052BD and #52BDA0 with #BD52A0 are triadic colors.