COLOR #B437C7

HEX: #B437C7
RGB: (180,55,199)

Color info

#B437C7 contains mainly red and blue colors. Web safe color of #B437C7 is #CC33CC (or #C3C).

RGB color model

#B437C7 color RGB value is (180,55,199).

  • red value is 180;
  • green value is 55;
  • blue value is 199.
RGB:
(180,55,199)
(71%,22%,78%)

RGB channels and saturation

R 180 of 255 = 71%
G 55 of 255 = 22%
B 199 of 255 = 78%

180
55
199

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

Portions of RGB colors in percentages

R + G + B =
180 + 55 + 199 = 434 (100%)
R 180 of 434 ~ 41.47%
G 55 of 434 ~ 12.67%
B 199 of 434 ~ 45.85%

%41.47
%12.67
%45.85

CMYK color model

#B437C7 color CMYK value is (10,72,0,22).

  • cyan value is 9.55%
  • magenta value is 72.36%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,72,0,22)
C10M72Y0K22 
(10%,72%,0%,22%)
(0.10/0.72/0.00/0.22)	

CMYK percentages

%9.55
%72.36
%0
%21.96

Codes

Color #B437C7 in popluar color models

B437C7
RGB18055199
HSL292°56.69%49.80%
HSB/HSV292°72.36%78.04%
CMYK9.55%72.36%0.00%
21.96%

Color #B437C7 in popluar number systems.

HEXB437C7
Decimal18055199
Binary1011010011011111000111
Octal26467307

Shades and tints

Shades of #B437C7

#B437C7
(180,55,199)
#A432B5
(164,50,181)
#942DA3
(148,45,163)
#842891
(132,40,145)
#74237F
(116,35,127)
#641E6D
(100,30,109)
#54195B
(84,25,91)
#441449
(68,20,73)
#340F37
(52,15,55)
#240A25
(36,10,37)
#140513
(20,5,19)
#000000
(0,0,0)

Tints of #B437C7

#B437C7
(180,55,199)
#BA49CC
(186,73,204)
#C05BD1
(192,91,209)
#C66DD6
(198,109,214)
#CC7FDB
(204,127,219)
#D291E0
(210,145,224)
#D8A3E5
(216,163,229)
#DEB5EA
(222,181,234)
#E4C7EF
(228,199,239)
#EAD9F4
(234,217,244)
#F0EBF9
(240,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B437C7 color. Also use rgb(180,55,199) instead hex code.

Text Font Color

.myTextColor { color: #B437C7; }

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

This text font color is #B437C7.


Background Color

.myBgColor { background-color: #B437C7; }

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

This div background color is #B437C7.


Border color

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

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

This div border color is #B437C7.


Opacity

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

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

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

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

This text has shadow with #B437C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B437C7 on black background.


Color preview on white background

This text has color #B437C7 on white background.



Black color preview on #B437C7 background

This text has black color on #B437C7 background.


White color preview on #B437C7 background

This text has white color on #B437C7 background.