COLOR #B772CB

HEX: #B772CB RGB: (183,114,203)

Color info

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

RGB color model

#B772CB color RGB value is (183,114,203).

RGB: (183,114,203) (72%, 45%, 80%)

RGB channels and saturation

R 183 of 255 = 72%
G 114 of 255 = 45%
B 203 of 255 = 80%

183
114
203

R + G + B ~ 66%. #B772CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 114 + 203 = 500 (100%)
R 183 of 500 ~ 36.6%
G 114 of 500 ~ 22.8%
B 203 of 500 ~ 40.6'%

%36.6
%22.8
%40.6

CMYK color model

#B772CB color CMYK value is (10,44,0,20).

  • cyan value is 9.85%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (10,44,0,20)
C10M44Y0K20 (10%, 44%, 0%, 20%)
(0.10 / 0.44 / 0.00 / 0.20)

CMYK percentages

%9.85
%43.84
%0
%20.39

Codes

Color #B772CB in popluar color models

B7 72 CB
RGB 183 114 203
HSL 287° 46.11% 62.16%
HSB/HSV 287° 43.84% 79.61%
CMYK 9.85% 43.84% 0.00%
20.39%

Color #B772CB in popluar number systems.

HEX B7 72 CB
Decimal 183 114 203
Binary 10110111 1110010 11001011
Octal 267 162 313

Shades and tints

Shades of #B772CB

#B772CB
(183,114,203)
#A768B9
(167,104,185)
#975EA7
(151,94,167)
#875495
(135,84,149)
#774A83
(119,74,131)
#674071
(103,64,113)
#57365F
(87,54,95)
#472C4D
(71,44,77)
#37223B
(55,34,59)
#271829
(39,24,41)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #B772CB

#B772CB
(183,114,203)
#BD7ECF
(189,126,207)
#C38AD3
(195,138,211)
#C996D7
(201,150,215)
#CFA2DB
(207,162,219)
#D5AEDF
(213,174,223)
#DBBAE3
(219,186,227)
#E1C6E7
(225,198,231)
#E7D2EB
(231,210,235)
#EDDEEF
(237,222,239)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B772CB color. Also use rgb(183,114,203) instead hex code.

Text Font Color

.myTextColor { color: #B772CB; }

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

This text font color is #B772CB.

Background Color

.myBgColor { background-color: #B772CB; }

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

This div background color is #B772CB.

Border color

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

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

This div border color is #B772CB.

Opacity

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

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

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

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

This text has shadow with #B772CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B772CB.

Preview

Color preview on black background

This text has color #B772CB on black background.


Color preview on white background

This text has color #B772CB on white background.


Black color preview on #B772CB background

This text has black color on #B772CB background.


White color preview on #B772CB background

This text has white color on #B772CB background.


Related colors

Complementary color

Complementary color for #hex is #488D34.


I love getcolorcode.com

Triadic colors

1 #CBB772 and #72CBB7 with #B772CB are triadic colors.

2 #CB72B7 and #72B7CB with #B772CB are triadic colors.