COLOR #BD80C0

HEX: #BD80C0 RGB: (189,128,192)

Color info

#BD80C0 contains mainly red and blue colors. Web safe color of #BD80C0 is #CC66CC (or #C6C).

RGB color model

#BD80C0 color RGB value is (189,128,192).

RGB: (189,128,192) (74%, 50%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 128 of 255 = 50%
B 192 of 255 = 75%

189
128
192

R + G + B ~ 66%. #BD80C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 128 + 192 = 509 (100%)
R 189 of 509 ~ 37.13%
G 128 of 509 ~ 25.15%
B 192 of 509 ~ 37.72'%

%37.13
%25.15
%37.72

CMYK color model

#BD80C0 color CMYK value is (2,33,0,25).

  • cyan value is 1.56%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (2,33,0,25)
C2M33Y0K25 (2%, 33%, 0%, 25%)
(0.02 / 0.33 / 0.00 / 0.25)

CMYK percentages

%1.56
%33.33
%0
%24.71

Codes

Color #BD80C0 in popluar color models

BD 80 C0
RGB 189 128 192
HSL 297° 33.68% 62.75%
HSB/HSV 297° 33.33% 75.29%
CMYK 1.56% 33.33% 0.00%
24.71%

Color #BD80C0 in popluar number systems.

HEX BD 80 C0
Decimal 189 128 192
Binary 10111101 10000000 11000000
Octal 275 200 300

Shades and tints

Shades of #BD80C0

#BD80C0
(189,128,192)
#AC75AF
(172,117,175)
#9B6A9E
(155,106,158)
#8A5F8D
(138,95,141)
#79547C
(121,84,124)
#68496B
(104,73,107)
#573E5A
(87,62,90)
#463349
(70,51,73)
#352838
(53,40,56)
#241D27
(36,29,39)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #BD80C0

#BD80C0
(189,128,192)
#C38BC5
(195,139,197)
#C996CA
(201,150,202)
#CFA1CF
(207,161,207)
#D5ACD4
(213,172,212)
#DBB7D9
(219,183,217)
#E1C2DE
(225,194,222)
#E7CDE3
(231,205,227)
#EDD8E8
(237,216,232)
#F3E3ED
(243,227,237)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD80C0 color. Also use rgb(189,128,192) instead hex code.

Text Font Color

.myTextColor { color: #BD80C0; }

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

This text font color is #BD80C0.

Background Color

.myBgColor { background-color: #BD80C0; }

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

This div background color is #BD80C0.

Border color

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

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

This div border color is #BD80C0.

Opacity

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

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

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

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

This text has shadow with #BD80C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD80C0.

Preview

Color preview on black background

This text has color #BD80C0 on black background.


Color preview on white background

This text has color #BD80C0 on white background.


Black color preview on #BD80C0 background

This text has black color on #BD80C0 background.


White color preview on #BD80C0 background

This text has white color on #BD80C0 background.


Related colors

Complementary color

Complementary color for #hex is #427F3F.


I love getcolorcode.com

Triadic colors

1 #C0BD80 and #80C0BD with #BD80C0 are triadic colors.

2 #C080BD and #80BDC0 with #BD80C0 are triadic colors.