COLOR #B795E7

HEX: #B795E7
RGB: (183,149,231)

Color info

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

RGB color model

#B795E7 color RGB value is (183,149,231).

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

RGB channels and saturation

R 183 of 255 = 72%
G 149 of 255 = 58%
B 231 of 255 = 91%

183
149
231

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

Portions of RGB colors in percentages

R + G + B =
183 + 149 + 231 = 563 (100%)
R 183 of 563 ~ 32.5%
G 149 of 563 ~ 26.47%
B 231 of 563 ~ 41.03%

%32.5
%26.47
%41.03

CMYK color model

#B795E7 color CMYK value is (21,35,0,9).

  • cyan value is 20.78%
  • magenta value is 35.50%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(21,35,0,9)
C21M35Y0K9 
(21%,35%,0%,9%)
(0.21/0.35/0.00/0.09)	

CMYK percentages

%20.78
%35.5
%0
%9.41

Codes

Color #B795E7 in popluar color models

B795E7
RGB183149231
HSL265°63.08%74.51%
HSB/HSV265°35.50%90.59%
CMYK20.78%35.50%0.00%
9.41%

Color #B795E7 in popluar number systems.

HEXB795E7
Decimal183149231
Binary101101111001010111100111
Octal267225347

Shades and tints

Shades of #B795E7

#B795E7
(183,149,231)
#A788D2
(167,136,210)
#977BBD
(151,123,189)
#876EA8
(135,110,168)
#776193
(119,97,147)
#67547E
(103,84,126)
#574769
(87,71,105)
#473A54
(71,58,84)
#372D3F
(55,45,63)
#27202A
(39,32,42)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #B795E7

#B795E7
(183,149,231)
#BD9EE9
(189,158,233)
#C3A7EB
(195,167,235)
#C9B0ED
(201,176,237)
#CFB9EF
(207,185,239)
#D5C2F1
(213,194,241)
#DBCBF3
(219,203,243)
#E1D4F5
(225,212,245)
#E7DDF7
(231,221,247)
#EDE6F9
(237,230,249)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B795E7; }

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

This text font color is #B795E7.


Background Color

.myBgColor { background-color: #B795E7; }

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

This div background color is #B795E7.


Border color

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

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

This div border color is #B795E7.


Opacity

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

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

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

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

This text has shadow with #B795E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B795E7 on black background.


Color preview on white background

This text has color #B795E7 on white background.



Black color preview on #B795E7 background

This text has black color on #B795E7 background.


White color preview on #B795E7 background

This text has white color on #B795E7 background.