COLOR #B288DD

HEX: #B288DD
RGB: (178,136,221)

Color info

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

RGB color model

#B288DD color RGB value is (178,136,221).

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

RGB channels and saturation

R 178 of 255 = 70%
G 136 of 255 = 53%
B 221 of 255 = 87%

178
136
221

R + G + B ~ 70%. #B288DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 136 + 221 = 535 (100%)
R 178 of 535 ~ 33.27%
G 136 of 535 ~ 25.42%
B 221 of 535 ~ 41.31%

%33.27
%25.42
%41.31

CMYK color model

#B288DD color CMYK value is (19,38,0,13).

  • cyan value is 19.46%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,38,0,13)
C19M38Y0K13 
(19%,38%,0%,13%)
(0.19/0.38/0.00/0.13)	

CMYK percentages

%19.46
%38.46
%0
%13.33

Codes

Color #B288DD in popluar color models

B288DD
RGB178136221
HSL270°55.56%70.00%
HSB/HSV270°38.46%86.67%
CMYK19.46%38.46%0.00%
13.33%

Color #B288DD in popluar number systems.

HEXB288DD
Decimal178136221
Binary101100101000100011011101
Octal262210335

Shades and tints

Shades of #B288DD

#B288DD
(178,136,221)
#A27CC9
(162,124,201)
#9270B5
(146,112,181)
#8264A1
(130,100,161)
#72588D
(114,88,141)
#624C79
(98,76,121)
#524065
(82,64,101)
#423451
(66,52,81)
#32283D
(50,40,61)
#221C29
(34,28,41)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #B288DD

#B288DD
(178,136,221)
#B992E0
(185,146,224)
#C09CE3
(192,156,227)
#C7A6E6
(199,166,230)
#CEB0E9
(206,176,233)
#D5BAEC
(213,186,236)
#DCC4EF
(220,196,239)
#E3CEF2
(227,206,242)
#EAD8F5
(234,216,245)
#F1E2F8
(241,226,248)
#F8ECFB
(248,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B288DD; }

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

This text font color is #B288DD.


Background Color

.myBgColor { background-color: #B288DD; }

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

This div background color is #B288DD.


Border color

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

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

This div border color is #B288DD.


Opacity

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

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

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

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

This text has shadow with #B288DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B288DD on black background.


Color preview on white background

This text has color #B288DD on white background.



Black color preview on #B288DD background

This text has black color on #B288DD background.


White color preview on #B288DD background

This text has white color on #B288DD background.