COLOR #B388B0

HEX: #B388B0 RGB: (179,136,176)

Color info

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

RGB color model

#B388B0 color RGB value is (179,136,176).

RGB: (179,136,176) (70%, 53%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 176 of 255 = 69%

179
136
176

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

Portions of RGB colors in percentages

R + G + B = 179 + 136 + 176 = 491 (100%)
R 179 of 491 ~ 36.46%
G 136 of 491 ~ 27.7%
B 176 of 491 ~ 35.85'%

%36.46
%27.7
%35.85

CMYK color model

#B388B0 color CMYK value is (0,24,2,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 1.68%
  • key color value is 29.80%

CMYK: (0,24,2,30)
C0M24Y2K30 (0%, 24%, 2%, 30%)
(0.00 / 0.24 / 0.02 / 0.30)

CMYK percentages

%0
%24.02
%1.68
%29.8

Codes

Color #B388B0 in popluar color models

B3 88 B0
RGB 179 136 176
HSL 304° 22.05% 61.76%
HSB/HSV 304° 24.02% 70.20%
CMYK 0.00% 24.02% 1.68%
29.80%

Color #B388B0 in popluar number systems.

HEX B3 88 B0
Decimal 179 136 176
Binary 10110011 10001000 10110000
Octal 263 210 260

Shades and tints

Shades of #B388B0

#B388B0
(179,136,176)
#A37CA0
(163,124,160)
#937090
(147,112,144)
#836480
(131,100,128)
#735870
(115,88,112)
#634C60
(99,76,96)
#534050
(83,64,80)
#433440
(67,52,64)
#332830
(51,40,48)
#231C20
(35,28,32)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #B388B0

#B388B0
(179,136,176)
#B992B7
(185,146,183)
#BF9CBE
(191,156,190)
#C5A6C5
(197,166,197)
#CBB0CC
(203,176,204)
#D1BAD3
(209,186,211)
#D7C4DA
(215,196,218)
#DDCEE1
(221,206,225)
#E3D8E8
(227,216,232)
#E9E2EF
(233,226,239)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B388B0 color. Also use rgb(179,136,176) instead hex code.

Text Font Color

.myTextColor { color: #B388B0; }

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

This text font color is #B388B0.

Background Color

.myBgColor { background-color: #B388B0; }

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

This div background color is #B388B0.

Border color

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

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

This div border color is #B388B0.

Opacity

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

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

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

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

This text has shadow with #B388B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B388B0.

Preview

Color preview on black background

This text has color #B388B0 on black background.


Color preview on white background

This text has color #B388B0 on white background.


Black color preview on #B388B0 background

This text has black color on #B388B0 background.


White color preview on #B388B0 background

This text has white color on #B388B0 background.


Related colors

Complementary color

Complementary color for #hex is #4C774F.


I love getcolorcode.com

Triadic colors

1 #B0B388 and #88B0B3 with #B388B0 are triadic colors.

2 #B088B3 and #88B3B0 with #B388B0 are triadic colors.