COLOR #B6538D

HEX: #B6538D RGB: (182,83,141)

Color info

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

RGB color model

#B6538D color RGB value is (182,83,141).

RGB: (182,83,141) (71%, 33%, 55%)

RGB channels and saturation

R 182 of 255 = 71%
G 83 of 255 = 33%
B 141 of 255 = 55%

182
83
141

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

Portions of RGB colors in percentages

R + G + B = 182 + 83 + 141 = 406 (100%)
R 182 of 406 ~ 44.83%
G 83 of 406 ~ 20.44%
B 141 of 406 ~ 34.73'%

%44.83
%20.44
%34.73

CMYK color model

#B6538D color CMYK value is (0,54,23,29).

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

CMYK: (0,54,23,29)
C0M54Y23K29 (0%, 54%, 23%, 29%)
(0.00 / 0.54 / 0.23 / 0.29)

CMYK percentages

%0
%54.4
%22.53
%28.63

Codes

Color #B6538D in popluar color models

B6 53 8D
RGB 182 83 141
HSL 325° 40.41% 51.96%
HSB/HSV 325° 54.40% 71.37%
CMYK 0.00% 54.40% 22.53%
28.63%

Color #B6538D in popluar number systems.

HEX B6 53 8D
Decimal 182 83 141
Binary 10110110 1010011 10001101
Octal 266 123 215

Shades and tints

Shades of #B6538D

#B6538D
(182,83,141)
#A64C81
(166,76,129)
#964575
(150,69,117)
#863E69
(134,62,105)
#76375D
(118,55,93)
#663051
(102,48,81)
#562945
(86,41,69)
#462239
(70,34,57)
#361B2D
(54,27,45)
#261421
(38,20,33)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #B6538D

#B6538D
(182,83,141)
#BC6297
(188,98,151)
#C271A1
(194,113,161)
#C880AB
(200,128,171)
#CE8FB5
(206,143,181)
#D49EBF
(212,158,191)
#DAADC9
(218,173,201)
#E0BCD3
(224,188,211)
#E6CBDD
(230,203,221)
#ECDAE7
(236,218,231)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6538D; }

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

This text font color is #B6538D.

Background Color

.myBgColor { background-color: #B6538D; }

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

This div background color is #B6538D.

Border color

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

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

This div border color is #B6538D.

Opacity

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

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

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

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

This text has shadow with #B6538D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6538D.

Preview

Color preview on black background

This text has color #B6538D on black background.


Color preview on white background

This text has color #B6538D on white background.


Black color preview on #B6538D background

This text has black color on #B6538D background.


White color preview on #B6538D background

This text has white color on #B6538D background.


Related colors

Complementary color

Complementary color for #hex is #49AC72.


I love getcolorcode.com

Triadic colors

1 #8DB653 and #538DB6 with #B6538D are triadic colors.

2 #8D53B6 and #53B68D with #B6538D are triadic colors.