COLOR #B18FFB

HEX: #B18FFB
RGB: (177,143,251)

Color info

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

RGB color model

#B18FFB color RGB value is (177,143,251).

  • red value is 177;
  • green value is 143;
  • blue value is 251.
RGB:
(177,143,251)
(69%,56%,98%)

RGB channels and saturation

R 177 of 255 = 69%
G 143 of 255 = 56%
B 251 of 255 = 98%

177
143
251

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

Portions of RGB colors in percentages

R + G + B =
177 + 143 + 251 = 571 (100%)
R 177 of 571 ~ 31%
G 143 of 571 ~ 25.04%
B 251 of 571 ~ 43.96%

%31
%25.04
%43.96

CMYK color model

#B18FFB color CMYK value is (29,43,0,2).

  • cyan value is 29.48%
  • magenta value is 43.03%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(29,43,0,2)
C29M43Y0K2 
(29%,43%,0%,2%)
(0.29/0.43/0.00/0.02)	

CMYK percentages

%29.48
%43.03
%0
%1.57

Codes

Color #B18FFB in popluar color models

B18FFB
RGB177143251
HSL259°93.10%77.25%
HSB/HSV259°43.03%98.43%
CMYK29.48%43.03%0.00%
1.57%

Color #B18FFB in popluar number systems.

HEXB18FFB
Decimal177143251
Binary101100011000111111111011
Octal261217373

Shades and tints

Shades of #B18FFB

#B18FFB
(177,143,251)
#A182E5
(161,130,229)
#9175CF
(145,117,207)
#8168B9
(129,104,185)
#715BA3
(113,91,163)
#614E8D
(97,78,141)
#514177
(81,65,119)
#413461
(65,52,97)
#31274B
(49,39,75)
#211A35
(33,26,53)
#110D1F
(17,13,31)
#000000
(0,0,0)

Tints of #B18FFB

#B18FFB
(177,143,251)
#B899FB
(184,153,251)
#BFA3FB
(191,163,251)
#C6ADFB
(198,173,251)
#CDB7FB
(205,183,251)
#D4C1FB
(212,193,251)
#DBCBFB
(219,203,251)
#E2D5FB
(226,213,251)
#E9DFFB
(233,223,251)
#F0E9FB
(240,233,251)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18FFB color. Also use rgb(177,143,251) instead hex code.

Text Font Color

.myTextColor { color: #B18FFB; }

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

This text font color is #B18FFB.


Background Color

.myBgColor { background-color: #B18FFB; }

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

This div background color is #B18FFB.


Border color

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

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

This div border color is #B18FFB.


Opacity

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

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

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

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

This text has shadow with #B18FFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18FFB on black background.


Color preview on white background

This text has color #B18FFB on white background.



Black color preview on #B18FFB background

This text has black color on #B18FFB background.


White color preview on #B18FFB background

This text has white color on #B18FFB background.