COLOR #B77CE5

HEX: #B77CE5
RGB: (183,124,229)

Color info

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

RGB color model

#B77CE5 color RGB value is (183,124,229).

  • red value is 183;
  • green value is 124;
  • blue value is 229.
RGB:
(183,124,229)
(72%,49%,90%)

RGB channels and saturation

R 183 of 255 = 72%
G 124 of 255 = 49%
B 229 of 255 = 90%

183
124
229

R + G + B ~ 70%. #B77CE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 124 + 229 = 536 (100%)
R 183 of 536 ~ 34.14%
G 124 of 536 ~ 23.13%
B 229 of 536 ~ 42.72%

%34.14
%23.13
%42.72

CMYK color model

#B77CE5 color CMYK value is (20,46,0,10).

  • cyan value is 20.09%
  • magenta value is 45.85%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(20,46,0,10)
C20M46Y0K10 
(20%,46%,0%,10%)
(0.20/0.46/0.00/0.10)	

CMYK percentages

%20.09
%45.85
%0
%10.2

Codes

Color #B77CE5 in popluar color models

B77CE5
RGB183124229
HSL274°66.88%69.22%
HSB/HSV274°45.85%89.80%
CMYK20.09%45.85%0.00%
10.20%

Color #B77CE5 in popluar number systems.

HEXB77CE5
Decimal183124229
Binary10110111111110011100101
Octal267174345

Shades and tints

Shades of #B77CE5

#B77CE5
(183,124,229)
#A771D1
(167,113,209)
#9766BD
(151,102,189)
#875BA9
(135,91,169)
#775095
(119,80,149)
#674581
(103,69,129)
#573A6D
(87,58,109)
#472F59
(71,47,89)
#372445
(55,36,69)
#271931
(39,25,49)
#170E1D
(23,14,29)
#000000
(0,0,0)

Tints of #B77CE5

#B77CE5
(183,124,229)
#BD87E7
(189,135,231)
#C392E9
(195,146,233)
#C99DEB
(201,157,235)
#CFA8ED
(207,168,237)
#D5B3EF
(213,179,239)
#DBBEF1
(219,190,241)
#E1C9F3
(225,201,243)
#E7D4F5
(231,212,245)
#EDDFF7
(237,223,247)
#F3EAF9
(243,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77CE5 color. Also use rgb(183,124,229) instead hex code.

Text Font Color

.myTextColor { color: #B77CE5; }

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

This text font color is #B77CE5.


Background Color

.myBgColor { background-color: #B77CE5; }

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

This div background color is #B77CE5.


Border color

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

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

This div border color is #B77CE5.


Opacity

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

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

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

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

This text has shadow with #B77CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77CE5 on black background.


Color preview on white background

This text has color #B77CE5 on white background.



Black color preview on #B77CE5 background

This text has black color on #B77CE5 background.


White color preview on #B77CE5 background

This text has white color on #B77CE5 background.