COLOR #BD88D4

HEX: #BD88D4 RGB: (189,136,212)

Color info

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

RGB color model

#BD88D4 color RGB value is (189,136,212).

RGB: (189,136,212) (74%, 53%, 83%)

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 212 of 255 = 83%

189
136
212

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

Portions of RGB colors in percentages

R + G + B = 189 + 136 + 212 = 537 (100%)
R 189 of 537 ~ 35.2%
G 136 of 537 ~ 25.33%
B 212 of 537 ~ 39.48'%

%35.2
%25.33
%39.48

CMYK color model

#BD88D4 color CMYK value is (11,36,0,17).

  • cyan value is 10.85%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (11,36,0,17)
C11M36Y0K17 (11%, 36%, 0%, 17%)
(0.11 / 0.36 / 0.00 / 0.17)

CMYK percentages

%10.85
%35.85
%0
%16.86

Codes

Color #BD88D4 in popluar color models

BD 88 D4
RGB 189 136 212
HSL 282° 46.91% 68.24%
HSB/HSV 282° 35.85% 83.14%
CMYK 10.85% 35.85% 0.00%
16.86%

Color #BD88D4 in popluar number systems.

HEX BD 88 D4
Decimal 189 136 212
Binary 10111101 10001000 11010100
Octal 275 210 324

Shades and tints

Shades of #BD88D4

#BD88D4
(189,136,212)
#AC7CC1
(172,124,193)
#9B70AE
(155,112,174)
#8A649B
(138,100,155)
#795888
(121,88,136)
#684C75
(104,76,117)
#574062
(87,64,98)
#46344F
(70,52,79)
#35283C
(53,40,60)
#241C29
(36,28,41)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #BD88D4

#BD88D4
(189,136,212)
#C392D7
(195,146,215)
#C99CDA
(201,156,218)
#CFA6DD
(207,166,221)
#D5B0E0
(213,176,224)
#DBBAE3
(219,186,227)
#E1C4E6
(225,196,230)
#E7CEE9
(231,206,233)
#EDD8EC
(237,216,236)
#F3E2EF
(243,226,239)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD88D4; }

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

This text font color is #BD88D4.

Background Color

.myBgColor { background-color: #BD88D4; }

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

This div background color is #BD88D4.

Border color

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

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

This div border color is #BD88D4.

Opacity

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

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

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

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

This text has shadow with #BD88D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD88D4.

Preview

Color preview on black background

This text has color #BD88D4 on black background.


Color preview on white background

This text has color #BD88D4 on white background.


Black color preview on #BD88D4 background

This text has black color on #BD88D4 background.


White color preview on #BD88D4 background

This text has white color on #BD88D4 background.


Related colors

Complementary color

Complementary color for #hex is #42772B.


I love getcolorcode.com

Triadic colors

1 #D4BD88 and #88D4BD with #BD88D4 are triadic colors.

2 #D488BD and #88BDD4 with #BD88D4 are triadic colors.