COLOR #B76AB1

HEX: #B76AB1 RGB: (183,106,177)

Color info

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

RGB color model

#B76AB1 color RGB value is (183,106,177).

RGB: (183,106,177) (72%, 42%, 69%)

RGB channels and saturation

R 183 of 255 = 72%
G 106 of 255 = 42%
B 177 of 255 = 69%

183
106
177

R + G + B ~ 61%. #B76AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 106 + 177 = 466 (100%)
R 183 of 466 ~ 39.27%
G 106 of 466 ~ 22.75%
B 177 of 466 ~ 37.98'%

%39.27
%22.75
%37.98

CMYK color model

#B76AB1 color CMYK value is (0,42,3,28).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 3.28%
  • key color value is 28.24%

CMYK: (0,42,3,28)
C0M42Y3K28 (0%, 42%, 3%, 28%)
(0.00 / 0.42 / 0.03 / 0.28)

CMYK percentages

%0
%42.08
%3.28
%28.24

Codes

Color #B76AB1 in popluar color models

B7 6A B1
RGB 183 106 177
HSL 305° 34.84% 56.67%
HSB/HSV 305° 42.08% 71.76%
CMYK 0.00% 42.08% 3.28%
28.24%

Color #B76AB1 in popluar number systems.

HEX B7 6A B1
Decimal 183 106 177
Binary 10110111 1101010 10110001
Octal 267 152 261

Shades and tints

Shades of #B76AB1

#B76AB1
(183,106,177)
#A761A1
(167,97,161)
#975891
(151,88,145)
#874F81
(135,79,129)
#774671
(119,70,113)
#673D61
(103,61,97)
#573451
(87,52,81)
#472B41
(71,43,65)
#372231
(55,34,49)
#271921
(39,25,33)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #B76AB1

#B76AB1
(183,106,177)
#BD77B8
(189,119,184)
#C384BF
(195,132,191)
#C991C6
(201,145,198)
#CF9ECD
(207,158,205)
#D5ABD4
(213,171,212)
#DBB8DB
(219,184,219)
#E1C5E2
(225,197,226)
#E7D2E9
(231,210,233)
#EDDFF0
(237,223,240)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76AB1 color. Also use rgb(183,106,177) instead hex code.

Text Font Color

.myTextColor { color: #B76AB1; }

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

This text font color is #B76AB1.

Background Color

.myBgColor { background-color: #B76AB1; }

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

This div background color is #B76AB1.

Border color

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

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

This div border color is #B76AB1.

Opacity

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

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

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

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

This text has shadow with #B76AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76AB1.

Preview

Color preview on black background

This text has color #B76AB1 on black background.


Color preview on white background

This text has color #B76AB1 on white background.


Black color preview on #B76AB1 background

This text has black color on #B76AB1 background.


White color preview on #B76AB1 background

This text has white color on #B76AB1 background.


Related colors

Complementary color

Complementary color for #hex is #48954E.


I love getcolorcode.com

Triadic colors

1 #B1B76A and #6AB1B7 with #B76AB1 are triadic colors.

2 #B16AB7 and #6AB7B1 with #B76AB1 are triadic colors.