COLOR #B995D5

HEX: #B995D5
RGB: (185,149,213)

Color info

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

RGB color model

#B995D5 color RGB value is (185,149,213).

  • red value is 185;
  • green value is 149;
  • blue value is 213.
RGB:
(185,149,213)
(73%,58%,84%)

RGB channels and saturation

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

185
149
213

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

Portions of RGB colors in percentages

R + G + B =
185 + 149 + 213 = 547 (100%)
R 185 of 547 ~ 33.82%
G 149 of 547 ~ 27.24%
B 213 of 547 ~ 38.94%

%33.82
%27.24
%38.94

CMYK color model

#B995D5 color CMYK value is (13,30,0,16).

  • cyan value is 13.15%
  • magenta value is 30.05%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(13,30,0,16)
C13M30Y0K16 
(13%,30%,0%,16%)
(0.13/0.30/0.00/0.16)	

CMYK percentages

%13.15
%30.05
%0
%16.47

Codes

Color #B995D5 in popluar color models

B995D5
RGB185149213
HSL274°43.24%70.98%
HSB/HSV274°30.05%83.53%
CMYK13.15%30.05%0.00%
16.47%

Color #B995D5 in popluar number systems.

HEXB995D5
Decimal185149213
Binary101110011001010111010101
Octal271225325

Shades and tints

Shades of #B995D5

#B995D5
(185,149,213)
#A988C2
(169,136,194)
#997BAF
(153,123,175)
#896E9C
(137,110,156)
#796189
(121,97,137)
#695476
(105,84,118)
#594763
(89,71,99)
#493A50
(73,58,80)
#392D3D
(57,45,61)
#29202A
(41,32,42)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #B995D5

#B995D5
(185,149,213)
#BF9ED8
(191,158,216)
#C5A7DB
(197,167,219)
#CBB0DE
(203,176,222)
#D1B9E1
(209,185,225)
#D7C2E4
(215,194,228)
#DDCBE7
(221,203,231)
#E3D4EA
(227,212,234)
#E9DDED
(233,221,237)
#EFE6F0
(239,230,240)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B995D5; }

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

This text font color is #B995D5.


Background Color

.myBgColor { background-color: #B995D5; }

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

This div background color is #B995D5.


Border color

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

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

This div border color is #B995D5.


Opacity

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

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

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

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

This text has shadow with #B995D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B995D5 on black background.


Color preview on white background

This text has color #B995D5 on white background.



Black color preview on #B995D5 background

This text has black color on #B995D5 background.


White color preview on #B995D5 background

This text has white color on #B995D5 background.