COLOR #B288D3

HEX: #B288D3
RGB: (178,136,211)

Color info

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

RGB color model

#B288D3 color RGB value is (178,136,211).

  • red value is 178;
  • green value is 136;
  • blue value is 211.
RGB:
(178,136,211)
(70%,53%,83%)

RGB channels and saturation

R 178 of 255 = 70%
G 136 of 255 = 53%
B 211 of 255 = 83%

178
136
211

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

Portions of RGB colors in percentages

R + G + B =
178 + 136 + 211 = 525 (100%)
R 178 of 525 ~ 33.9%
G 136 of 525 ~ 25.9%
B 211 of 525 ~ 40.19%

%33.9
%25.9
%40.19

CMYK color model

#B288D3 color CMYK value is (16,36,0,17).

  • cyan value is 15.64%
  • magenta value is 35.55%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(16,36,0,17)
C16M36Y0K17 
(16%,36%,0%,17%)
(0.16/0.36/0.00/0.17)	

CMYK percentages

%15.64
%35.55
%0
%17.25

Codes

Color #B288D3 in popluar color models

B288D3
RGB178136211
HSL274°46.01%68.04%
HSB/HSV274°35.55%82.75%
CMYK15.64%35.55%0.00%
17.25%

Color #B288D3 in popluar number systems.

HEXB288D3
Decimal178136211
Binary101100101000100011010011
Octal262210323

Shades and tints

Shades of #B288D3

#B288D3
(178,136,211)
#A27CC0
(162,124,192)
#9270AD
(146,112,173)
#82649A
(130,100,154)
#725887
(114,88,135)
#624C74
(98,76,116)
#524061
(82,64,97)
#42344E
(66,52,78)
#32283B
(50,40,59)
#221C28
(34,28,40)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #B288D3

#B288D3
(178,136,211)
#B992D7
(185,146,215)
#C09CDB
(192,156,219)
#C7A6DF
(199,166,223)
#CEB0E3
(206,176,227)
#D5BAE7
(213,186,231)
#DCC4EB
(220,196,235)
#E3CEEF
(227,206,239)
#EAD8F3
(234,216,243)
#F1E2F7
(241,226,247)
#F8ECFB
(248,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B288D3 color. Also use rgb(178,136,211) instead hex code.

Text Font Color

.myTextColor { color: #B288D3; }

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

This text font color is #B288D3.


Background Color

.myBgColor { background-color: #B288D3; }

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

This div background color is #B288D3.


Border color

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

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

This div border color is #B288D3.


Opacity

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

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

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

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

This text has shadow with #B288D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B288D3 on black background.


Color preview on white background

This text has color #B288D3 on white background.



Black color preview on #B288D3 background

This text has black color on #B288D3 background.


White color preview on #B288D3 background

This text has white color on #B288D3 background.