COLOR #BD93C2

HEX: #BD93C2 RGB: (189,147,194)

Color info

#BD93C2 contains red, green and blue colors in about the same proportion. Web safe color of #BD93C2 is #CC99CC (or #C9C).

RGB color model

#BD93C2 color RGB value is (189,147,194).

RGB: (189,147,194) (74%, 58%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 147 of 255 = 58%
B 194 of 255 = 76%

189
147
194

R + G + B ~ 69%. #BD93C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 147 + 194 = 530 (100%)
R 189 of 530 ~ 35.66%
G 147 of 530 ~ 27.74%
B 194 of 530 ~ 36.6'%

%35.66
%27.74
%36.6

CMYK color model

#BD93C2 color CMYK value is (3,24,0,24).

  • cyan value is 2.58%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (3,24,0,24)
C3M24Y0K24 (3%, 24%, 0%, 24%)
(0.03 / 0.24 / 0.00 / 0.24)

CMYK percentages

%2.58
%24.23
%0
%23.92

Codes

Color #BD93C2 in popluar color models

BD 93 C2
RGB 189 147 194
HSL 294° 27.81% 66.86%
HSB/HSV 294° 24.23% 76.08%
CMYK 2.58% 24.23% 0.00%
23.92%

Color #BD93C2 in popluar number systems.

HEX BD 93 C2
Decimal 189 147 194
Binary 10111101 10010011 11000010
Octal 275 223 302

Shades and tints

Shades of #BD93C2

#BD93C2
(189,147,194)
#AC86B1
(172,134,177)
#9B79A0
(155,121,160)
#8A6C8F
(138,108,143)
#795F7E
(121,95,126)
#68526D
(104,82,109)
#57455C
(87,69,92)
#46384B
(70,56,75)
#352B3A
(53,43,58)
#241E29
(36,30,41)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #BD93C2

#BD93C2
(189,147,194)
#C39CC7
(195,156,199)
#C9A5CC
(201,165,204)
#CFAED1
(207,174,209)
#D5B7D6
(213,183,214)
#DBC0DB
(219,192,219)
#E1C9E0
(225,201,224)
#E7D2E5
(231,210,229)
#EDDBEA
(237,219,234)
#F3E4EF
(243,228,239)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD93C2 color. Also use rgb(189,147,194) instead hex code.

Text Font Color

.myTextColor { color: #BD93C2; }

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

This text font color is #BD93C2.

Background Color

.myBgColor { background-color: #BD93C2; }

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

This div background color is #BD93C2.

Border color

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

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

This div border color is #BD93C2.

Opacity

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

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

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

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

This text has shadow with #BD93C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD93C2.

Preview

Color preview on black background

This text has color #BD93C2 on black background.


Color preview on white background

This text has color #BD93C2 on white background.


Black color preview on #BD93C2 background

This text has black color on #BD93C2 background.


White color preview on #BD93C2 background

This text has white color on #BD93C2 background.


Related colors

Complementary color

Complementary color for #hex is #426C3D.


I love getcolorcode.com

Triadic colors

1 #C2BD93 and #93C2BD with #BD93C2 are triadic colors.

2 #C293BD and #93BDC2 with #BD93C2 are triadic colors.