COLOR #BD638D

HEX: #BD638D
RGB: (189,99,141)

Color info

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

RGB color model

#BD638D color RGB value is (189,99,141).

  • red value is 189;
  • green value is 99;
  • blue value is 141.
RGB:
(189,99,141)
(74%,39%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 99 of 255 = 39%
B 141 of 255 = 55%

189
99
141

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

Portions of RGB colors in percentages

R + G + B =
189 + 99 + 141 = 429 (100%)
R 189 of 429 ~ 44.06%
G 99 of 429 ~ 23.08%
B 141 of 429 ~ 32.87%

%44.06
%23.08
%32.87

CMYK color model

#BD638D color CMYK value is (0,48,25,26).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 25.40%
  • key color value is 25.88%
CMYK:
(0,48,25,26)
C0M48Y25K26 
(0%,48%,25%,26%)
(0.00/0.48/0.25/0.26)	

CMYK percentages

%0
%47.62
%25.4
%25.88

Codes

Color #BD638D in popluar color models

BD638D
RGB18999141
HSL332°40.54%56.47%
HSB/HSV332°47.62%74.12%
CMYK0.00%47.62%25.40%
25.88%

Color #BD638D in popluar number systems.

HEXBD638D
Decimal18999141
Binary10111101110001110001101
Octal275143215

Shades and tints

Shades of #BD638D

#BD638D
(189,99,141)
#AC5A81
(172,90,129)
#9B5175
(155,81,117)
#8A4869
(138,72,105)
#793F5D
(121,63,93)
#683651
(104,54,81)
#572D45
(87,45,69)
#462439
(70,36,57)
#351B2D
(53,27,45)
#241221
(36,18,33)
#130915
(19,9,21)
#000000
(0,0,0)

Tints of #BD638D

#BD638D
(189,99,141)
#C37197
(195,113,151)
#C97FA1
(201,127,161)
#CF8DAB
(207,141,171)
#D59BB5
(213,155,181)
#DBA9BF
(219,169,191)
#E1B7C9
(225,183,201)
#E7C5D3
(231,197,211)
#EDD3DD
(237,211,221)
#F3E1E7
(243,225,231)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD638D color. Also use rgb(189,99,141) instead hex code.

Text Font Color

.myTextColor { color: #BD638D; }

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

This text font color is #BD638D.


Background Color

.myBgColor { background-color: #BD638D; }

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

This div background color is #BD638D.


Border color

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

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

This div border color is #BD638D.


Opacity

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

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

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

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

This text has shadow with #BD638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD638D on black background.


Color preview on white background

This text has color #BD638D on white background.



Black color preview on #BD638D background

This text has black color on #BD638D background.


White color preview on #BD638D background

This text has white color on #BD638D background.