COLOR #BD68C3

HEX: #BD68C3 RGB: (189,104,195)

Color info

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

RGB color model

#BD68C3 color RGB value is (189,104,195).

RGB: (189,104,195) (74%, 41%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 104 of 255 = 41%
B 195 of 255 = 76%

189
104
195

R + G + B ~ 64%. #BD68C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 104 + 195 = 488 (100%)
R 189 of 488 ~ 38.73%
G 104 of 488 ~ 21.31%
B 195 of 488 ~ 39.96'%

%38.73
%21.31
%39.96

CMYK color model

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

  • cyan value is 3.08%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (3,47,0,24)
C3M47Y0K24 (3%, 47%, 0%, 24%)
(0.03 / 0.47 / 0.00 / 0.24)

CMYK percentages

%3.08
%46.67
%0
%23.53

Codes

Color #BD68C3 in popluar color models

BD 68 C3
RGB 189 104 195
HSL 296° 43.13% 58.63%
HSB/HSV 296° 46.67% 76.47%
CMYK 3.08% 46.67% 0.00%
23.53%

Color #BD68C3 in popluar number systems.

HEX BD 68 C3
Decimal 189 104 195
Binary 10111101 1101000 11000011
Octal 275 150 303

Shades and tints

Shades of #BD68C3

#BD68C3
(189,104,195)
#AC5FB2
(172,95,178)
#9B56A1
(155,86,161)
#8A4D90
(138,77,144)
#79447F
(121,68,127)
#683B6E
(104,59,110)
#57325D
(87,50,93)
#46294C
(70,41,76)
#35203B
(53,32,59)
#24172A
(36,23,42)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #BD68C3

#BD68C3
(189,104,195)
#C375C8
(195,117,200)
#C982CD
(201,130,205)
#CF8FD2
(207,143,210)
#D59CD7
(213,156,215)
#DBA9DC
(219,169,220)
#E1B6E1
(225,182,225)
#E7C3E6
(231,195,230)
#EDD0EB
(237,208,235)
#F3DDF0
(243,221,240)
#F9EAF5
(249,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD68C3 color. Also use rgb(189,104,195) instead hex code.

Text Font Color

.myTextColor { color: #BD68C3; }

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

This text font color is #BD68C3.

Background Color

.myBgColor { background-color: #BD68C3; }

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

This div background color is #BD68C3.

Border color

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

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

This div border color is #BD68C3.

Opacity

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

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

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

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

This text has shadow with #BD68C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD68C3.

Preview

Color preview on black background

This text has color #BD68C3 on black background.


Color preview on white background

This text has color #BD68C3 on white background.


Black color preview on #BD68C3 background

This text has black color on #BD68C3 background.


White color preview on #BD68C3 background

This text has white color on #BD68C3 background.


Related colors

Complementary color

Complementary color for #hex is #42973C.


I love getcolorcode.com

Triadic colors

1 #C3BD68 and #68C3BD with #BD68C3 are triadic colors.

2 #C368BD and #68BDC3 with #BD68C3 are triadic colors.