COLOR #B060A0

HEX: #B060A0
RGB: (176,96,160)

Color info

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

RGB color model

#B060A0 color RGB value is (176,96,160).

  • red value is 176;
  • green value is 96;
  • blue value is 160.
RGB:
(176,96,160)
(69%,38%,63%)

RGB channels and saturation

R 176 of 255 = 69%
G 96 of 255 = 38%
B 160 of 255 = 63%

176
96
160

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

Portions of RGB colors in percentages

R + G + B =
176 + 96 + 160 = 432 (100%)
R 176 of 432 ~ 40.74%
G 96 of 432 ~ 22.22%
B 160 of 432 ~ 37.04%

%40.74
%22.22
%37.04

CMYK color model

#B060A0 color CMYK value is (0,45,9,31).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(0,45,9,31)
C0M45Y9K31 
(0%,45%,9%,31%)
(0.00/0.45/0.09/0.31)	

CMYK percentages

%0
%45.45
%9.09
%30.98

Codes

Color #B060A0 in popluar color models

B060A0
RGB17696160
HSL312°33.61%53.33%
HSB/HSV312°45.45%69.02%
CMYK0.00%45.45%9.09%
30.98%

Color #B060A0 in popluar number systems.

HEXB060A0
Decimal17696160
Binary10110000110000010100000
Octal260140240

Shades and tints

Shades of #B060A0

#B060A0
(176,96,160)
#A05892
(160,88,146)
#905084
(144,80,132)
#804876
(128,72,118)
#704068
(112,64,104)
#60385A
(96,56,90)
#50304C
(80,48,76)
#40283E
(64,40,62)
#302030
(48,32,48)
#201822
(32,24,34)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #B060A0

#B060A0
(176,96,160)
#B76EA8
(183,110,168)
#BE7CB0
(190,124,176)
#C58AB8
(197,138,184)
#CC98C0
(204,152,192)
#D3A6C8
(211,166,200)
#DAB4D0
(218,180,208)
#E1C2D8
(225,194,216)
#E8D0E0
(232,208,224)
#EFDEE8
(239,222,232)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B060A0 color. Also use rgb(176,96,160) instead hex code.

Text Font Color

.myTextColor { color: #B060A0; }

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

This text font color is #B060A0.


Background Color

.myBgColor { background-color: #B060A0; }

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

This div background color is #B060A0.


Border color

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

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

This div border color is #B060A0.


Opacity

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

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

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

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

This text has shadow with #B060A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B060A0 on black background.


Color preview on white background

This text has color #B060A0 on white background.



Black color preview on #B060A0 background

This text has black color on #B060A0 background.


White color preview on #B060A0 background

This text has white color on #B060A0 background.