COLOR #B775C4

HEX: #B775C4
RGB: (183,117,196)

Color info

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

RGB color model

#B775C4 color RGB value is (183,117,196).

  • red value is 183;
  • green value is 117;
  • blue value is 196.
RGB:
(183,117,196)
(72%,46%,77%)

RGB channels and saturation

R 183 of 255 = 72%
G 117 of 255 = 46%
B 196 of 255 = 77%

183
117
196

R + G + B ~ 65%. #B775C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 117 + 196 = 496 (100%)
R 183 of 496 ~ 36.9%
G 117 of 496 ~ 23.59%
B 196 of 496 ~ 39.52%

%36.9
%23.59
%39.52

CMYK color model

#B775C4 color CMYK value is (7,40,0,23).

  • cyan value is 6.63%
  • magenta value is 40.31%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(7,40,0,23)
C7M40Y0K23 
(7%,40%,0%,23%)
(0.07/0.40/0.00/0.23)	

CMYK percentages

%6.63
%40.31
%0
%23.14

Codes

Color #B775C4 in popluar color models

B775C4
RGB183117196
HSL290°40.10%61.37%
HSB/HSV290°40.31%76.86%
CMYK6.63%40.31%0.00%
23.14%

Color #B775C4 in popluar number systems.

HEXB775C4
Decimal183117196
Binary10110111111010111000100
Octal267165304

Shades and tints

Shades of #B775C4

#B775C4
(183,117,196)
#A76BB3
(167,107,179)
#9761A2
(151,97,162)
#875791
(135,87,145)
#774D80
(119,77,128)
#67436F
(103,67,111)
#57395E
(87,57,94)
#472F4D
(71,47,77)
#37253C
(55,37,60)
#271B2B
(39,27,43)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #B775C4

#B775C4
(183,117,196)
#BD81C9
(189,129,201)
#C38DCE
(195,141,206)
#C999D3
(201,153,211)
#CFA5D8
(207,165,216)
#D5B1DD
(213,177,221)
#DBBDE2
(219,189,226)
#E1C9E7
(225,201,231)
#E7D5EC
(231,213,236)
#EDE1F1
(237,225,241)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B775C4 color. Also use rgb(183,117,196) instead hex code.

Text Font Color

.myTextColor { color: #B775C4; }

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

This text font color is #B775C4.


Background Color

.myBgColor { background-color: #B775C4; }

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

This div background color is #B775C4.


Border color

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

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

This div border color is #B775C4.


Opacity

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

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

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

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

This text has shadow with #B775C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B775C4 on black background.


Color preview on white background

This text has color #B775C4 on white background.



Black color preview on #B775C4 background

This text has black color on #B775C4 background.


White color preview on #B775C4 background

This text has white color on #B775C4 background.