COLOR #B18CCF

HEX: #B18CCF
RGB: (177,140,207)

Color info

#B18CCF contains mainly red and blue colors. Web safe color of #B18CCF is #9999CC (or #99C).

RGB color model

#B18CCF color RGB value is (177,140,207).

  • red value is 177;
  • green value is 140;
  • blue value is 207.
RGB:
(177,140,207)
(69%,55%,81%)

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 207 of 255 = 81%

177
140
207

R + G + B ~ 68%. #B18CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 207 = 524 (100%)
R 177 of 524 ~ 33.78%
G 140 of 524 ~ 26.72%
B 207 of 524 ~ 39.5%

%33.78
%26.72
%39.5

CMYK color model

#B18CCF color CMYK value is (14,32,0,19).

  • cyan value is 14.49%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(14,32,0,19)
C14M32Y0K19 
(14%,32%,0%,19%)
(0.14/0.32/0.00/0.19)	

CMYK percentages

%14.49
%32.37
%0
%18.82

Codes

Color #B18CCF in popluar color models

B18CCF
RGB177140207
HSL273°41.10%68.04%
HSB/HSV273°32.37%81.18%
CMYK14.49%32.37%0.00%
18.82%

Color #B18CCF in popluar number systems.

HEXB18CCF
Decimal177140207
Binary101100011000110011001111
Octal261214317

Shades and tints

Shades of #B18CCF

#B18CCF
(177,140,207)
#A180BD
(161,128,189)
#9174AB
(145,116,171)
#816899
(129,104,153)
#715C87
(113,92,135)
#615075
(97,80,117)
#514463
(81,68,99)
#413851
(65,56,81)
#312C3F
(49,44,63)
#21202D
(33,32,45)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #B18CCF

#B18CCF
(177,140,207)
#B896D3
(184,150,211)
#BFA0D7
(191,160,215)
#C6AADB
(198,170,219)
#CDB4DF
(205,180,223)
#D4BEE3
(212,190,227)
#DBC8E7
(219,200,231)
#E2D2EB
(226,210,235)
#E9DCEF
(233,220,239)
#F0E6F3
(240,230,243)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18CCF color. Also use rgb(177,140,207) instead hex code.

Text Font Color

.myTextColor { color: #B18CCF; }

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

This text font color is #B18CCF.


Background Color

.myBgColor { background-color: #B18CCF; }

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

This div background color is #B18CCF.


Border color

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

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

This div border color is #B18CCF.


Opacity

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

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

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

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

This text has shadow with #B18CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18CCF on black background.


Color preview on white background

This text has color #B18CCF on white background.



Black color preview on #B18CCF background

This text has black color on #B18CCF background.


White color preview on #B18CCF background

This text has white color on #B18CCF background.