COLOR #B780D4

HEX: #B780D4
RGB: (183,128,212)

Color info

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

RGB color model

#B780D4 color RGB value is (183,128,212).

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

RGB channels and saturation

R 183 of 255 = 72%
G 128 of 255 = 50%
B 212 of 255 = 83%

183
128
212

R + G + B ~ 68%. #B780D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 128 + 212 = 523 (100%)
R 183 of 523 ~ 34.99%
G 128 of 523 ~ 24.47%
B 212 of 523 ~ 40.54%

%34.99
%24.47
%40.54

CMYK color model

#B780D4 color CMYK value is (14,40,0,17).

  • cyan value is 13.68%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(14,40,0,17)
C14M40Y0K17 
(14%,40%,0%,17%)
(0.14/0.40/0.00/0.17)	

CMYK percentages

%13.68
%39.62
%0
%16.86

Codes

Color #B780D4 in popluar color models

B780D4
RGB183128212
HSL279°49.41%66.67%
HSB/HSV279°39.62%83.14%
CMYK13.68%39.62%0.00%
16.86%

Color #B780D4 in popluar number systems.

HEXB780D4
Decimal183128212
Binary101101111000000011010100
Octal267200324

Shades and tints

Shades of #B780D4

#B780D4
(183,128,212)
#A775C1
(167,117,193)
#976AAE
(151,106,174)
#875F9B
(135,95,155)
#775488
(119,84,136)
#674975
(103,73,117)
#573E62
(87,62,98)
#47334F
(71,51,79)
#37283C
(55,40,60)
#271D29
(39,29,41)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #B780D4

#B780D4
(183,128,212)
#BD8BD7
(189,139,215)
#C396DA
(195,150,218)
#C9A1DD
(201,161,221)
#CFACE0
(207,172,224)
#D5B7E3
(213,183,227)
#DBC2E6
(219,194,230)
#E1CDE9
(225,205,233)
#E7D8EC
(231,216,236)
#EDE3EF
(237,227,239)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B780D4; }

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

This text font color is #B780D4.


Background Color

.myBgColor { background-color: #B780D4; }

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

This div background color is #B780D4.


Border color

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

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

This div border color is #B780D4.


Opacity

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

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

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

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

This text has shadow with #B780D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B780D4 on black background.


Color preview on white background

This text has color #B780D4 on white background.



Black color preview on #B780D4 background

This text has black color on #B780D4 background.


White color preview on #B780D4 background

This text has white color on #B780D4 background.