COLOR #B76ABE

HEX: #B76ABE RGB: (183,106,190)

Color info

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

RGB color model

#B76ABE color RGB value is (183,106,190).

RGB: (183,106,190) (72%, 42%, 75%)

RGB channels and saturation

R 183 of 255 = 72%
G 106 of 255 = 42%
B 190 of 255 = 75%

183
106
190

R + G + B ~ 63%. #B76ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 106 + 190 = 479 (100%)
R 183 of 479 ~ 38.2%
G 106 of 479 ~ 22.13%
B 190 of 479 ~ 39.67'%

%38.2
%22.13
%39.67

CMYK color model

#B76ABE color CMYK value is (4,44,0,25).

  • cyan value is 3.68%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (4,44,0,25) C4M44Y0K25 (4%,44%,0%,25%) (0.04/0.44/0.00/0.25) 

CMYK percentages

%3.68
%44.21
%0
%25.49

Codes

Color #B76ABE in popluar color models

B7 6A BE
RGB 183 106 190
HSL 295° 39.25% 58.04%
HSB/HSV 295° 44.21% 74.51%
CMYK 3.68% 44.21% 0.00%
25.49%

Color #B76ABE in popluar number systems.

HEX B7 6A BE
Decimal 183 106 190
Binary 10110111 1101010 10111110
Octal 267 152 276

Shades and tints

Shades of #B76ABE

#B76ABE
(183,106,190)
#A761AD
(167,97,173)
#97589C
(151,88,156)
#874F8B
(135,79,139)
#77467A
(119,70,122)
#673D69
(103,61,105)
#573458
(87,52,88)
#472B47
(71,43,71)
#372236
(55,34,54)
#271925
(39,25,37)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #B76ABE

#B76ABE
(183,106,190)
#BD77C3
(189,119,195)
#C384C8
(195,132,200)
#C991CD
(201,145,205)
#CF9ED2
(207,158,210)
#D5ABD7
(213,171,215)
#DBB8DC
(219,184,220)
#E1C5E1
(225,197,225)
#E7D2E6
(231,210,230)
#EDDFEB
(237,223,235)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76ABE; }

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

This text font color is #B76ABE.

Background Color

.myBgColor { background-color: #B76ABE; }

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

This div background color is #B76ABE.

Border color

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

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

This div border color is #B76ABE.

Opacity

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

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

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

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

This text has shadow with #B76ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76ABE.

Preview

Color preview on black background

This text has color #B76ABE on black background.


Color preview on white background

This text has color #B76ABE on white background.


Black color preview on #B76ABE background

This text has black color on #B76ABE background.


White color preview on #B76ABE background

This text has white color on #B76ABE background.


Related colors

Complementary color

Complementary color for #hex is #489541.


I love getcolorcode.com

Triadic colors

1 #BEB76A and #6ABEB7 with #B76ABE are triadic colors.

2 #BE6AB7 and #6AB7BE with #B76ABE are triadic colors.