COLOR #BD88DC

HEX: #BD88DC RGB: (189,136,220)

Color info

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

RGB color model

#BD88DC color RGB value is (189,136,220).

RGB: (189,136,220) (74%, 53%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 220 of 255 = 86%

189
136
220

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

Portions of RGB colors in percentages

R + G + B = 189 + 136 + 220 = 545 (100%)
R 189 of 545 ~ 34.68%
G 136 of 545 ~ 24.95%
B 220 of 545 ~ 40.37'%

%34.68
%24.95
%40.37

CMYK color model

#BD88DC color CMYK value is (14,38,0,14).

  • cyan value is 14.09%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (14,38,0,14) C14M38Y0K14 (14%,38%,0%,14%) (0.14/0.38/0.00/0.14) 

CMYK percentages

%14.09
%38.18
%0
%13.73

Codes

Color #BD88DC in popluar color models

BD 88 DC
RGB 189 136 220
HSL 278° 54.55% 69.80%
HSB/HSV 278° 38.18% 86.27%
CMYK 14.09% 38.18% 0.00%
13.73%

Color #BD88DC in popluar number systems.

HEX BD 88 DC
Decimal 189 136 220
Binary 10111101 10001000 11011100
Octal 275 210 334

Shades and tints

Shades of #BD88DC

#BD88DC
(189,136,220)
#AC7CC8
(172,124,200)
#9B70B4
(155,112,180)
#8A64A0
(138,100,160)
#79588C
(121,88,140)
#684C78
(104,76,120)
#574064
(87,64,100)
#463450
(70,52,80)
#35283C
(53,40,60)
#241C28
(36,28,40)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #BD88DC

#BD88DC
(189,136,220)
#C392DF
(195,146,223)
#C99CE2
(201,156,226)
#CFA6E5
(207,166,229)
#D5B0E8
(213,176,232)
#DBBAEB
(219,186,235)
#E1C4EE
(225,196,238)
#E7CEF1
(231,206,241)
#EDD8F4
(237,216,244)
#F3E2F7
(243,226,247)
#F9ECFA
(249,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD88DC; }

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

This text font color is #BD88DC.

Background Color

.myBgColor { background-color: #BD88DC; }

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

This div background color is #BD88DC.

Border color

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

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

This div border color is #BD88DC.

Opacity

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

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

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

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

This text has shadow with #BD88DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD88DC.

Preview

Color preview on black background

This text has color #BD88DC on black background.


Color preview on white background

This text has color #BD88DC on white background.


Black color preview on #BD88DC background

This text has black color on #BD88DC background.


White color preview on #BD88DC background

This text has white color on #BD88DC background.


Related colors

Complementary color

Complementary color for #hex is #427723.


I love getcolorcode.com

Triadic colors

1 #DCBD88 and #88DCBD with #BD88DC are triadic colors.

2 #DC88BD and #88BDDC with #BD88DC are triadic colors.