COLOR #B656DB

HEX: #B656DB
RGB: (182,86,219)

Color info

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

RGB color model

#B656DB color RGB value is (182,86,219).

  • red value is 182;
  • green value is 86;
  • blue value is 219.
RGB:
(182,86,219)
(71%,34%,86%)

RGB channels and saturation

R 182 of 255 = 71%
G 86 of 255 = 34%
B 219 of 255 = 86%

182
86
219

R + G + B ~ 64%. #B656DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 86 + 219 = 487 (100%)
R 182 of 487 ~ 37.37%
G 86 of 487 ~ 17.66%
B 219 of 487 ~ 44.97%

%37.37
%17.66
%44.97

CMYK color model

#B656DB color CMYK value is (17,61,0,14).

  • cyan value is 16.89%
  • magenta value is 60.73%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,61,0,14)
C17M61Y0K14 
(17%,61%,0%,14%)
(0.17/0.61/0.00/0.14)	

CMYK percentages

%16.89
%60.73
%0
%14.12

Codes

Color #B656DB in popluar color models

B656DB
RGB18286219
HSL283°64.88%59.80%
HSB/HSV283°60.73%85.88%
CMYK16.89%60.73%0.00%
14.12%

Color #B656DB in popluar number systems.

HEXB656DB
Decimal18286219
Binary10110110101011011011011
Octal266126333

Shades and tints

Shades of #B656DB

#B656DB
(182,86,219)
#A64FC8
(166,79,200)
#9648B5
(150,72,181)
#8641A2
(134,65,162)
#763A8F
(118,58,143)
#66337C
(102,51,124)
#562C69
(86,44,105)
#462556
(70,37,86)
#361E43
(54,30,67)
#261730
(38,23,48)
#16101D
(22,16,29)
#000000
(0,0,0)

Tints of #B656DB

#B656DB
(182,86,219)
#BC65DE
(188,101,222)
#C274E1
(194,116,225)
#C883E4
(200,131,228)
#CE92E7
(206,146,231)
#D4A1EA
(212,161,234)
#DAB0ED
(218,176,237)
#E0BFF0
(224,191,240)
#E6CEF3
(230,206,243)
#ECDDF6
(236,221,246)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B656DB color. Also use rgb(182,86,219) instead hex code.

Text Font Color

.myTextColor { color: #B656DB; }

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

This text font color is #B656DB.


Background Color

.myBgColor { background-color: #B656DB; }

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

This div background color is #B656DB.


Border color

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

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

This div border color is #B656DB.


Opacity

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

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

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

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

This text has shadow with #B656DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B656DB on black background.


Color preview on white background

This text has color #B656DB on white background.



Black color preview on #B656DB background

This text has black color on #B656DB background.


White color preview on #B656DB background

This text has white color on #B656DB background.