COLOR #B28CDD

HEX: #B28CDD
RGB: (178,140,221)

Color info

#B28CDD contains mainly red and blue colors. Web safe color of #B28CDD is #9999CC (or #99C).

RGB color model

#B28CDD color RGB value is (178,140,221).

  • red value is 178;
  • green value is 140;
  • blue value is 221.
RGB:
(178,140,221)
(70%,55%,87%)

RGB channels and saturation

R 178 of 255 = 70%
G 140 of 255 = 55%
B 221 of 255 = 87%

178
140
221

R + G + B ~ 71%. #B28CDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 140 + 221 = 539 (100%)
R 178 of 539 ~ 33.02%
G 140 of 539 ~ 25.97%
B 221 of 539 ~ 41%

%33.02
%25.97
%41

CMYK color model

#B28CDD color CMYK value is (19,37,0,13).

  • cyan value is 19.46%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,37,0,13)
C19M37Y0K13 
(19%,37%,0%,13%)
(0.19/0.37/0.00/0.13)	

CMYK percentages

%19.46
%36.65
%0
%13.33

Codes

Color #B28CDD in popluar color models

B28CDD
RGB178140221
HSL268°54.36%70.78%
HSB/HSV268°36.65%86.67%
CMYK19.46%36.65%0.00%
13.33%

Color #B28CDD in popluar number systems.

HEXB28CDD
Decimal178140221
Binary101100101000110011011101
Octal262214335

Shades and tints

Shades of #B28CDD

#B28CDD
(178,140,221)
#A280C9
(162,128,201)
#9274B5
(146,116,181)
#8268A1
(130,104,161)
#725C8D
(114,92,141)
#625079
(98,80,121)
#524465
(82,68,101)
#423851
(66,56,81)
#322C3D
(50,44,61)
#222029
(34,32,41)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #B28CDD

#B28CDD
(178,140,221)
#B996E0
(185,150,224)
#C0A0E3
(192,160,227)
#C7AAE6
(199,170,230)
#CEB4E9
(206,180,233)
#D5BEEC
(213,190,236)
#DCC8EF
(220,200,239)
#E3D2F2
(227,210,242)
#EADCF5
(234,220,245)
#F1E6F8
(241,230,248)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28CDD color. Also use rgb(178,140,221) instead hex code.

Text Font Color

.myTextColor { color: #B28CDD; }

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

This text font color is #B28CDD.


Background Color

.myBgColor { background-color: #B28CDD; }

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

This div background color is #B28CDD.


Border color

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

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

This div border color is #B28CDD.


Opacity

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

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

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

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

This text has shadow with #B28CDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28CDD on black background.


Color preview on white background

This text has color #B28CDD on white background.



Black color preview on #B28CDD background

This text has black color on #B28CDD background.


White color preview on #B28CDD background

This text has white color on #B28CDD background.