COLOR #B184B0

HEX: #B184B0
RGB: (177,132,176)

Color info

#B184B0 contains red, green and blue colors in about the same proportion. Web safe color of #B184B0 is #999999 (or #999).

RGB color model

#B184B0 color RGB value is (177,132,176).

  • red value is 177;
  • green value is 132;
  • blue value is 176.
RGB:
(177,132,176)
(69%,52%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 132 of 255 = 52%
B 176 of 255 = 69%

177
132
176

R + G + B ~ 63%. #B184B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 132 + 176 = 485 (100%)
R 177 of 485 ~ 36.49%
G 132 of 485 ~ 27.22%
B 176 of 485 ~ 36.29%

%36.49
%27.22
%36.29

CMYK color model

#B184B0 color CMYK value is (0,25,1,31).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 0.56%
  • key color value is 30.59%
CMYK:
(0,25,1,31)
C0M25Y1K31 
(0%,25%,1%,31%)
(0.00/0.25/0.01/0.31)	

CMYK percentages

%0
%25.42
%0.56
%30.59

Codes

Color #B184B0 in popluar color models

B184B0
RGB177132176
HSL301°22.39%60.59%
HSB/HSV301°25.42%69.41%
CMYK0.00%25.42%0.56%
30.59%

Color #B184B0 in popluar number systems.

HEXB184B0
Decimal177132176
Binary101100011000010010110000
Octal261204260

Shades and tints

Shades of #B184B0

#B184B0
(177,132,176)
#A178A0
(161,120,160)
#916C90
(145,108,144)
#816080
(129,96,128)
#715470
(113,84,112)
#614860
(97,72,96)
#513C50
(81,60,80)
#413040
(65,48,64)
#312430
(49,36,48)
#211820
(33,24,32)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #B184B0

#B184B0
(177,132,176)
#B88FB7
(184,143,183)
#BF9ABE
(191,154,190)
#C6A5C5
(198,165,197)
#CDB0CC
(205,176,204)
#D4BBD3
(212,187,211)
#DBC6DA
(219,198,218)
#E2D1E1
(226,209,225)
#E9DCE8
(233,220,232)
#F0E7EF
(240,231,239)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B184B0 color. Also use rgb(177,132,176) instead hex code.

Text Font Color

.myTextColor { color: #B184B0; }

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

This text font color is #B184B0.


Background Color

.myBgColor { background-color: #B184B0; }

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

This div background color is #B184B0.


Border color

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

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

This div border color is #B184B0.


Opacity

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

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

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

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

This text has shadow with #B184B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B184B0 on black background.


Color preview on white background

This text has color #B184B0 on white background.



Black color preview on #B184B0 background

This text has black color on #B184B0 background.


White color preview on #B184B0 background

This text has white color on #B184B0 background.