COLOR #B76BBD

HEX: #B76BBD
RGB: (183,107,189)

Color info

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

RGB color model

#B76BBD color RGB value is (183,107,189).

  • red value is 183;
  • green value is 107;
  • blue value is 189.
RGB:
(183,107,189)
(72%,42%,74%)

RGB channels and saturation

R 183 of 255 = 72%
G 107 of 255 = 42%
B 189 of 255 = 74%

183
107
189

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

Portions of RGB colors in percentages

R + G + B =
183 + 107 + 189 = 479 (100%)
R 183 of 479 ~ 38.2%
G 107 of 479 ~ 22.34%
B 189 of 479 ~ 39.46%

%38.2
%22.34
%39.46

CMYK color model

#B76BBD color CMYK value is (3,43,0,26).

  • cyan value is 3.17%
  • magenta value is 43.39%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(3,43,0,26)
C3M43Y0K26 
(3%,43%,0%,26%)
(0.03/0.43/0.00/0.26)	

CMYK percentages

%3.17
%43.39
%0
%25.88

Codes

Color #B76BBD in popluar color models

B76BBD
RGB183107189
HSL296°38.32%58.04%
HSB/HSV296°43.39%74.12%
CMYK3.17%43.39%0.00%
25.88%

Color #B76BBD in popluar number systems.

HEXB76BBD
Decimal183107189
Binary10110111110101110111101
Octal267153275

Shades and tints

Shades of #B76BBD

#B76BBD
(183,107,189)
#A762AC
(167,98,172)
#97599B
(151,89,155)
#87508A
(135,80,138)
#774779
(119,71,121)
#673E68
(103,62,104)
#573557
(87,53,87)
#472C46
(71,44,70)
#372335
(55,35,53)
#271A24
(39,26,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #B76BBD

#B76BBD
(183,107,189)
#BD78C3
(189,120,195)
#C385C9
(195,133,201)
#C992CF
(201,146,207)
#CF9FD5
(207,159,213)
#D5ACDB
(213,172,219)
#DBB9E1
(219,185,225)
#E1C6E7
(225,198,231)
#E7D3ED
(231,211,237)
#EDE0F3
(237,224,243)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76BBD color. Also use rgb(183,107,189) instead hex code.

Text Font Color

.myTextColor { color: #B76BBD; }

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

This text font color is #B76BBD.


Background Color

.myBgColor { background-color: #B76BBD; }

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

This div background color is #B76BBD.


Border color

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

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

This div border color is #B76BBD.


Opacity

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

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

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

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

This text has shadow with #B76BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76BBD on black background.


Color preview on white background

This text has color #B76BBD on white background.



Black color preview on #B76BBD background

This text has black color on #B76BBD background.


White color preview on #B76BBD background

This text has white color on #B76BBD background.