COLOR #B45CB0

HEX: #B45CB0
RGB: (180,92,176)

Color info

#B45CB0 contains mainly red and blue colors. Web safe color of #B45CB0 is #CC6699 (or #C69).

RGB color model

#B45CB0 color RGB value is (180,92,176).

  • red value is 180;
  • green value is 92;
  • blue value is 176.
RGB:
(180,92,176)
(71%,36%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 92 of 255 = 36%
B 176 of 255 = 69%

180
92
176

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

Portions of RGB colors in percentages

R + G + B =
180 + 92 + 176 = 448 (100%)
R 180 of 448 ~ 40.18%
G 92 of 448 ~ 20.54%
B 176 of 448 ~ 39.29%

%40.18
%20.54
%39.29

CMYK color model

#B45CB0 color CMYK value is (0,49,2,29).

  • cyan value is 0.00%
  • magenta value is 48.89%
  • yellow value is 2.22%
  • key color value is 29.41%
CMYK:
(0,49,2,29)
C0M49Y2K29 
(0%,49%,2%,29%)
(0.00/0.49/0.02/0.29)	

CMYK percentages

%0
%48.89
%2.22
%29.41

Codes

Color #B45CB0 in popluar color models

B45CB0
RGB18092176
HSL303°36.97%53.33%
HSB/HSV303°48.89%70.59%
CMYK0.00%48.89%2.22%
29.41%

Color #B45CB0 in popluar number systems.

HEXB45CB0
Decimal18092176
Binary10110100101110010110000
Octal264134260

Shades and tints

Shades of #B45CB0

#B45CB0
(180,92,176)
#A454A0
(164,84,160)
#944C90
(148,76,144)
#844480
(132,68,128)
#743C70
(116,60,112)
#643460
(100,52,96)
#542C50
(84,44,80)
#442440
(68,36,64)
#341C30
(52,28,48)
#241420
(36,20,32)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #B45CB0

#B45CB0
(180,92,176)
#BA6AB7
(186,106,183)
#C078BE
(192,120,190)
#C686C5
(198,134,197)
#CC94CC
(204,148,204)
#D2A2D3
(210,162,211)
#D8B0DA
(216,176,218)
#DEBEE1
(222,190,225)
#E4CCE8
(228,204,232)
#EADAEF
(234,218,239)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45CB0 color. Also use rgb(180,92,176) instead hex code.

Text Font Color

.myTextColor { color: #B45CB0; }

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

This text font color is #B45CB0.


Background Color

.myBgColor { background-color: #B45CB0; }

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

This div background color is #B45CB0.


Border color

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

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

This div border color is #B45CB0.


Opacity

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

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

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

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

This text has shadow with #B45CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45CB0 on black background.


Color preview on white background

This text has color #B45CB0 on white background.



Black color preview on #B45CB0 background

This text has black color on #B45CB0 background.


White color preview on #B45CB0 background

This text has white color on #B45CB0 background.