COLOR #B184B6

HEX: #B184B6
RGB: (177,132,182)

Color info

#B184B6 contains red, green and blue colors in about the same proportion. Web safe color of #B184B6 is #9999CC (or #99C).

RGB color model

#B184B6 color RGB value is (177,132,182).

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

RGB channels and saturation

R 177 of 255 = 69%
G 132 of 255 = 52%
B 182 of 255 = 71%

177
132
182

R + G + B ~ 64%. #B184B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 132 + 182 = 491 (100%)
R 177 of 491 ~ 36.05%
G 132 of 491 ~ 26.88%
B 182 of 491 ~ 37.07%

%36.05
%26.88
%37.07

CMYK color model

#B184B6 color CMYK value is (3,27,0,29).

  • cyan value is 2.75%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (3,27,0,29) C3M27Y0K29 (3%,27%,0%,29%) (0.03/0.27/0.00/0.29)

CMYK percentages

%2.75
%27.47
%0
%28.63

Codes

Color #B184B6 in popluar color models

B184B6
RGB177132182
HSL294°25.51%61.57%
HSB/HSV294°27.47%71.37%
CMYK2.75%27.47%0.00%
28.63%

Color #B184B6 in popluar number systems.

HEXB184B6
Decimal177132182
Binary101100011000010010110110
Octal261204266

Shades and tints

Shades of #B184B6

#B184B6
(177,132,182)
#A178A6
(161,120,166)
#916C96
(145,108,150)
#816086
(129,96,134)
#715476
(113,84,118)
#614866
(97,72,102)
#513C56
(81,60,86)
#413046
(65,48,70)
#312436
(49,36,54)
#211826
(33,24,38)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #B184B6

#B184B6
(177,132,182)
#B88FBC
(184,143,188)
#BF9AC2
(191,154,194)
#C6A5C8
(198,165,200)
#CDB0CE
(205,176,206)
#D4BBD4
(212,187,212)
#DBC6DA
(219,198,218)
#E2D1E0
(226,209,224)
#E9DCE6
(233,220,230)
#F0E7EC
(240,231,236)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B184B6; }

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

This text font color is #B184B6.


Background Color

.myBgColor { background-color: #B184B6; }

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

This div background color is #B184B6.


Border color

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

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

This div border color is #B184B6.


Opacity

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

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

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

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

This text has shadow with #B184B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B184B6 on black background.


Color preview on white background

This text has color #B184B6 on white background.



Black color preview on #B184B6 background

This text has black color on #B184B6 background.


White color preview on #B184B6 background

This text has white color on #B184B6 background.