COLOR #B76CB5

HEX: #B76CB5
RGB: (183,108,181)

Color info

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

RGB color model

#B76CB5 color RGB value is (183,108,181).

  • red value is 183;
  • green value is 108;
  • blue value is 181.
RGB:
(183,108,181)
(72%,42%,71%)

RGB channels and saturation

R 183 of 255 = 72%
G 108 of 255 = 42%
B 181 of 255 = 71%

183
108
181

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

Portions of RGB colors in percentages

R + G + B =
183 + 108 + 181 = 472 (100%)
R 183 of 472 ~ 38.77%
G 108 of 472 ~ 22.88%
B 181 of 472 ~ 38.35%

%38.77
%22.88
%38.35

CMYK color model

#B76CB5 color CMYK value is (0,41,1,28).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK:
(0,41,1,28)
C0M41Y1K28 
(0%,41%,1%,28%)
(0.00/0.41/0.01/0.28)	

CMYK percentages

%0
%40.98
%1.09
%28.24

Codes

Color #B76CB5 in popluar color models

B76CB5
RGB183108181
HSL302°34.25%57.06%
HSB/HSV302°40.98%71.76%
CMYK0.00%40.98%1.09%
28.24%

Color #B76CB5 in popluar number systems.

HEXB76CB5
Decimal183108181
Binary10110111110110010110101
Octal267154265

Shades and tints

Shades of #B76CB5

#B76CB5
(183,108,181)
#A763A5
(167,99,165)
#975A95
(151,90,149)
#875185
(135,81,133)
#774875
(119,72,117)
#673F65
(103,63,101)
#573655
(87,54,85)
#472D45
(71,45,69)
#372435
(55,36,53)
#271B25
(39,27,37)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #B76CB5

#B76CB5
(183,108,181)
#BD79BB
(189,121,187)
#C386C1
(195,134,193)
#C993C7
(201,147,199)
#CFA0CD
(207,160,205)
#D5ADD3
(213,173,211)
#DBBAD9
(219,186,217)
#E1C7DF
(225,199,223)
#E7D4E5
(231,212,229)
#EDE1EB
(237,225,235)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76CB5 color. Also use rgb(183,108,181) instead hex code.

Text Font Color

.myTextColor { color: #B76CB5; }

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

This text font color is #B76CB5.


Background Color

.myBgColor { background-color: #B76CB5; }

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

This div background color is #B76CB5.


Border color

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

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

This div border color is #B76CB5.


Opacity

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

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

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

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

This text has shadow with #B76CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76CB5 on black background.


Color preview on white background

This text has color #B76CB5 on white background.



Black color preview on #B76CB5 background

This text has black color on #B76CB5 background.


White color preview on #B76CB5 background

This text has white color on #B76CB5 background.