COLOR #B88CD5

HEX: #B88CD5
RGB: (184,140,213)

Color info

#B88CD5 contains mainly red and blue colors. Web safe color of #B88CD5 is #CC99CC (or #C9C).

RGB color model

#B88CD5 color RGB value is (184,140,213).

  • red value is 184;
  • green value is 140;
  • blue value is 213.
RGB:
(184,140,213)
(72%,55%,84%)

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 213 of 255 = 84%

184
140
213

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

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 213 = 537 (100%)
R 184 of 537 ~ 34.26%
G 140 of 537 ~ 26.07%
B 213 of 537 ~ 39.66%

%34.26
%26.07
%39.66

CMYK color model

#B88CD5 color CMYK value is (14,34,0,16).

  • cyan value is 13.62%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(14,34,0,16)
C14M34Y0K16 
(14%,34%,0%,16%)
(0.14/0.34/0.00/0.16)	

CMYK percentages

%13.62
%34.27
%0
%16.47

Codes

Color #B88CD5 in popluar color models

B88CD5
RGB184140213
HSL276°46.50%69.22%
HSB/HSV276°34.27%83.53%
CMYK13.62%34.27%0.00%
16.47%

Color #B88CD5 in popluar number systems.

HEXB88CD5
Decimal184140213
Binary101110001000110011010101
Octal270214325

Shades and tints

Shades of #B88CD5

#B88CD5
(184,140,213)
#A880C2
(168,128,194)
#9874AF
(152,116,175)
#88689C
(136,104,156)
#785C89
(120,92,137)
#685076
(104,80,118)
#584463
(88,68,99)
#483850
(72,56,80)
#382C3D
(56,44,61)
#28202A
(40,32,42)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B88CD5

#B88CD5
(184,140,213)
#BE96D8
(190,150,216)
#C4A0DB
(196,160,219)
#CAAADE
(202,170,222)
#D0B4E1
(208,180,225)
#D6BEE4
(214,190,228)
#DCC8E7
(220,200,231)
#E2D2EA
(226,210,234)
#E8DCED
(232,220,237)
#EEE6F0
(238,230,240)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88CD5 color. Also use rgb(184,140,213) instead hex code.

Text Font Color

.myTextColor { color: #B88CD5; }

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

This text font color is #B88CD5.


Background Color

.myBgColor { background-color: #B88CD5; }

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

This div background color is #B88CD5.


Border color

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

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

This div border color is #B88CD5.


Opacity

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

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

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

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

This text has shadow with #B88CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88CD5 on black background.


Color preview on white background

This text has color #B88CD5 on white background.



Black color preview on #B88CD5 background

This text has black color on #B88CD5 background.


White color preview on #B88CD5 background

This text has white color on #B88CD5 background.