COLOR #BD49A0

HEX: #BD49A0
RGB: (189,73,160)

Color info

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

RGB color model

#BD49A0 color RGB value is (189,73,160).

  • red value is 189;
  • green value is 73;
  • blue value is 160.
RGB:
(189,73,160)
(74%,29%,63%)

RGB channels and saturation

R 189 of 255 = 74%
G 73 of 255 = 29%
B 160 of 255 = 63%

189
73
160

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

Portions of RGB colors in percentages

R + G + B =
189 + 73 + 160 = 422 (100%)
R 189 of 422 ~ 44.79%
G 73 of 422 ~ 17.3%
B 160 of 422 ~ 37.91%

%44.79
%17.3
%37.91

CMYK color model

#BD49A0 color CMYK value is (0,61,15,26).

  • cyan value is 0.00%
  • magenta value is 61.38%
  • yellow value is 15.34%
  • key color value is 25.88%
CMYK:
(0,61,15,26)
C0M61Y15K26 
(0%,61%,15%,26%)
(0.00/0.61/0.15/0.26)	

CMYK percentages

%0
%61.38
%15.34
%25.88

Codes

Color #BD49A0 in popluar color models

BD49A0
RGB18973160
HSL315°46.77%51.37%
HSB/HSV315°61.38%74.12%
CMYK0.00%61.38%15.34%
25.88%

Color #BD49A0 in popluar number systems.

HEXBD49A0
Decimal18973160
Binary10111101100100110100000
Octal275111240

Shades and tints

Shades of #BD49A0

#BD49A0
(189,73,160)
#AC4392
(172,67,146)
#9B3D84
(155,61,132)
#8A3776
(138,55,118)
#793168
(121,49,104)
#682B5A
(104,43,90)
#57254C
(87,37,76)
#461F3E
(70,31,62)
#351930
(53,25,48)
#241322
(36,19,34)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #BD49A0

#BD49A0
(189,73,160)
#C359A8
(195,89,168)
#C969B0
(201,105,176)
#CF79B8
(207,121,184)
#D589C0
(213,137,192)
#DB99C8
(219,153,200)
#E1A9D0
(225,169,208)
#E7B9D8
(231,185,216)
#EDC9E0
(237,201,224)
#F3D9E8
(243,217,232)
#F9E9F0
(249,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD49A0; }

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

This text font color is #BD49A0.


Background Color

.myBgColor { background-color: #BD49A0; }

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

This div background color is #BD49A0.


Border color

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

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

This div border color is #BD49A0.


Opacity

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

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

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

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

This text has shadow with #BD49A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD49A0 on black background.


Color preview on white background

This text has color #BD49A0 on white background.



Black color preview on #BD49A0 background

This text has black color on #BD49A0 background.


White color preview on #BD49A0 background

This text has white color on #BD49A0 background.