COLOR #B763E7

HEX: #B763E7
RGB: (183,99,231)

Color info

#B763E7 contains mainly red and blue colors. Web safe color of #B763E7 is #CC66FF (or #C6F).

RGB color model

#B763E7 color RGB value is (183,99,231).

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

RGB channels and saturation

R 183 of 255 = 72%
G 99 of 255 = 39%
B 231 of 255 = 91%

183
99
231

R + G + B ~ 67%. #B763E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 99 + 231 = 513 (100%)
R 183 of 513 ~ 35.67%
G 99 of 513 ~ 19.3%
B 231 of 513 ~ 45.03%

%35.67
%19.3
%45.03

CMYK color model

#B763E7 color CMYK value is (21,57,0,9).

  • cyan value is 20.78%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(21,57,0,9)
C21M57Y0K9 
(21%,57%,0%,9%)
(0.21/0.57/0.00/0.09)	

CMYK percentages

%20.78
%57.14
%0
%9.41

Codes

Color #B763E7 in popluar color models

B763E7
RGB18399231
HSL278°73.33%64.71%
HSB/HSV278°57.14%90.59%
CMYK20.78%57.14%0.00%
9.41%

Color #B763E7 in popluar number systems.

HEXB763E7
Decimal18399231
Binary10110111110001111100111
Octal267143347

Shades and tints

Shades of #B763E7

#B763E7
(183,99,231)
#A75AD2
(167,90,210)
#9751BD
(151,81,189)
#8748A8
(135,72,168)
#773F93
(119,63,147)
#67367E
(103,54,126)
#572D69
(87,45,105)
#472454
(71,36,84)
#371B3F
(55,27,63)
#27122A
(39,18,42)
#170915
(23,9,21)
#000000
(0,0,0)

Tints of #B763E7

#B763E7
(183,99,231)
#BD71E9
(189,113,233)
#C37FEB
(195,127,235)
#C98DED
(201,141,237)
#CF9BEF
(207,155,239)
#D5A9F1
(213,169,241)
#DBB7F3
(219,183,243)
#E1C5F5
(225,197,245)
#E7D3F7
(231,211,247)
#EDE1F9
(237,225,249)
#F3EFFB
(243,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B763E7; }

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

This text font color is #B763E7.


Background Color

.myBgColor { background-color: #B763E7; }

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

This div background color is #B763E7.


Border color

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

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

This div border color is #B763E7.


Opacity

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

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

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

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

This text has shadow with #B763E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B763E7 on black background.


Color preview on white background

This text has color #B763E7 on white background.



Black color preview on #B763E7 background

This text has black color on #B763E7 background.


White color preview on #B763E7 background

This text has white color on #B763E7 background.