COLOR #B46DB5

HEX: #B46DB5 RGB: (180,109,181)

Color info

#B46DB5 contains mainly red and blue colors. Web safe color of #B46DB5 is #CC66CC (or #C6C).

RGB color model

#B46DB5 color RGB value is (180,109,181).

RGB: (180,109,181) (71%, 43%, 71%)

RGB channels and saturation

R 180 of 255 = 71%
G 109 of 255 = 43%
B 181 of 255 = 71%

180
109
181

R + G + B ~ 62%. #B46DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 109 + 181 = 470 (100%)
R 180 of 470 ~ 38.3%
G 109 of 470 ~ 23.19%
B 181 of 470 ~ 38.51'%

%38.3
%23.19
%38.51

CMYK color model

#B46DB5 color CMYK value is (1,40,0,29).

  • cyan value is 0.55%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (1,40,0,29)
C1M40Y0K29 (1%, 40%, 0%, 29%)
(0.01 / 0.40 / 0.00 / 0.29)

CMYK percentages

%0.55
%39.78
%0
%29.02

Codes

Color #B46DB5 in popluar color models

B4 6D B5
RGB 180 109 181
HSL 299° 32.73% 56.86%
HSB/HSV 299° 39.78% 70.98%
CMYK 0.55% 39.78% 0.00%
29.02%

Color #B46DB5 in popluar number systems.

HEX B4 6D B5
Decimal 180 109 181
Binary 10110100 1101101 10110101
Octal 264 155 265

Shades and tints

Shades of #B46DB5

#B46DB5
(180,109,181)
#A464A5
(164,100,165)
#945B95
(148,91,149)
#845285
(132,82,133)
#744975
(116,73,117)
#644065
(100,64,101)
#543755
(84,55,85)
#442E45
(68,46,69)
#342535
(52,37,53)
#241C25
(36,28,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B46DB5

#B46DB5
(180,109,181)
#BA7ABB
(186,122,187)
#C087C1
(192,135,193)
#C694C7
(198,148,199)
#CCA1CD
(204,161,205)
#D2AED3
(210,174,211)
#D8BBD9
(216,187,217)
#DEC8DF
(222,200,223)
#E4D5E5
(228,213,229)
#EAE2EB
(234,226,235)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46DB5 color. Also use rgb(180,109,181) instead hex code.

Text Font Color

.myTextColor { color: #B46DB5; }

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

This text font color is #B46DB5.

Background Color

.myBgColor { background-color: #B46DB5; }

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

This div background color is #B46DB5.

Border color

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

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

This div border color is #B46DB5.

Opacity

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

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

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

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

This text has shadow with #B46DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46DB5.

Preview

Color preview on black background

This text has color #B46DB5 on black background.


Color preview on white background

This text has color #B46DB5 on white background.


Black color preview on #B46DB5 background

This text has black color on #B46DB5 background.


White color preview on #B46DB5 background

This text has white color on #B46DB5 background.


Related colors

Complementary color

Complementary color for #hex is #4B924A.


I love getcolorcode.com

Triadic colors

1 #B5B46D and #6DB5B4 with #B46DB5 are triadic colors.

2 #B56DB4 and #6DB4B5 with #B46DB5 are triadic colors.