COLOR #BD88D9

HEX: #BD88D9
RGB: (189,136,217)

Color info

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

RGB color model

#BD88D9 color RGB value is (189,136,217).

  • red value is 189;
  • green value is 136;
  • blue value is 217.
RGB:
(189,136,217)
(74%,53%,85%)

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 217 of 255 = 85%

189
136
217

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

Portions of RGB colors in percentages

R + G + B =
189 + 136 + 217 = 542 (100%)
R 189 of 542 ~ 34.87%
G 136 of 542 ~ 25.09%
B 217 of 542 ~ 40.04%

%34.87
%25.09
%40.04

CMYK color model

#BD88D9 color CMYK value is (13,37,0,15).

  • cyan value is 12.90%
  • magenta value is 37.33%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(13,37,0,15)
C13M37Y0K15 
(13%,37%,0%,15%)
(0.13/0.37/0.00/0.15)	

CMYK percentages

%12.9
%37.33
%0
%14.9

Codes

Color #BD88D9 in popluar color models

BD88D9
RGB189136217
HSL279°51.59%69.22%
HSB/HSV279°37.33%85.10%
CMYK12.90%37.33%0.00%
14.90%

Color #BD88D9 in popluar number systems.

HEXBD88D9
Decimal189136217
Binary101111011000100011011001
Octal275210331

Shades and tints

Shades of #BD88D9

#BD88D9
(189,136,217)
#AC7CC6
(172,124,198)
#9B70B3
(155,112,179)
#8A64A0
(138,100,160)
#79588D
(121,88,141)
#684C7A
(104,76,122)
#574067
(87,64,103)
#463454
(70,52,84)
#352841
(53,40,65)
#241C2E
(36,28,46)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #BD88D9

#BD88D9
(189,136,217)
#C392DC
(195,146,220)
#C99CDF
(201,156,223)
#CFA6E2
(207,166,226)
#D5B0E5
(213,176,229)
#DBBAE8
(219,186,232)
#E1C4EB
(225,196,235)
#E7CEEE
(231,206,238)
#EDD8F1
(237,216,241)
#F3E2F4
(243,226,244)
#F9ECF7
(249,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD88D9 color. Also use rgb(189,136,217) instead hex code.

Text Font Color

.myTextColor { color: #BD88D9; }

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

This text font color is #BD88D9.


Background Color

.myBgColor { background-color: #BD88D9; }

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

This div background color is #BD88D9.


Border color

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

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

This div border color is #BD88D9.


Opacity

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

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

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

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

This text has shadow with #BD88D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD88D9 on black background.


Color preview on white background

This text has color #BD88D9 on white background.



Black color preview on #BD88D9 background

This text has black color on #BD88D9 background.


White color preview on #BD88D9 background

This text has white color on #BD88D9 background.