COLOR #B295CB

HEX: #B295CB
RGB: (178,149,203)

Color info

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

RGB color model

#B295CB color RGB value is (178,149,203).

  • red value is 178;
  • green value is 149;
  • blue value is 203.
RGB:
(178,149,203)
(70%,58%,80%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 203 of 255 = 80%

178
149
203

R + G + B ~ 69%. #B295CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 149 + 203 = 530 (100%)
R 178 of 530 ~ 33.58%
G 149 of 530 ~ 28.11%
B 203 of 530 ~ 38.3%

%33.58
%28.11
%38.3

CMYK color model

#B295CB color CMYK value is (12,27,0,20).

  • cyan value is 12.32%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,27,0,20)
C12M27Y0K20 
(12%,27%,0%,20%)
(0.12/0.27/0.00/0.20)	

CMYK percentages

%12.32
%26.6
%0
%20.39

Codes

Color #B295CB in popluar color models

B295CB
RGB178149203
HSL272°34.18%69.02%
HSB/HSV272°26.60%79.61%
CMYK12.32%26.60%0.00%
20.39%

Color #B295CB in popluar number systems.

HEXB295CB
Decimal178149203
Binary101100101001010111001011
Octal262225313

Shades and tints

Shades of #B295CB

#B295CB
(178,149,203)
#A288B9
(162,136,185)
#927BA7
(146,123,167)
#826E95
(130,110,149)
#726183
(114,97,131)
#625471
(98,84,113)
#52475F
(82,71,95)
#423A4D
(66,58,77)
#322D3B
(50,45,59)
#222029
(34,32,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #B295CB

#B295CB
(178,149,203)
#B99ECF
(185,158,207)
#C0A7D3
(192,167,211)
#C7B0D7
(199,176,215)
#CEB9DB
(206,185,219)
#D5C2DF
(213,194,223)
#DCCBE3
(220,203,227)
#E3D4E7
(227,212,231)
#EADDEB
(234,221,235)
#F1E6EF
(241,230,239)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B295CB color. Also use rgb(178,149,203) instead hex code.

Text Font Color

.myTextColor { color: #B295CB; }

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

This text font color is #B295CB.


Background Color

.myBgColor { background-color: #B295CB; }

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

This div background color is #B295CB.


Border color

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

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

This div border color is #B295CB.


Opacity

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

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

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

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

This text has shadow with #B295CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B295CB on black background.


Color preview on white background

This text has color #B295CB on white background.



Black color preview on #B295CB background

This text has black color on #B295CB background.


White color preview on #B295CB background

This text has white color on #B295CB background.