COLOR #B780C0

HEX: #B780C0
RGB: (183,128,192)

Color info

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

RGB color model

#B780C0 color RGB value is (183,128,192).

  • red value is 183;
  • green value is 128;
  • blue value is 192.
RGB:
(183,128,192)
(72%,50%,75%)

RGB channels and saturation

R 183 of 255 = 72%
G 128 of 255 = 50%
B 192 of 255 = 75%

183
128
192

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

Portions of RGB colors in percentages

R + G + B =
183 + 128 + 192 = 503 (100%)
R 183 of 503 ~ 36.38%
G 128 of 503 ~ 25.45%
B 192 of 503 ~ 38.17%

%36.38
%25.45
%38.17

CMYK color model

#B780C0 color CMYK value is (5,33,0,25).

  • cyan value is 4.69%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(5,33,0,25)
C5M33Y0K25 
(5%,33%,0%,25%)
(0.05/0.33/0.00/0.25)	

CMYK percentages

%4.69
%33.33
%0
%24.71

Codes

Color #B780C0 in popluar color models

B780C0
RGB183128192
HSL292°33.68%62.75%
HSB/HSV292°33.33%75.29%
CMYK4.69%33.33%0.00%
24.71%

Color #B780C0 in popluar number systems.

HEXB780C0
Decimal183128192
Binary101101111000000011000000
Octal267200300

Shades and tints

Shades of #B780C0

#B780C0
(183,128,192)
#A775AF
(167,117,175)
#976A9E
(151,106,158)
#875F8D
(135,95,141)
#77547C
(119,84,124)
#67496B
(103,73,107)
#573E5A
(87,62,90)
#473349
(71,51,73)
#372838
(55,40,56)
#271D27
(39,29,39)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #B780C0

#B780C0
(183,128,192)
#BD8BC5
(189,139,197)
#C396CA
(195,150,202)
#C9A1CF
(201,161,207)
#CFACD4
(207,172,212)
#D5B7D9
(213,183,217)
#DBC2DE
(219,194,222)
#E1CDE3
(225,205,227)
#E7D8E8
(231,216,232)
#EDE3ED
(237,227,237)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B780C0 color. Also use rgb(183,128,192) instead hex code.

Text Font Color

.myTextColor { color: #B780C0; }

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

This text font color is #B780C0.


Background Color

.myBgColor { background-color: #B780C0; }

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

This div background color is #B780C0.


Border color

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

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

This div border color is #B780C0.


Opacity

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

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

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

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

This text has shadow with #B780C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B780C0 on black background.


Color preview on white background

This text has color #B780C0 on white background.



Black color preview on #B780C0 background

This text has black color on #B780C0 background.


White color preview on #B780C0 background

This text has white color on #B780C0 background.