COLOR #B6638D

HEX: #B6638D RGB: (182,99,141)

Color info

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

RGB color model

#B6638D color RGB value is (182,99,141).

RGB: (182,99,141) (71%, 39%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 99 of 255 = 39%
B 141 of 255 = 55%

182
99
141

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

Portions of RGB colors in percentages

R + G + B = 182 + 99 + 141 = 422 (100%)
R 182 of 422 ~ 43.13%
G 99 of 422 ~ 23.46%
B 141 of 422 ~ 33.41'%

%43.13
%23.46
%33.41

CMYK color model

#B6638D color CMYK value is (0,46,23,29).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 22.53%
  • key color value is 28.63%

CMYK: (0,46,23,29)
C0M46Y23K29 (0%, 46%, 23%, 29%)
(0.00 / 0.46 / 0.23 / 0.29)

CMYK percentages

%0
%45.6
%22.53
%28.63

Codes

Color #B6638D in popluar color models

B6 63 8D
RGB 182 99 141
HSL 330° 36.24% 55.10%
HSB/HSV 330° 45.60% 71.37%
CMYK 0.00% 45.60% 22.53%
28.63%

Color #B6638D in popluar number systems.

HEX B6 63 8D
Decimal 182 99 141
Binary 10110110 1100011 10001101
Octal 266 143 215

Shades and tints

Shades of #B6638D

#B6638D
(182,99,141)
#A65A81
(166,90,129)
#965175
(150,81,117)
#864869
(134,72,105)
#763F5D
(118,63,93)
#663651
(102,54,81)
#562D45
(86,45,69)
#462439
(70,36,57)
#361B2D
(54,27,45)
#261221
(38,18,33)
#160915
(22,9,21)
#000000
(0,0,0)

Tints of #B6638D

#B6638D
(182,99,141)
#BC7197
(188,113,151)
#C27FA1
(194,127,161)
#C88DAB
(200,141,171)
#CE9BB5
(206,155,181)
#D4A9BF
(212,169,191)
#DAB7C9
(218,183,201)
#E0C5D3
(224,197,211)
#E6D3DD
(230,211,221)
#ECE1E7
(236,225,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6638D; }

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

This text font color is #B6638D.

Background Color

.myBgColor { background-color: #B6638D; }

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

This div background color is #B6638D.

Border color

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

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

This div border color is #B6638D.

Opacity

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

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

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

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

This text has shadow with #B6638D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6638D.

Preview

Color preview on black background

This text has color #B6638D on black background.


Color preview on white background

This text has color #B6638D on white background.


Black color preview on #B6638D background

This text has black color on #B6638D background.


White color preview on #B6638D background

This text has white color on #B6638D background.


Related colors

Complementary color

Complementary color for #hex is #499C72.


I love getcolorcode.com

Triadic colors

1 #8DB663 and #638DB6 with #B6638D are triadic colors.

2 #8D63B6 and #63B68D with #B6638D are triadic colors.