COLOR #B774BB

HEX: #B774BB
RGB: (183,116,187)

Color info

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

RGB color model

#B774BB color RGB value is (183,116,187).

  • red value is 183;
  • green value is 116;
  • blue value is 187.
RGB:
(183,116,187)
(72%,45%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 116 of 255 = 45%
B 187 of 255 = 73%

183
116
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 116 + 187 = 486 (100%)
R 183 of 486 ~ 37.65%
G 116 of 486 ~ 23.87%
B 187 of 486 ~ 38.48%

%37.65
%23.87
%38.48

CMYK color model

#B774BB color CMYK value is (2,38,0,27).

  • cyan value is 2.14%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,38,0,27)
C2M38Y0K27 
(2%,38%,0%,27%)
(0.02/0.38/0.00/0.27)	

CMYK percentages

%2.14
%37.97
%0
%26.67

Codes

Color #B774BB in popluar color models

B774BB
RGB183116187
HSL297°34.30%59.41%
HSB/HSV297°37.97%73.33%
CMYK2.14%37.97%0.00%
26.67%

Color #B774BB in popluar number systems.

HEXB774BB
Decimal183116187
Binary10110111111010010111011
Octal267164273

Shades and tints

Shades of #B774BB

#B774BB
(183,116,187)
#A76AAA
(167,106,170)
#976099
(151,96,153)
#875688
(135,86,136)
#774C77
(119,76,119)
#674266
(103,66,102)
#573855
(87,56,85)
#472E44
(71,46,68)
#372433
(55,36,51)
#271A22
(39,26,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #B774BB

#B774BB
(183,116,187)
#BD80C1
(189,128,193)
#C38CC7
(195,140,199)
#C998CD
(201,152,205)
#CFA4D3
(207,164,211)
#D5B0D9
(213,176,217)
#DBBCDF
(219,188,223)
#E1C8E5
(225,200,229)
#E7D4EB
(231,212,235)
#EDE0F1
(237,224,241)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B774BB color. Also use rgb(183,116,187) instead hex code.

Text Font Color

.myTextColor { color: #B774BB; }

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

This text font color is #B774BB.


Background Color

.myBgColor { background-color: #B774BB; }

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

This div background color is #B774BB.


Border color

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

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

This div border color is #B774BB.


Opacity

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

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

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

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

This text has shadow with #B774BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B774BB on black background.


Color preview on white background

This text has color #B774BB on white background.



Black color preview on #B774BB background

This text has black color on #B774BB background.


White color preview on #B774BB background

This text has white color on #B774BB background.