COLOR #B168BB

HEX: #B168BB
RGB: (177,104,187)

Color info

#B168BB contains mainly red and blue colors. Web safe color of #B168BB is #9966CC (or #96C).

RGB color model

#B168BB color RGB value is (177,104,187).

  • red value is 177;
  • green value is 104;
  • blue value is 187.
RGB:
(177,104,187)
(69%,41%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 104 of 255 = 41%
B 187 of 255 = 73%

177
104
187

R + G + B ~ 61%. #B168BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 104 + 187 = 468 (100%)
R 177 of 468 ~ 37.82%
G 104 of 468 ~ 22.22%
B 187 of 468 ~ 39.96%

%37.82
%22.22
%39.96

CMYK color model

#B168BB color CMYK value is (5,44,0,27).

  • cyan value is 5.35%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,44,0,27)
C5M44Y0K27 
(5%,44%,0%,27%)
(0.05/0.44/0.00/0.27)	

CMYK percentages

%5.35
%44.39
%0
%26.67

Codes

Color #B168BB in popluar color models

B168BB
RGB177104187
HSL293°37.90%57.06%
HSB/HSV293°44.39%73.33%
CMYK5.35%44.39%0.00%
26.67%

Color #B168BB in popluar number systems.

HEXB168BB
Decimal177104187
Binary10110001110100010111011
Octal261150273

Shades and tints

Shades of #B168BB

#B168BB
(177,104,187)
#A15FAA
(161,95,170)
#915699
(145,86,153)
#814D88
(129,77,136)
#714477
(113,68,119)
#613B66
(97,59,102)
#513255
(81,50,85)
#412944
(65,41,68)
#312033
(49,32,51)
#211722
(33,23,34)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #B168BB

#B168BB
(177,104,187)
#B875C1
(184,117,193)
#BF82C7
(191,130,199)
#C68FCD
(198,143,205)
#CD9CD3
(205,156,211)
#D4A9D9
(212,169,217)
#DBB6DF
(219,182,223)
#E2C3E5
(226,195,229)
#E9D0EB
(233,208,235)
#F0DDF1
(240,221,241)
#F7EAF7
(247,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B168BB color. Also use rgb(177,104,187) instead hex code.

Text Font Color

.myTextColor { color: #B168BB; }

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

This text font color is #B168BB.


Background Color

.myBgColor { background-color: #B168BB; }

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

This div background color is #B168BB.


Border color

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

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

This div border color is #B168BB.


Opacity

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

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

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

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

This text has shadow with #B168BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B168BB on black background.


Color preview on white background

This text has color #B168BB on white background.



Black color preview on #B168BB background

This text has black color on #B168BB background.


White color preview on #B168BB background

This text has white color on #B168BB background.