COLOR #BD95D8

HEX: #BD95D8
RGB: (189,149,216)

Color info

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

RGB color model

#BD95D8 color RGB value is (189,149,216).

  • red value is 189;
  • green value is 149;
  • blue value is 216.
RGB:
(189,149,216)
(74%,58%,85%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 216 of 255 = 85%

189
149
216

R + G + B ~ 72%. #BD95D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 216 = 554 (100%)
R 189 of 554 ~ 34.12%
G 149 of 554 ~ 26.9%
B 216 of 554 ~ 38.99%

%34.12
%26.9
%38.99

CMYK color model

#BD95D8 color CMYK value is (13,31,0,15).

  • cyan value is 12.50%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,31,0,15)
C13M31Y0K15 
(13%,31%,0%,15%)
(0.13/0.31/0.00/0.15)	

CMYK percentages

%12.5
%31.02
%0
%15.29

Codes

Color #BD95D8 in popluar color models

BD95D8
RGB189149216
HSL276°46.21%71.57%
HSB/HSV276°31.02%84.71%
CMYK12.50%31.02%0.00%
15.29%

Color #BD95D8 in popluar number systems.

HEXBD95D8
Decimal189149216
Binary101111011001010111011000
Octal275225330

Shades and tints

Shades of #BD95D8

#BD95D8
(189,149,216)
#AC88C5
(172,136,197)
#9B7BB2
(155,123,178)
#8A6E9F
(138,110,159)
#79618C
(121,97,140)
#685479
(104,84,121)
#574766
(87,71,102)
#463A53
(70,58,83)
#352D40
(53,45,64)
#24202D
(36,32,45)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #BD95D8

#BD95D8
(189,149,216)
#C39EDB
(195,158,219)
#C9A7DE
(201,167,222)
#CFB0E1
(207,176,225)
#D5B9E4
(213,185,228)
#DBC2E7
(219,194,231)
#E1CBEA
(225,203,234)
#E7D4ED
(231,212,237)
#EDDDF0
(237,221,240)
#F3E6F3
(243,230,243)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD95D8; }

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

This text font color is #BD95D8.


Background Color

.myBgColor { background-color: #BD95D8; }

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

This div background color is #BD95D8.


Border color

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

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

This div border color is #BD95D8.


Opacity

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

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

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

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

This text has shadow with #BD95D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD95D8 on black background.


Color preview on white background

This text has color #BD95D8 on white background.



Black color preview on #BD95D8 background

This text has black color on #BD95D8 background.


White color preview on #BD95D8 background

This text has white color on #BD95D8 background.