COLOR #B675B1

HEX: #B675B1
RGB: (182,117,177)

Color info

#B675B1 contains mainly red and blue colors. Web safe color of #B675B1 is #CC6699 (or #C69).

RGB color model

#B675B1 color RGB value is (182,117,177).

  • red value is 182;
  • green value is 117;
  • blue value is 177.
RGB:
(182,117,177)
(71%,46%,69%)

RGB channels and saturation

R 182 of 255 = 71%
G 117 of 255 = 46%
B 177 of 255 = 69%

182
117
177

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

Portions of RGB colors in percentages

R + G + B =
182 + 117 + 177 = 476 (100%)
R 182 of 476 ~ 38.24%
G 117 of 476 ~ 24.58%
B 177 of 476 ~ 37.18%

%38.24
%24.58
%37.18

CMYK color model

#B675B1 color CMYK value is (0,36,3,29).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 2.75%
  • key color value is 28.63%
CMYK:
(0,36,3,29)
C0M36Y3K29 
(0%,36%,3%,29%)
(0.00/0.36/0.03/0.29)	

CMYK percentages

%0
%35.71
%2.75
%28.63

Codes

Color #B675B1 in popluar color models

B675B1
RGB182117177
HSL305°30.81%58.63%
HSB/HSV305°35.71%71.37%
CMYK0.00%35.71%2.75%
28.63%

Color #B675B1 in popluar number systems.

HEXB675B1
Decimal182117177
Binary10110110111010110110001
Octal266165261

Shades and tints

Shades of #B675B1

#B675B1
(182,117,177)
#A66BA1
(166,107,161)
#966191
(150,97,145)
#865781
(134,87,129)
#764D71
(118,77,113)
#664361
(102,67,97)
#563951
(86,57,81)
#462F41
(70,47,65)
#362531
(54,37,49)
#261B21
(38,27,33)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #B675B1

#B675B1
(182,117,177)
#BC81B8
(188,129,184)
#C28DBF
(194,141,191)
#C899C6
(200,153,198)
#CEA5CD
(206,165,205)
#D4B1D4
(212,177,212)
#DABDDB
(218,189,219)
#E0C9E2
(224,201,226)
#E6D5E9
(230,213,233)
#ECE1F0
(236,225,240)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B675B1 color. Also use rgb(182,117,177) instead hex code.

Text Font Color

.myTextColor { color: #B675B1; }

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

This text font color is #B675B1.


Background Color

.myBgColor { background-color: #B675B1; }

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

This div background color is #B675B1.


Border color

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

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

This div border color is #B675B1.


Opacity

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

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

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

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

This text has shadow with #B675B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B675B1 on black background.


Color preview on white background

This text has color #B675B1 on white background.



Black color preview on #B675B1 background

This text has black color on #B675B1 background.


White color preview on #B675B1 background

This text has white color on #B675B1 background.