COLOR #B062A6

HEX: #B062A6
RGB: (176,98,166)

Color info

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

RGB color model

#B062A6 color RGB value is (176,98,166).

  • red value is 176;
  • green value is 98;
  • blue value is 166.
RGB:
(176,98,166)
(69%,38%,65%)

RGB channels and saturation

R 176 of 255 = 69%
G 98 of 255 = 38%
B 166 of 255 = 65%

176
98
166

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

Portions of RGB colors in percentages

R + G + B =
176 + 98 + 166 = 440 (100%)
R 176 of 440 ~ 40%
G 98 of 440 ~ 22.27%
B 166 of 440 ~ 37.73%

%40
%22.27
%37.73

CMYK color model

#B062A6 color CMYK value is (0,44,6,31).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(0,44,6,31)
C0M44Y6K31 
(0%,44%,6%,31%)
(0.00/0.44/0.06/0.31)	

CMYK percentages

%0
%44.32
%5.68
%30.98

Codes

Color #B062A6 in popluar color models

B062A6
RGB17698166
HSL308°33.05%53.73%
HSB/HSV308°44.32%69.02%
CMYK0.00%44.32%5.68%
30.98%

Color #B062A6 in popluar number systems.

HEXB062A6
Decimal17698166
Binary10110000110001010100110
Octal260142246

Shades and tints

Shades of #B062A6

#B062A6
(176,98,166)
#A05A97
(160,90,151)
#905288
(144,82,136)
#804A79
(128,74,121)
#70426A
(112,66,106)
#603A5B
(96,58,91)
#50324C
(80,50,76)
#402A3D
(64,42,61)
#30222E
(48,34,46)
#201A1F
(32,26,31)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B062A6

#B062A6
(176,98,166)
#B770AE
(183,112,174)
#BE7EB6
(190,126,182)
#C58CBE
(197,140,190)
#CC9AC6
(204,154,198)
#D3A8CE
(211,168,206)
#DAB6D6
(218,182,214)
#E1C4DE
(225,196,222)
#E8D2E6
(232,210,230)
#EFE0EE
(239,224,238)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B062A6 color. Also use rgb(176,98,166) instead hex code.

Text Font Color

.myTextColor { color: #B062A6; }

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

This text font color is #B062A6.


Background Color

.myBgColor { background-color: #B062A6; }

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

This div background color is #B062A6.


Border color

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

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

This div border color is #B062A6.


Opacity

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

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

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

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

This text has shadow with #B062A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B062A6 on black background.


Color preview on white background

This text has color #B062A6 on white background.



Black color preview on #B062A6 background

This text has black color on #B062A6 background.


White color preview on #B062A6 background

This text has white color on #B062A6 background.