COLOR #B672B5

HEX: #B672B5
RGB: (182,114,181)

Color info

#B672B5 contains mainly red and blue colors. Web safe color of #B672B5 is #CC66CC (or #C6C).

RGB color model

#B672B5 color RGB value is (182,114,181).

  • red value is 182;
  • green value is 114;
  • blue value is 181.
RGB:
(182,114,181)
(71%,45%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 114 of 255 = 45%
B 181 of 255 = 71%

182
114
181

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

Portions of RGB colors in percentages

R + G + B =
182 + 114 + 181 = 477 (100%)
R 182 of 477 ~ 38.16%
G 114 of 477 ~ 23.9%
B 181 of 477 ~ 37.95%

%38.16
%23.9
%37.95

CMYK color model

#B672B5 color CMYK value is (0,37,1,29).

  • cyan value is 0.00%
  • magenta value is 37.36%
  • yellow value is 0.55%
  • key color value is 28.63%
CMYK:
(0,37,1,29)
C0M37Y1K29 
(0%,37%,1%,29%)
(0.00/0.37/0.01/0.29)	

CMYK percentages

%0
%37.36
%0.55
%28.63

Codes

Color #B672B5 in popluar color models

B672B5
RGB182114181
HSL301°31.78%58.04%
HSB/HSV301°37.36%71.37%
CMYK0.00%37.36%0.55%
28.63%

Color #B672B5 in popluar number systems.

HEXB672B5
Decimal182114181
Binary10110110111001010110101
Octal266162265

Shades and tints

Shades of #B672B5

#B672B5
(182,114,181)
#A668A5
(166,104,165)
#965E95
(150,94,149)
#865485
(134,84,133)
#764A75
(118,74,117)
#664065
(102,64,101)
#563655
(86,54,85)
#462C45
(70,44,69)
#362235
(54,34,53)
#261825
(38,24,37)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #B672B5

#B672B5
(182,114,181)
#BC7EBB
(188,126,187)
#C28AC1
(194,138,193)
#C896C7
(200,150,199)
#CEA2CD
(206,162,205)
#D4AED3
(212,174,211)
#DABAD9
(218,186,217)
#E0C6DF
(224,198,223)
#E6D2E5
(230,210,229)
#ECDEEB
(236,222,235)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B672B5 color. Also use rgb(182,114,181) instead hex code.

Text Font Color

.myTextColor { color: #B672B5; }

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

This text font color is #B672B5.


Background Color

.myBgColor { background-color: #B672B5; }

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

This div background color is #B672B5.


Border color

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

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

This div border color is #B672B5.


Opacity

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

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

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

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

This text has shadow with #B672B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B672B5 on black background.


Color preview on white background

This text has color #B672B5 on white background.



Black color preview on #B672B5 background

This text has black color on #B672B5 background.


White color preview on #B672B5 background

This text has white color on #B672B5 background.