COLOR #B067A5

HEX: #B067A5 RGB: (176,103,165)

Color info

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

RGB color model

#B067A5 color RGB value is (176,103,165).

RGB: (176,103,165) (69%, 40%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 103 of 255 = 40%
B 165 of 255 = 65%

176
103
165

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

Portions of RGB colors in percentages

R + G + B = 176 + 103 + 165 = 444 (100%)
R 176 of 444 ~ 39.64%
G 103 of 444 ~ 23.2%
B 165 of 444 ~ 37.16'%

%39.64
%23.2
%37.16

CMYK color model

#B067A5 color CMYK value is (0,41,6,31).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 6.25%
  • key color value is 30.98%

CMYK: (0,41,6,31)
C0M41Y6K31 (0%, 41%, 6%, 31%)
(0.00 / 0.41 / 0.06 / 0.31)

CMYK percentages

%0
%41.48
%6.25
%30.98

Codes

Color #B067A5 in popluar color models

B0 67 A5
RGB 176 103 165
HSL 309° 31.60% 54.71%
HSB/HSV 309° 41.48% 69.02%
CMYK 0.00% 41.48% 6.25%
30.98%

Color #B067A5 in popluar number systems.

HEX B0 67 A5
Decimal 176 103 165
Binary 10110000 1100111 10100101
Octal 260 147 245

Shades and tints

Shades of #B067A5

#B067A5
(176,103,165)
#A05E96
(160,94,150)
#905587
(144,85,135)
#804C78
(128,76,120)
#704369
(112,67,105)
#603A5A
(96,58,90)
#50314B
(80,49,75)
#40283C
(64,40,60)
#301F2D
(48,31,45)
#20161E
(32,22,30)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #B067A5

#B067A5
(176,103,165)
#B774AD
(183,116,173)
#BE81B5
(190,129,181)
#C58EBD
(197,142,189)
#CC9BC5
(204,155,197)
#D3A8CD
(211,168,205)
#DAB5D5
(218,181,213)
#E1C2DD
(225,194,221)
#E8CFE5
(232,207,229)
#EFDCED
(239,220,237)
#F6E9F5
(246,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B067A5 color. Also use rgb(176,103,165) instead hex code.

Text Font Color

.myTextColor { color: #B067A5; }

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

This text font color is #B067A5.

Background Color

.myBgColor { background-color: #B067A5; }

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

This div background color is #B067A5.

Border color

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

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

This div border color is #B067A5.

Opacity

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

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

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

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

This text has shadow with #B067A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B067A5.

Preview

Color preview on black background

This text has color #B067A5 on black background.


Color preview on white background

This text has color #B067A5 on white background.


Black color preview on #B067A5 background

This text has black color on #B067A5 background.


White color preview on #B067A5 background

This text has white color on #B067A5 background.


Related colors

Complementary color

Complementary color for #hex is #4F985A.


I love getcolorcode.com

Triadic colors

1 #A5B067 and #67A5B0 with #B067A5 are triadic colors.

2 #A567B0 and #67B0A5 with #B067A5 are triadic colors.