COLOR #B074B6

HEX: #B074B6
RGB: (176,116,182)

Color info

#B074B6 contains mainly red and blue colors. Web safe color of #B074B6 is #9966CC (or #96C).

RGB color model

#B074B6 color RGB value is (176,116,182).

  • red value is 176;
  • green value is 116;
  • blue value is 182.
RGB:
(176,116,182)
(69%,45%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 116 of 255 = 45%
B 182 of 255 = 71%

176
116
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 116 + 182 = 474 (100%)
R 176 of 474 ~ 37.13%
G 116 of 474 ~ 24.47%
B 182 of 474 ~ 38.4%

%37.13
%24.47
%38.4

CMYK color model

#B074B6 color CMYK value is (3,36,0,29).

  • cyan value is 3.30%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,36,0,29)
C3M36Y0K29 
(3%,36%,0%,29%)
(0.03/0.36/0.00/0.29)	

CMYK percentages

%3.3
%36.26
%0
%28.63

Codes

Color #B074B6 in popluar color models

B074B6
RGB176116182
HSL295°31.13%58.43%
HSB/HSV295°36.26%71.37%
CMYK3.30%36.26%0.00%
28.63%

Color #B074B6 in popluar number systems.

HEXB074B6
Decimal176116182
Binary10110000111010010110110
Octal260164266

Shades and tints

Shades of #B074B6

#B074B6
(176,116,182)
#A06AA6
(160,106,166)
#906096
(144,96,150)
#805686
(128,86,134)
#704C76
(112,76,118)
#604266
(96,66,102)
#503856
(80,56,86)
#402E46
(64,46,70)
#302436
(48,36,54)
#201A26
(32,26,38)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #B074B6

#B074B6
(176,116,182)
#B780BC
(183,128,188)
#BE8CC2
(190,140,194)
#C598C8
(197,152,200)
#CCA4CE
(204,164,206)
#D3B0D4
(211,176,212)
#DABCDA
(218,188,218)
#E1C8E0
(225,200,224)
#E8D4E6
(232,212,230)
#EFE0EC
(239,224,236)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B074B6 color. Also use rgb(176,116,182) instead hex code.

Text Font Color

.myTextColor { color: #B074B6; }

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

This text font color is #B074B6.


Background Color

.myBgColor { background-color: #B074B6; }

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

This div background color is #B074B6.


Border color

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

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

This div border color is #B074B6.


Opacity

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

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

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

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

This text has shadow with #B074B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B074B6 on black background.


Color preview on white background

This text has color #B074B6 on white background.



Black color preview on #B074B6 background

This text has black color on #B074B6 background.


White color preview on #B074B6 background

This text has white color on #B074B6 background.