COLOR #B883BA

HEX: #B883BA RGB: (184,131,186)

Color info

#B883BA contains red, green and blue colors in about the same proportion. Web safe color of #B883BA is #CC99CC (or #C9C).

RGB color model

#B883BA color RGB value is (184,131,186).

RGB: (184,131,186) (72%, 51%, 73%)

RGB channels and saturation

R 184 of 255 = 72%
G 131 of 255 = 51%
B 186 of 255 = 73%

184
131
186

R + G + B ~ 65%. #B883BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 131 + 186 = 501 (100%)
R 184 of 501 ~ 36.73%
G 131 of 501 ~ 26.15%
B 186 of 501 ~ 37.13'%

%36.73
%26.15
%37.13

CMYK color model

#B883BA color CMYK value is (1,30,0,27).

  • cyan value is 1.08%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (1,30,0,27)
C1M30Y0K27 (1%, 30%, 0%, 27%)
(0.01 / 0.30 / 0.00 / 0.27)

CMYK percentages

%1.08
%29.57
%0
%27.06

Codes

Color #B883BA in popluar color models

B8 83 BA
RGB 184 131 186
HSL 298° 28.50% 62.16%
HSB/HSV 298° 29.57% 72.94%
CMYK 1.08% 29.57% 0.00%
27.06%

Color #B883BA in popluar number systems.

HEX B8 83 BA
Decimal 184 131 186
Binary 10111000 10000011 10111010
Octal 270 203 272

Shades and tints

Shades of #B883BA

#B883BA
(184,131,186)
#A878AA
(168,120,170)
#986D9A
(152,109,154)
#88628A
(136,98,138)
#78577A
(120,87,122)
#684C6A
(104,76,106)
#58415A
(88,65,90)
#48364A
(72,54,74)
#382B3A
(56,43,58)
#28202A
(40,32,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #B883BA

#B883BA
(184,131,186)
#BE8EC0
(190,142,192)
#C499C6
(196,153,198)
#CAA4CC
(202,164,204)
#D0AFD2
(208,175,210)
#D6BAD8
(214,186,216)
#DCC5DE
(220,197,222)
#E2D0E4
(226,208,228)
#E8DBEA
(232,219,234)
#EEE6F0
(238,230,240)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B883BA color. Also use rgb(184,131,186) instead hex code.

Text Font Color

.myTextColor { color: #B883BA; }

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

This text font color is #B883BA.

Background Color

.myBgColor { background-color: #B883BA; }

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

This div background color is #B883BA.

Border color

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

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

This div border color is #B883BA.

Opacity

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

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

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

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

This text has shadow with #B883BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B883BA.

Preview

Color preview on black background

This text has color #B883BA on black background.


Color preview on white background

This text has color #B883BA on white background.


Black color preview on #B883BA background

This text has black color on #B883BA background.


White color preview on #B883BA background

This text has white color on #B883BA background.


Related colors

Complementary color

Complementary color for #hex is #477C45.


I love getcolorcode.com

Triadic colors

1 #BAB883 and #83BAB8 with #B883BA are triadic colors.

2 #BA83B8 and #83B8BA with #B883BA are triadic colors.