COLOR #B782BB

HEX: #B782BB
RGB: (183,130,187)

Color info

#B782BB contains red, green and blue colors in about the same proportion. Web safe color of #B782BB is #CC99CC (or #C9C).

RGB color model

#B782BB color RGB value is (183,130,187).

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

RGB channels and saturation

R 183 of 255 = 72%
G 130 of 255 = 51%
B 187 of 255 = 73%

183
130
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 130 + 187 = 500 (100%)
R 183 of 500 ~ 36.6%
G 130 of 500 ~ 26%
B 187 of 500 ~ 37.4%

%36.6
%26
%37.4

CMYK color model

#B782BB color CMYK value is (2,30,0,27).

  • cyan value is 2.14%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,30,0,27)
C2M30Y0K27 
(2%,30%,0%,27%)
(0.02/0.30/0.00/0.27)	

CMYK percentages

%2.14
%30.48
%0
%26.67

Codes

Color #B782BB in popluar color models

B782BB
RGB183130187
HSL296°29.53%62.16%
HSB/HSV296°30.48%73.33%
CMYK2.14%30.48%0.00%
26.67%

Color #B782BB in popluar number systems.

HEXB782BB
Decimal183130187
Binary101101111000001010111011
Octal267202273

Shades and tints

Shades of #B782BB

#B782BB
(183,130,187)
#A777AA
(167,119,170)
#976C99
(151,108,153)
#876188
(135,97,136)
#775677
(119,86,119)
#674B66
(103,75,102)
#574055
(87,64,85)
#473544
(71,53,68)
#372A33
(55,42,51)
#271F22
(39,31,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B782BB

#B782BB
(183,130,187)
#BD8DC1
(189,141,193)
#C398C7
(195,152,199)
#C9A3CD
(201,163,205)
#CFAED3
(207,174,211)
#D5B9D9
(213,185,217)
#DBC4DF
(219,196,223)
#E1CFE5
(225,207,229)
#E7DAEB
(231,218,235)
#EDE5F1
(237,229,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B782BB; }

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

This text font color is #B782BB.


Background Color

.myBgColor { background-color: #B782BB; }

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

This div background color is #B782BB.


Border color

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

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

This div border color is #B782BB.


Opacity

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

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

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

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

This text has shadow with #B782BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B782BB on black background.


Color preview on white background

This text has color #B782BB on white background.



Black color preview on #B782BB background

This text has black color on #B782BB background.


White color preview on #B782BB background

This text has white color on #B782BB background.