COLOR #B427B3

HEX: #B427B3
RGB: (180,39,179)

Color info

#B427B3 contains mainly red and blue colors. Web safe color of #B427B3 is #CC3399 (or #C39).

RGB color model

#B427B3 color RGB value is (180,39,179).

  • red value is 180;
  • green value is 39;
  • blue value is 179.
RGB:
(180,39,179)
(71%,15%,70%)

RGB channels and saturation

R 180 of 255 = 71%
G 39 of 255 = 15%
B 179 of 255 = 70%

180
39
179

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

Portions of RGB colors in percentages

R + G + B =
180 + 39 + 179 = 398 (100%)
R 180 of 398 ~ 45.23%
G 39 of 398 ~ 9.8%
B 179 of 398 ~ 44.97%

%45.23
%9.8
%44.97

CMYK color model

#B427B3 color CMYK value is (0,78,1,29).

  • cyan value is 0.00%
  • magenta value is 78.33%
  • yellow value is 0.56%
  • key color value is 29.41%
CMYK:
(0,78,1,29)
C0M78Y1K29 
(0%,78%,1%,29%)
(0.00/0.78/0.01/0.29)	

CMYK percentages

%0
%78.33
%0.56
%29.41

Codes

Color #B427B3 in popluar color models

B427B3
RGB18039179
HSL300°64.38%42.94%
HSB/HSV300°78.33%70.59%
CMYK0.00%78.33%0.56%
29.41%

Color #B427B3 in popluar number systems.

HEXB427B3
Decimal18039179
Binary1011010010011110110011
Octal26447263

Shades and tints

Shades of #B427B3

#B427B3
(180,39,179)
#A424A3
(164,36,163)
#942193
(148,33,147)
#841E83
(132,30,131)
#741B73
(116,27,115)
#641863
(100,24,99)
#541553
(84,21,83)
#441243
(68,18,67)
#340F33
(52,15,51)
#240C23
(36,12,35)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #B427B3

#B427B3
(180,39,179)
#BA3AB9
(186,58,185)
#C04DBF
(192,77,191)
#C660C5
(198,96,197)
#CC73CB
(204,115,203)
#D286D1
(210,134,209)
#D899D7
(216,153,215)
#DEACDD
(222,172,221)
#E4BFE3
(228,191,227)
#EAD2E9
(234,210,233)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B427B3 color. Also use rgb(180,39,179) instead hex code.

Text Font Color

.myTextColor { color: #B427B3; }

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

This text font color is #B427B3.


Background Color

.myBgColor { background-color: #B427B3; }

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

This div background color is #B427B3.


Border color

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

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

This div border color is #B427B3.


Opacity

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

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

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

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

This text has shadow with #B427B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B427B3 on black background.


Color preview on white background

This text has color #B427B3 on white background.



Black color preview on #B427B3 background

This text has black color on #B427B3 background.


White color preview on #B427B3 background

This text has white color on #B427B3 background.