COLOR #BD649B

HEX: #BD649B
RGB: (189,100,155)

Color info

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

RGB color model

#BD649B color RGB value is (189,100,155).

  • red value is 189;
  • green value is 100;
  • blue value is 155.
RGB:
(189,100,155)
(74%,39%,61%)

RGB channels and saturation

R 189 of 255 = 74%
G 100 of 255 = 39%
B 155 of 255 = 61%

189
100
155

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

Portions of RGB colors in percentages

R + G + B =
189 + 100 + 155 = 444 (100%)
R 189 of 444 ~ 42.57%
G 100 of 444 ~ 22.52%
B 155 of 444 ~ 34.91%

%42.57
%22.52
%34.91

CMYK color model

#BD649B color CMYK value is (0,47,18,26).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(0,47,18,26)
C0M47Y18K26 
(0%,47%,18%,26%)
(0.00/0.47/0.18/0.26)	

CMYK percentages

%0
%47.09
%17.99
%25.88

Codes

Color #BD649B in popluar color models

BD649B
RGB189100155
HSL323°40.27%56.67%
HSB/HSV323°47.09%74.12%
CMYK0.00%47.09%17.99%
25.88%

Color #BD649B in popluar number systems.

HEXBD649B
Decimal189100155
Binary10111101110010010011011
Octal275144233

Shades and tints

Shades of #BD649B

#BD649B
(189,100,155)
#AC5B8D
(172,91,141)
#9B527F
(155,82,127)
#8A4971
(138,73,113)
#794063
(121,64,99)
#683755
(104,55,85)
#572E47
(87,46,71)
#462539
(70,37,57)
#351C2B
(53,28,43)
#24131D
(36,19,29)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #BD649B

#BD649B
(189,100,155)
#C372A4
(195,114,164)
#C980AD
(201,128,173)
#CF8EB6
(207,142,182)
#D59CBF
(213,156,191)
#DBAAC8
(219,170,200)
#E1B8D1
(225,184,209)
#E7C6DA
(231,198,218)
#EDD4E3
(237,212,227)
#F3E2EC
(243,226,236)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD649B color. Also use rgb(189,100,155) instead hex code.

Text Font Color

.myTextColor { color: #BD649B; }

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

This text font color is #BD649B.


Background Color

.myBgColor { background-color: #BD649B; }

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

This div background color is #BD649B.


Border color

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

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

This div border color is #BD649B.


Opacity

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

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

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

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

This text has shadow with #BD649B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD649B on black background.


Color preview on white background

This text has color #BD649B on white background.



Black color preview on #BD649B background

This text has black color on #BD649B background.


White color preview on #BD649B background

This text has white color on #BD649B background.