COLOR #B763B9

HEX: #B763B9
RGB: (183,99,185)

Color info

#B763B9 contains mainly red and blue colors. Web safe color of #B763B9 is #CC66CC (or #C6C).

RGB color model

#B763B9 color RGB value is (183,99,185).

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

RGB channels and saturation

R 183 of 255 = 72%
G 99 of 255 = 39%
B 185 of 255 = 73%

183
99
185

R + G + B ~ 61%. #B763B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 99 + 185 = 467 (100%)
R 183 of 467 ~ 39.19%
G 99 of 467 ~ 21.2%
B 185 of 467 ~ 39.61%

%39.19
%21.2
%39.61

CMYK color model

#B763B9 color CMYK value is (1,46,0,27).

  • cyan value is 1.08%
  • magenta value is 46.49%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(1,46,0,27)
C1M46Y0K27 
(1%,46%,0%,27%)
(0.01/0.46/0.00/0.27)	

CMYK percentages

%1.08
%46.49
%0
%27.45

Codes

Color #B763B9 in popluar color models

B763B9
RGB18399185
HSL299°38.05%55.69%
HSB/HSV299°46.49%72.55%
CMYK1.08%46.49%0.00%
27.45%

Color #B763B9 in popluar number systems.

HEXB763B9
Decimal18399185
Binary10110111110001110111001
Octal267143271

Shades and tints

Shades of #B763B9

#B763B9
(183,99,185)
#A75AA9
(167,90,169)
#975199
(151,81,153)
#874889
(135,72,137)
#773F79
(119,63,121)
#673669
(103,54,105)
#572D59
(87,45,89)
#472449
(71,36,73)
#371B39
(55,27,57)
#271229
(39,18,41)
#170919
(23,9,25)
#000000
(0,0,0)

Tints of #B763B9

#B763B9
(183,99,185)
#BD71BF
(189,113,191)
#C37FC5
(195,127,197)
#C98DCB
(201,141,203)
#CF9BD1
(207,155,209)
#D5A9D7
(213,169,215)
#DBB7DD
(219,183,221)
#E1C5E3
(225,197,227)
#E7D3E9
(231,211,233)
#EDE1EF
(237,225,239)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B763B9; }

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

This text font color is #B763B9.


Background Color

.myBgColor { background-color: #B763B9; }

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

This div background color is #B763B9.


Border color

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

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

This div border color is #B763B9.


Opacity

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

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

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

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

This text has shadow with #B763B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B763B9 on black background.


Color preview on white background

This text has color #B763B9 on white background.



Black color preview on #B763B9 background

This text has black color on #B763B9 background.


White color preview on #B763B9 background

This text has white color on #B763B9 background.