COLOR #B28BC6

HEX: #B28BC6 RGB: (178,139,198)

Color info

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

RGB color model

#B28BC6 color RGB value is (178,139,198).

RGB: (178,139,198) (70%, 55%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 139 of 255 = 55%
B 198 of 255 = 78%

178
139
198

R + G + B ~ 68%. #B28BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 139 + 198 = 515 (100%)
R 178 of 515 ~ 34.56%
G 139 of 515 ~ 26.99%
B 198 of 515 ~ 38.45'%

%34.56
%26.99
%38.45

CMYK color model

#B28BC6 color CMYK value is (10,30,0,22).

  • cyan value is 10.10%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (10,30,0,22)
C10M30Y0K22 (10%, 30%, 0%, 22%)
(0.10 / 0.30 / 0.00 / 0.22)

CMYK percentages

%10.1
%29.8
%0
%22.35

Codes

Color #B28BC6 in popluar color models

B2 8B C6
RGB 178 139 198
HSL 280° 34.10% 66.08%
HSB/HSV 280° 29.80% 77.65%
CMYK 10.10% 29.80% 0.00%
22.35%

Color #B28BC6 in popluar number systems.

HEX B2 8B C6
Decimal 178 139 198
Binary 10110010 10001011 11000110
Octal 262 213 306

Shades and tints

Shades of #B28BC6

#B28BC6
(178,139,198)
#A27FB4
(162,127,180)
#9273A2
(146,115,162)
#826790
(130,103,144)
#725B7E
(114,91,126)
#624F6C
(98,79,108)
#52435A
(82,67,90)
#423748
(66,55,72)
#322B36
(50,43,54)
#221F24
(34,31,36)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #B28BC6

#B28BC6
(178,139,198)
#B995CB
(185,149,203)
#C09FD0
(192,159,208)
#C7A9D5
(199,169,213)
#CEB3DA
(206,179,218)
#D5BDDF
(213,189,223)
#DCC7E4
(220,199,228)
#E3D1E9
(227,209,233)
#EADBEE
(234,219,238)
#F1E5F3
(241,229,243)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28BC6 color. Also use rgb(178,139,198) instead hex code.

Text Font Color

.myTextColor { color: #B28BC6; }

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

This text font color is #B28BC6.

Background Color

.myBgColor { background-color: #B28BC6; }

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

This div background color is #B28BC6.

Border color

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

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

This div border color is #B28BC6.

Opacity

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

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

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

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

This text has shadow with #B28BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B28BC6.

Preview

Color preview on black background

This text has color #B28BC6 on black background.


Color preview on white background

This text has color #B28BC6 on white background.


Black color preview on #B28BC6 background

This text has black color on #B28BC6 background.


White color preview on #B28BC6 background

This text has white color on #B28BC6 background.


Related colors

Complementary color

Complementary color for #hex is #4D7439.


I love getcolorcode.com

Triadic colors

1 #C6B28B and #8BC6B2 with #B28BC6 are triadic colors.

2 #C68BB2 and #8BB2C6 with #B28BC6 are triadic colors.