COLOR #BD65BE

HEX: #BD65BE RGB: (189,101,190)

Color info

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

RGB color model

#BD65BE color RGB value is (189,101,190).

RGB: (189,101,190) (74%, 40%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 101 of 255 = 40%
B 190 of 255 = 75%

189
101
190

R + G + B ~ 63%. #BD65BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 101 + 190 = 480 (100%)
R 189 of 480 ~ 39.38%
G 101 of 480 ~ 21.04%
B 190 of 480 ~ 39.58'%

%39.38
%21.04
%39.58

CMYK color model

#BD65BE color CMYK value is (1,47,0,25).

  • cyan value is 0.53%
  • magenta value is 46.84%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (1,47,0,25)
C1M47Y0K25 (1%, 47%, 0%, 25%)
(0.01 / 0.47 / 0.00 / 0.25)

CMYK percentages

%0.53
%46.84
%0
%25.49

Codes

Color #BD65BE in popluar color models

BD 65 BE
RGB 189 101 190
HSL 299° 40.64% 57.06%
HSB/HSV 299° 46.84% 74.51%
CMYK 0.53% 46.84% 0.00%
25.49%

Color #BD65BE in popluar number systems.

HEX BD 65 BE
Decimal 189 101 190
Binary 10111101 1100101 10111110
Octal 275 145 276

Shades and tints

Shades of #BD65BE

#BD65BE
(189,101,190)
#AC5CAD
(172,92,173)
#9B539C
(155,83,156)
#8A4A8B
(138,74,139)
#79417A
(121,65,122)
#683869
(104,56,105)
#572F58
(87,47,88)
#462647
(70,38,71)
#351D36
(53,29,54)
#241425
(36,20,37)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #BD65BE

#BD65BE
(189,101,190)
#C373C3
(195,115,195)
#C981C8
(201,129,200)
#CF8FCD
(207,143,205)
#D59DD2
(213,157,210)
#DBABD7
(219,171,215)
#E1B9DC
(225,185,220)
#E7C7E1
(231,199,225)
#EDD5E6
(237,213,230)
#F3E3EB
(243,227,235)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD65BE color. Also use rgb(189,101,190) instead hex code.

Text Font Color

.myTextColor { color: #BD65BE; }

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

This text font color is #BD65BE.

Background Color

.myBgColor { background-color: #BD65BE; }

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

This div background color is #BD65BE.

Border color

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

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

This div border color is #BD65BE.

Opacity

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

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

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

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

This text has shadow with #BD65BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD65BE.

Preview

Color preview on black background

This text has color #BD65BE on black background.


Color preview on white background

This text has color #BD65BE on white background.


Black color preview on #BD65BE background

This text has black color on #BD65BE background.


White color preview on #BD65BE background

This text has white color on #BD65BE background.


Related colors

Complementary color

Complementary color for #hex is #429A41.


I love getcolorcode.com

Triadic colors

1 #BEBD65 and #65BEBD with #BD65BE are triadic colors.

2 #BE65BD and #65BDBE with #BD65BE are triadic colors.