COLOR #B653C4

HEX: #B653C4
RGB: (182,83,196)

Color info

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

RGB color model

#B653C4 color RGB value is (182,83,196).

  • red value is 182;
  • green value is 83;
  • blue value is 196.
RGB:
(182,83,196)
(71%,33%,77%)

RGB channels and saturation

R 182 of 255 = 71%
G 83 of 255 = 33%
B 196 of 255 = 77%

182
83
196

R + G + B ~ 60%. #B653C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 83 + 196 = 461 (100%)
R 182 of 461 ~ 39.48%
G 83 of 461 ~ 18%
B 196 of 461 ~ 42.52%

%39.48
%18
%42.52

CMYK color model

#B653C4 color CMYK value is (7,58,0,23).

  • cyan value is 7.14%
  • magenta value is 57.65%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(7,58,0,23)
C7M58Y0K23 
(7%,58%,0%,23%)
(0.07/0.58/0.00/0.23)	

CMYK percentages

%7.14
%57.65
%0
%23.14

Codes

Color #B653C4 in popluar color models

B653C4
RGB18283196
HSL293°48.92%54.71%
HSB/HSV293°57.65%76.86%
CMYK7.14%57.65%0.00%
23.14%

Color #B653C4 in popluar number systems.

HEXB653C4
Decimal18283196
Binary10110110101001111000100
Octal266123304

Shades and tints

Shades of #B653C4

#B653C4
(182,83,196)
#A64CB3
(166,76,179)
#9645A2
(150,69,162)
#863E91
(134,62,145)
#763780
(118,55,128)
#66306F
(102,48,111)
#56295E
(86,41,94)
#46224D
(70,34,77)
#361B3C
(54,27,60)
#26142B
(38,20,43)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #B653C4

#B653C4
(182,83,196)
#BC62C9
(188,98,201)
#C271CE
(194,113,206)
#C880D3
(200,128,211)
#CE8FD8
(206,143,216)
#D49EDD
(212,158,221)
#DAADE2
(218,173,226)
#E0BCE7
(224,188,231)
#E6CBEC
(230,203,236)
#ECDAF1
(236,218,241)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B653C4 color. Also use rgb(182,83,196) instead hex code.

Text Font Color

.myTextColor { color: #B653C4; }

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

This text font color is #B653C4.


Background Color

.myBgColor { background-color: #B653C4; }

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

This div background color is #B653C4.


Border color

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

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

This div border color is #B653C4.


Opacity

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

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

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

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

This text has shadow with #B653C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B653C4 on black background.


Color preview on white background

This text has color #B653C4 on white background.



Black color preview on #B653C4 background

This text has black color on #B653C4 background.


White color preview on #B653C4 background

This text has white color on #B653C4 background.