COLOR #B18CFC

HEX: #B18CFC
RGB: (177,140,252)

Color info

#B18CFC contains mainly blue color. Web safe color of #B18CFC is #9999FF (or #99F).

RGB color model

#B18CFC color RGB value is (177,140,252).

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

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 252 of 255 = 99%

177
140
252

R + G + B ~ 74%. #B18CFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 252 = 569 (100%)
R 177 of 569 ~ 31.11%
G 140 of 569 ~ 24.6%
B 252 of 569 ~ 44.29%

%31.11
%24.6
%44.29

CMYK color model

#B18CFC color CMYK value is (30,44,0,1).

  • cyan value is 29.76%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(30,44,0,1)
C30M44Y0K1 
(30%,44%,0%,1%)
(0.30/0.44/0.00/0.01)	

CMYK percentages

%29.76
%44.44
%0
%1.18

Codes

Color #B18CFC in popluar color models

B18CFC
RGB177140252
HSL260°94.92%76.86%
HSB/HSV260°44.44%98.82%
CMYK29.76%44.44%0.00%
1.18%

Color #B18CFC in popluar number systems.

HEXB18CFC
Decimal177140252
Binary101100011000110011111100
Octal261214374

Shades and tints

Shades of #B18CFC

#B18CFC
(177,140,252)
#A180E6
(161,128,230)
#9174D0
(145,116,208)
#8168BA
(129,104,186)
#715CA4
(113,92,164)
#61508E
(97,80,142)
#514478
(81,68,120)
#413862
(65,56,98)
#312C4C
(49,44,76)
#212036
(33,32,54)
#111420
(17,20,32)
#000000
(0,0,0)

Tints of #B18CFC

#B18CFC
(177,140,252)
#B896FC
(184,150,252)
#BFA0FC
(191,160,252)
#C6AAFC
(198,170,252)
#CDB4FC
(205,180,252)
#D4BEFC
(212,190,252)
#DBC8FC
(219,200,252)
#E2D2FC
(226,210,252)
#E9DCFC
(233,220,252)
#F0E6FC
(240,230,252)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18CFC; }

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

This text font color is #B18CFC.


Background Color

.myBgColor { background-color: #B18CFC; }

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

This div background color is #B18CFC.


Border color

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

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

This div border color is #B18CFC.


Opacity

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

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

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

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

This text has shadow with #B18CFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18CFC on black background.


Color preview on white background

This text has color #B18CFC on white background.



Black color preview on #B18CFC background

This text has black color on #B18CFC background.


White color preview on #B18CFC background

This text has white color on #B18CFC background.