COLOR #B995D6

HEX: #B995D6 RGB: (185,149,214)

Color info

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

RGB color model

#B995D6 color RGB value is (185,149,214).

RGB: (185,149,214) (73%, 58%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 214 of 255 = 84%

185
149
214

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

Portions of RGB colors in percentages

R + G + B = 185 + 149 + 214 = 548 (100%)
R 185 of 548 ~ 33.76%
G 149 of 548 ~ 27.19%
B 214 of 548 ~ 39.05'%

%33.76
%27.19
%39.05

CMYK color model

#B995D6 color CMYK value is (14,30,0,16).

  • cyan value is 13.55%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (14,30,0,16)
C14M30Y0K16 (14%, 30%, 0%, 16%)
(0.14 / 0.30 / 0.00 / 0.16)

CMYK percentages

%13.55
%30.37
%0
%16.08

Codes

Color #B995D6 in popluar color models

B9 95 D6
RGB 185 149 214
HSL 273° 44.22% 71.18%
HSB/HSV 273° 30.37% 83.92%
CMYK 13.55% 30.37% 0.00%
16.08%

Color #B995D6 in popluar number systems.

HEX B9 95 D6
Decimal 185 149 214
Binary 10111001 10010101 11010110
Octal 271 225 326

Shades and tints

Shades of #B995D6

#B995D6
(185,149,214)
#A988C3
(169,136,195)
#997BB0
(153,123,176)
#896E9D
(137,110,157)
#79618A
(121,97,138)
#695477
(105,84,119)
#594764
(89,71,100)
#493A51
(73,58,81)
#392D3E
(57,45,62)
#29202B
(41,32,43)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B995D6

#B995D6
(185,149,214)
#BF9ED9
(191,158,217)
#C5A7DC
(197,167,220)
#CBB0DF
(203,176,223)
#D1B9E2
(209,185,226)
#D7C2E5
(215,194,229)
#DDCBE8
(221,203,232)
#E3D4EB
(227,212,235)
#E9DDEE
(233,221,238)
#EFE6F1
(239,230,241)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B995D6 color. Also use rgb(185,149,214) instead hex code.

Text Font Color

.myTextColor { color: #B995D6; }

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

This text font color is #B995D6.

Background Color

.myBgColor { background-color: #B995D6; }

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

This div background color is #B995D6.

Border color

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

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

This div border color is #B995D6.

Opacity

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

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

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

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

This text has shadow with #B995D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B995D6.

Preview

Color preview on black background

This text has color #B995D6 on black background.


Color preview on white background

This text has color #B995D6 on white background.


Black color preview on #B995D6 background

This text has black color on #B995D6 background.


White color preview on #B995D6 background

This text has white color on #B995D6 background.


Related colors

Complementary color

Complementary color for #hex is #466A29.


I love getcolorcode.com

Triadic colors

1 #D6B995 and #95D6B9 with #B995D6 are triadic colors.

2 #D695B9 and #95B9D6 with #B995D6 are triadic colors.