COLOR #B429F2

HEX: #B429F2 RGB: (180,41,242)

Color info

#B429F2 contains mainly blue color. Web safe color of #B429F2 is #CC33FF (or #C3F).

RGB color model

#B429F2 color RGB value is (180,41,242).

RGB: (180,41,242) (71%, 16%, 95%)

RGB channels and saturation

R 180 of 255 = 71%
G 41 of 255 = 16%
B 242 of 255 = 95%

180
41
242

R + G + B ~ 61%. #B429F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 41 + 242 = 463 (100%)
R 180 of 463 ~ 38.88%
G 41 of 463 ~ 8.86%
B 242 of 463 ~ 52.27'%

%38.88
%52.27

CMYK color model

#B429F2 color CMYK value is (26,83,0,5).

  • cyan value is 25.62%
  • magenta value is 83.06%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (26,83,0,5)
C26M83Y0K5 (26%, 83%, 0%, 5%)
(0.26 / 0.83 / 0.00 / 0.05)

CMYK percentages

%25.62
%83.06
%0
%5.1

Codes

Color #B429F2 in popluar color models

B4 29 F2
RGB 180 41 242
HSL 281° 88.55% 55.49%
HSB/HSV 281° 83.06% 94.90%
CMYK 25.62% 83.06% 0.00%
5.10%

Color #B429F2 in popluar number systems.

HEX B4 29 F2
Decimal 180 41 242
Binary 10110100 101001 11110010
Octal 264 51 362

Shades and tints

Shades of #B429F2

#B429F2
(180,41,242)
#A426DC
(164,38,220)
#9423C6
(148,35,198)
#8420B0
(132,32,176)
#741D9A
(116,29,154)
#641A84
(100,26,132)
#54176E
(84,23,110)
#441458
(68,20,88)
#341142
(52,17,66)
#240E2C
(36,14,44)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #B429F2

#B429F2
(180,41,242)
#BA3CF3
(186,60,243)
#C04FF4
(192,79,244)
#C662F5
(198,98,245)
#CC75F6
(204,117,246)
#D288F7
(210,136,247)
#D89BF8
(216,155,248)
#DEAEF9
(222,174,249)
#E4C1FA
(228,193,250)
#EAD4FB
(234,212,251)
#F0E7FC
(240,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B429F2 color. Also use rgb(180,41,242) instead hex code.

Text Font Color

.myTextColor { color: #B429F2; }

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

This text font color is #B429F2.

Background Color

.myBgColor { background-color: #B429F2; }

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

This div background color is #B429F2.

Border color

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

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

This div border color is #B429F2.

Opacity

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

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

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

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

This text has shadow with #B429F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B429F2.

Preview

Color preview on black background

This text has color #B429F2 on black background.


Color preview on white background

This text has color #B429F2 on white background.


Black color preview on #B429F2 background

This text has black color on #B429F2 background.


White color preview on #B429F2 background

This text has white color on #B429F2 background.


Related colors

Complementary color

Complementary color for #hex is #4BD60D.


I love getcolorcode.com

Triadic colors

1 #F2B429 and #29F2B4 with #B429F2 are triadic colors.

2 #F229B4 and #29B4F2 with #B429F2 are triadic colors.