COLOR #B671D0

HEX: #B671D0
RGB: (182,113,208)

Color info

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

RGB color model

#B671D0 color RGB value is (182,113,208).

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

RGB channels and saturation

R 182 of 255 = 71%
G 113 of 255 = 44%
B 208 of 255 = 82%

182
113
208

R + G + B ~ 66%. #B671D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 113 + 208 = 503 (100%)
R 182 of 503 ~ 36.18%
G 113 of 503 ~ 22.47%
B 208 of 503 ~ 41.35%

%36.18
%22.47
%41.35

CMYK color model

#B671D0 color CMYK value is (13,46,0,18).

  • cyan value is 12.50%
  • magenta value is 45.67%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(13,46,0,18)
C13M46Y0K18 
(13%,46%,0%,18%)
(0.13/0.46/0.00/0.18)	

CMYK percentages

%12.5
%45.67
%0
%18.43

Codes

Color #B671D0 in popluar color models

B671D0
RGB182113208
HSL284°50.26%62.94%
HSB/HSV284°45.67%81.57%
CMYK12.50%45.67%0.00%
18.43%

Color #B671D0 in popluar number systems.

HEXB671D0
Decimal182113208
Binary10110110111000111010000
Octal266161320

Shades and tints

Shades of #B671D0

#B671D0
(182,113,208)
#A667BE
(166,103,190)
#965DAC
(150,93,172)
#86539A
(134,83,154)
#764988
(118,73,136)
#663F76
(102,63,118)
#563564
(86,53,100)
#462B52
(70,43,82)
#362140
(54,33,64)
#26172E
(38,23,46)
#160D1C
(22,13,28)
#000000
(0,0,0)

Tints of #B671D0

#B671D0
(182,113,208)
#BC7DD4
(188,125,212)
#C289D8
(194,137,216)
#C895DC
(200,149,220)
#CEA1E0
(206,161,224)
#D4ADE4
(212,173,228)
#DAB9E8
(218,185,232)
#E0C5EC
(224,197,236)
#E6D1F0
(230,209,240)
#ECDDF4
(236,221,244)
#F2E9F8
(242,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B671D0; }

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

This text font color is #B671D0.


Background Color

.myBgColor { background-color: #B671D0; }

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

This div background color is #B671D0.


Border color

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

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

This div border color is #B671D0.


Opacity

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

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

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

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

This text has shadow with #B671D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B671D0 on black background.


Color preview on white background

This text has color #B671D0 on white background.



Black color preview on #B671D0 background

This text has black color on #B671D0 background.


White color preview on #B671D0 background

This text has white color on #B671D0 background.