COLOR #B671BB

HEX: #B671BB
RGB: (182,113,187)

Color info

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

RGB color model

#B671BB color RGB value is (182,113,187).

  • red value is 182;
  • green value is 113;
  • blue value is 187.
RGB:
(182,113,187)
(71%,44%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 113 of 255 = 44%
B 187 of 255 = 73%

182
113
187

R + G + B ~ 63%. #B671BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 113 + 187 = 482 (100%)
R 182 of 482 ~ 37.76%
G 113 of 482 ~ 23.44%
B 187 of 482 ~ 38.8%

%37.76
%23.44
%38.8

CMYK color model

#B671BB color CMYK value is (3,40,0,27).

  • cyan value is 2.67%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,40,0,27)
C3M40Y0K27 
(3%,40%,0%,27%)
(0.03/0.40/0.00/0.27)	

CMYK percentages

%2.67
%39.57
%0
%26.67

Codes

Color #B671BB in popluar color models

B671BB
RGB182113187
HSL296°35.24%58.82%
HSB/HSV296°39.57%73.33%
CMYK2.67%39.57%0.00%
26.67%

Color #B671BB in popluar number systems.

HEXB671BB
Decimal182113187
Binary10110110111000110111011
Octal266161273

Shades and tints

Shades of #B671BB

#B671BB
(182,113,187)
#A667AA
(166,103,170)
#965D99
(150,93,153)
#865388
(134,83,136)
#764977
(118,73,119)
#663F66
(102,63,102)
#563555
(86,53,85)
#462B44
(70,43,68)
#362133
(54,33,51)
#261722
(38,23,34)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #B671BB

#B671BB
(182,113,187)
#BC7DC1
(188,125,193)
#C289C7
(194,137,199)
#C895CD
(200,149,205)
#CEA1D3
(206,161,211)
#D4ADD9
(212,173,217)
#DAB9DF
(218,185,223)
#E0C5E5
(224,197,229)
#E6D1EB
(230,209,235)
#ECDDF1
(236,221,241)
#F2E9F7
(242,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B671BB color. Also use rgb(182,113,187) instead hex code.

Text Font Color

.myTextColor { color: #B671BB; }

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

This text font color is #B671BB.


Background Color

.myBgColor { background-color: #B671BB; }

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

This div background color is #B671BB.


Border color

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

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

This div border color is #B671BB.


Opacity

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

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

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

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

This text has shadow with #B671BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B671BB on black background.


Color preview on white background

This text has color #B671BB on white background.



Black color preview on #B671BB background

This text has black color on #B671BB background.


White color preview on #B671BB background

This text has white color on #B671BB background.