COLOR #B995E8

HEX: #B995E8
RGB: (185,149,232)

Color info

#B995E8 contains mainly red and blue colors. Web safe color of #B995E8 is #CC99FF (or #C9F).

RGB color model

#B995E8 color RGB value is (185,149,232).

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

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 232 of 255 = 91%

185
149
232

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

Portions of RGB colors in percentages

R + G + B =
185 + 149 + 232 = 566 (100%)
R 185 of 566 ~ 32.69%
G 149 of 566 ~ 26.33%
B 232 of 566 ~ 40.99%

%32.69
%26.33
%40.99

CMYK color model

#B995E8 color CMYK value is (20,36,0,9).

  • cyan value is 20.26%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(20,36,0,9)
C20M36Y0K9 
(20%,36%,0%,9%)
(0.20/0.36/0.00/0.09)	

CMYK percentages

%20.26
%35.78
%0
%9.02

Codes

Color #B995E8 in popluar color models

B995E8
RGB185149232
HSL266°64.34%74.71%
HSB/HSV266°35.78%90.98%
CMYK20.26%35.78%0.00%
9.02%

Color #B995E8 in popluar number systems.

HEXB995E8
Decimal185149232
Binary101110011001010111101000
Octal271225350

Shades and tints

Shades of #B995E8

#B995E8
(185,149,232)
#A988D3
(169,136,211)
#997BBE
(153,123,190)
#896EA9
(137,110,169)
#796194
(121,97,148)
#69547F
(105,84,127)
#59476A
(89,71,106)
#493A55
(73,58,85)
#392D40
(57,45,64)
#29202B
(41,32,43)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #B995E8

#B995E8
(185,149,232)
#BF9EEA
(191,158,234)
#C5A7EC
(197,167,236)
#CBB0EE
(203,176,238)
#D1B9F0
(209,185,240)
#D7C2F2
(215,194,242)
#DDCBF4
(221,203,244)
#E3D4F6
(227,212,246)
#E9DDF8
(233,221,248)
#EFE6FA
(239,230,250)
#F5EFFC
(245,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B995E8; }

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

This text font color is #B995E8.


Background Color

.myBgColor { background-color: #B995E8; }

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

This div background color is #B995E8.


Border color

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

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

This div border color is #B995E8.


Opacity

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

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

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

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

This text has shadow with #B995E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B995E8 on black background.


Color preview on white background

This text has color #B995E8 on white background.



Black color preview on #B995E8 background

This text has black color on #B995E8 background.


White color preview on #B995E8 background

This text has white color on #B995E8 background.