COLOR #BD95E2

HEX: #BD95E2 RGB: (189,149,226)

Color info

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

RGB color model

#BD95E2 color RGB value is (189,149,226).

RGB: (189,149,226) (74%, 58%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 226 of 255 = 89%

189
149
226

R + G + B ~ 74%. #BD95E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 149 + 226 = 564 (100%)
R 189 of 564 ~ 33.51%
G 149 of 564 ~ 26.42%
B 226 of 564 ~ 40.07'%

%33.51
%26.42
%40.07

CMYK color model

#BD95E2 color CMYK value is (16,34,0,11).

  • cyan value is 16.37%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (16,34,0,11) C16M34Y0K11 (16%,34%,0%,11%) (0.16/0.34/0.00/0.11) 

CMYK percentages

%16.37
%34.07
%0
%11.37

Codes

Color #BD95E2 in popluar color models

BD 95 E2
RGB 189 149 226
HSL 271° 57.04% 73.53%
HSB/HSV 271° 34.07% 88.63%
CMYK 16.37% 34.07% 0.00%
11.37%

Color #BD95E2 in popluar number systems.

HEX BD 95 E2
Decimal 189 149 226
Binary 10111101 10010101 11100010
Octal 275 225 342

Shades and tints

Shades of #BD95E2

#BD95E2
(189,149,226)
#AC88CE
(172,136,206)
#9B7BBA
(155,123,186)
#8A6EA6
(138,110,166)
#796192
(121,97,146)
#68547E
(104,84,126)
#57476A
(87,71,106)
#463A56
(70,58,86)
#352D42
(53,45,66)
#24202E
(36,32,46)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #BD95E2

#BD95E2
(189,149,226)
#C39EE4
(195,158,228)
#C9A7E6
(201,167,230)
#CFB0E8
(207,176,232)
#D5B9EA
(213,185,234)
#DBC2EC
(219,194,236)
#E1CBEE
(225,203,238)
#E7D4F0
(231,212,240)
#EDDDF2
(237,221,242)
#F3E6F4
(243,230,244)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD95E2 color. Also use rgb(189,149,226) instead hex code.

Text Font Color

.myTextColor { color: #BD95E2; }

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

This text font color is #BD95E2.

Background Color

.myBgColor { background-color: #BD95E2; }

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

This div background color is #BD95E2.

Border color

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

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

This div border color is #BD95E2.

Opacity

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

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

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

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

This text has shadow with #BD95E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD95E2.

Preview

Color preview on black background

This text has color #BD95E2 on black background.


Color preview on white background

This text has color #BD95E2 on white background.


Black color preview on #BD95E2 background

This text has black color on #BD95E2 background.


White color preview on #BD95E2 background

This text has white color on #BD95E2 background.


Related colors

Complementary color

Complementary color for #hex is #426A1D.


I love getcolorcode.com

Triadic colors

1 #E2BD95 and #95E2BD with #BD95E2 are triadic colors.

2 #E295BD and #95BDE2 with #BD95E2 are triadic colors.