COLOR #B6659D

HEX: #B6659D RGB: (182,101,157)

Color info

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

RGB color model

#B6659D color RGB value is (182,101,157).

RGB: (182,101,157) (71%, 40%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 101 of 255 = 40%
B 157 of 255 = 62%

182
101
157

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

Portions of RGB colors in percentages

R + G + B = 182 + 101 + 157 = 440 (100%)
R 182 of 440 ~ 41.36%
G 101 of 440 ~ 22.95%
B 157 of 440 ~ 35.68'%

%41.36
%22.95
%35.68

CMYK color model

#B6659D color CMYK value is (0,45,14,29).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 13.74%
  • key color value is 28.63%

CMYK: (0,45,14,29)
C0M45Y14K29 (0%, 45%, 14%, 29%)
(0.00 / 0.45 / 0.14 / 0.29)

CMYK percentages

%0
%44.51
%13.74
%28.63

Codes

Color #B6659D in popluar color models

B6 65 9D
RGB 182 101 157
HSL 319° 35.68% 55.49%
HSB/HSV 319° 44.51% 71.37%
CMYK 0.00% 44.51% 13.74%
28.63%

Color #B6659D in popluar number systems.

HEX B6 65 9D
Decimal 182 101 157
Binary 10110110 1100101 10011101
Octal 266 145 235

Shades and tints

Shades of #B6659D

#B6659D
(182,101,157)
#A65C8F
(166,92,143)
#965381
(150,83,129)
#864A73
(134,74,115)
#764165
(118,65,101)
#663857
(102,56,87)
#562F49
(86,47,73)
#46263B
(70,38,59)
#361D2D
(54,29,45)
#26141F
(38,20,31)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #B6659D

#B6659D
(182,101,157)
#BC73A5
(188,115,165)
#C281AD
(194,129,173)
#C88FB5
(200,143,181)
#CE9DBD
(206,157,189)
#D4ABC5
(212,171,197)
#DAB9CD
(218,185,205)
#E0C7D5
(224,199,213)
#E6D5DD
(230,213,221)
#ECE3E5
(236,227,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6659D color. Also use rgb(182,101,157) instead hex code.

Text Font Color

.myTextColor { color: #B6659D; }

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

This text font color is #B6659D.

Background Color

.myBgColor { background-color: #B6659D; }

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

This div background color is #B6659D.

Border color

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

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

This div border color is #B6659D.

Opacity

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

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

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

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

This text has shadow with #B6659D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6659D.

Preview

Color preview on black background

This text has color #B6659D on black background.


Color preview on white background

This text has color #B6659D on white background.


Black color preview on #B6659D background

This text has black color on #B6659D background.


White color preview on #B6659D background

This text has white color on #B6659D background.


Related colors

Complementary color

Complementary color for #hex is #499A62.


I love getcolorcode.com

Triadic colors

1 #9DB665 and #659DB6 with #B6659D are triadic colors.

2 #9D65B6 and #65B69D with #B6659D are triadic colors.