COLOR #B795E2

HEX: #B795E2
RGB: (183,149,226)

Color info

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

RGB color model

#B795E2 color RGB value is (183,149,226).

  • red value is 183;
  • green value is 149;
  • blue value is 226.
RGB:
(183,149,226)
(72%,58%,89%)

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 226 of 255 = 89%

183
149
226

R + G + B ~ 73%. #B795E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 226 = 558 (100%)
R 183 of 558 ~ 32.8%
G 149 of 558 ~ 26.7%
B 226 of 558 ~ 40.5%

%32.8
%26.7
%40.5

CMYK color model

#B795E2 color CMYK value is (19,34,0,11).

  • cyan value is 19.03%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(19,34,0,11)
C19M34Y0K11 
(19%,34%,0%,11%)
(0.19/0.34/0.00/0.11)	

CMYK percentages

%19.03
%34.07
%0
%11.37

Codes

Color #B795E2 in popluar color models

B795E2
RGB183149226
HSL266°57.04%73.53%
HSB/HSV266°34.07%88.63%
CMYK19.03%34.07%0.00%
11.37%

Color #B795E2 in popluar number systems.

HEXB795E2
Decimal183149226
Binary101101111001010111100010
Octal267225342

Shades and tints

Shades of #B795E2

#B795E2
(183,149,226)
#A788CE
(167,136,206)
#977BBA
(151,123,186)
#876EA6
(135,110,166)
#776192
(119,97,146)
#67547E
(103,84,126)
#57476A
(87,71,106)
#473A56
(71,58,86)
#372D42
(55,45,66)
#27202E
(39,32,46)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #B795E2

#B795E2
(183,149,226)
#BD9EE4
(189,158,228)
#C3A7E6
(195,167,230)
#C9B0E8
(201,176,232)
#CFB9EA
(207,185,234)
#D5C2EC
(213,194,236)
#DBCBEE
(219,203,238)
#E1D4F0
(225,212,240)
#E7DDF2
(231,221,242)
#EDE6F4
(237,230,244)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B795E2; }

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

This text font color is #B795E2.


Background Color

.myBgColor { background-color: #B795E2; }

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

This div background color is #B795E2.


Border color

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

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

This div border color is #B795E2.


Opacity

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

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

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

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

This text has shadow with #B795E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B795E2 on black background.


Color preview on white background

This text has color #B795E2 on white background.



Black color preview on #B795E2 background

This text has black color on #B795E2 background.


White color preview on #B795E2 background

This text has white color on #B795E2 background.