COLOR #B05082

HEX: #B05082
RGB: (176,80,130)

Color info

#B05082 contains mainly red and blue colors. Web safe color of #B05082 is #996699 (or #969).

RGB color model

#B05082 color RGB value is (176,80,130).

  • red value is 176;
  • green value is 80;
  • blue value is 130.
RGB:
(176,80,130)
(69%,31%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 80 of 255 = 31%
B 130 of 255 = 51%

176
80
130

R + G + B ~ 50%. #B05082 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 80 + 130 = 386 (100%)
R 176 of 386 ~ 45.6%
G 80 of 386 ~ 20.73%
B 130 of 386 ~ 33.68%

%45.6
%20.73
%33.68

CMYK color model

#B05082 color CMYK value is (0,55,26,31).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK:
(0,55,26,31)
C0M55Y26K31 
(0%,55%,26%,31%)
(0.00/0.55/0.26/0.31)	

CMYK percentages

%0
%54.55
%26.14
%30.98

Codes

Color #B05082 in popluar color models

B05082
RGB17680130
HSL329°37.80%50.20%
HSB/HSV329°54.55%69.02%
CMYK0.00%54.55%26.14%
30.98%

Color #B05082 in popluar number systems.

HEXB05082
Decimal17680130
Binary10110000101000010000010
Octal260120202

Shades and tints

Shades of #B05082

#B05082
(176,80,130)
#A04977
(160,73,119)
#90426C
(144,66,108)
#803B61
(128,59,97)
#703456
(112,52,86)
#602D4B
(96,45,75)
#502640
(80,38,64)
#401F35
(64,31,53)
#30182A
(48,24,42)
#20111F
(32,17,31)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #B05082

#B05082
(176,80,130)
#B75F8D
(183,95,141)
#BE6E98
(190,110,152)
#C57DA3
(197,125,163)
#CC8CAE
(204,140,174)
#D39BB9
(211,155,185)
#DAAAC4
(218,170,196)
#E1B9CF
(225,185,207)
#E8C8DA
(232,200,218)
#EFD7E5
(239,215,229)
#F6E6F0
(246,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05082 color. Also use rgb(176,80,130) instead hex code.

Text Font Color

.myTextColor { color: #B05082; }

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

This text font color is #B05082.


Background Color

.myBgColor { background-color: #B05082; }

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

This div background color is #B05082.


Border color

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

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

This div border color is #B05082.


Opacity

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

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

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

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

This text has shadow with #B05082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05082 on black background.


Color preview on white background

This text has color #B05082 on white background.



Black color preview on #B05082 background

This text has black color on #B05082 background.


White color preview on #B05082 background

This text has white color on #B05082 background.