COLOR #B780BB

HEX: #B780BB
RGB: (183,128,187)

Color info

#B780BB contains red, green and blue colors in about the same proportion. Web safe color of #B780BB is #CC66CC (or #C6C).

RGB color model

#B780BB color RGB value is (183,128,187).

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

RGB channels and saturation

R 183 of 255 = 72%
G 128 of 255 = 50%
B 187 of 255 = 73%

183
128
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 128 + 187 = 498 (100%)
R 183 of 498 ~ 36.75%
G 128 of 498 ~ 25.7%
B 187 of 498 ~ 37.55%

%36.75
%25.7
%37.55

CMYK color model

#B780BB color CMYK value is (2,32,0,27).

  • cyan value is 2.14%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,32,0,27)
C2M32Y0K27 
(2%,32%,0%,27%)
(0.02/0.32/0.00/0.27)	

CMYK percentages

%2.14
%31.55
%0
%26.67

Codes

Color #B780BB in popluar color models

B780BB
RGB183128187
HSL296°30.26%61.76%
HSB/HSV296°31.55%73.33%
CMYK2.14%31.55%0.00%
26.67%

Color #B780BB in popluar number systems.

HEXB780BB
Decimal183128187
Binary101101111000000010111011
Octal267200273

Shades and tints

Shades of #B780BB

#B780BB
(183,128,187)
#A775AA
(167,117,170)
#976A99
(151,106,153)
#875F88
(135,95,136)
#775477
(119,84,119)
#674966
(103,73,102)
#573E55
(87,62,85)
#473344
(71,51,68)
#372833
(55,40,51)
#271D22
(39,29,34)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #B780BB

#B780BB
(183,128,187)
#BD8BC1
(189,139,193)
#C396C7
(195,150,199)
#C9A1CD
(201,161,205)
#CFACD3
(207,172,211)
#D5B7D9
(213,183,217)
#DBC2DF
(219,194,223)
#E1CDE5
(225,205,229)
#E7D8EB
(231,216,235)
#EDE3F1
(237,227,241)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B780BB; }

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

This text font color is #B780BB.


Background Color

.myBgColor { background-color: #B780BB; }

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

This div background color is #B780BB.


Border color

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

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

This div border color is #B780BB.


Opacity

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

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

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

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

This text has shadow with #B780BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B780BB on black background.


Color preview on white background

This text has color #B780BB on white background.



Black color preview on #B780BB background

This text has black color on #B780BB background.


White color preview on #B780BB background

This text has white color on #B780BB background.