COLOR #B76CC9

HEX: #B76CC9
RGB: (183,108,201)

Color info

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

RGB color model

#B76CC9 color RGB value is (183,108,201).

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

RGB channels and saturation

R 183 of 255 = 72%
G 108 of 255 = 42%
B 201 of 255 = 79%

183
108
201

R + G + B ~ 64%. #B76CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 108 + 201 = 492 (100%)
R 183 of 492 ~ 37.2%
G 108 of 492 ~ 21.95%
B 201 of 492 ~ 40.85%

%37.2
%21.95
%40.85

CMYK color model

#B76CC9 color CMYK value is (9,46,0,21).

  • cyan value is 8.96%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(9,46,0,21)
C9M46Y0K21 
(9%,46%,0%,21%)
(0.09/0.46/0.00/0.21)	

CMYK percentages

%8.96
%46.27
%0
%21.18

Codes

Color #B76CC9 in popluar color models

B76CC9
RGB183108201
HSL288°46.27%60.59%
HSB/HSV288°46.27%78.82%
CMYK8.96%46.27%0.00%
21.18%

Color #B76CC9 in popluar number systems.

HEXB76CC9
Decimal183108201
Binary10110111110110011001001
Octal267154311

Shades and tints

Shades of #B76CC9

#B76CC9
(183,108,201)
#A763B7
(167,99,183)
#975AA5
(151,90,165)
#875193
(135,81,147)
#774881
(119,72,129)
#673F6F
(103,63,111)
#57365D
(87,54,93)
#472D4B
(71,45,75)
#372439
(55,36,57)
#271B27
(39,27,39)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #B76CC9

#B76CC9
(183,108,201)
#BD79CD
(189,121,205)
#C386D1
(195,134,209)
#C993D5
(201,147,213)
#CFA0D9
(207,160,217)
#D5ADDD
(213,173,221)
#DBBAE1
(219,186,225)
#E1C7E5
(225,199,229)
#E7D4E9
(231,212,233)
#EDE1ED
(237,225,237)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B76CC9; }

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

This text font color is #B76CC9.


Background Color

.myBgColor { background-color: #B76CC9; }

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

This div background color is #B76CC9.


Border color

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

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

This div border color is #B76CC9.


Opacity

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

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

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

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

This text has shadow with #B76CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76CC9 on black background.


Color preview on white background

This text has color #B76CC9 on white background.



Black color preview on #B76CC9 background

This text has black color on #B76CC9 background.


White color preview on #B76CC9 background

This text has white color on #B76CC9 background.