COLOR #B433B1

HEX: #B433B1
RGB: (180,51,177)

Color info

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

RGB color model

#B433B1 color RGB value is (180,51,177).

  • red value is 180;
  • green value is 51;
  • blue value is 177.
RGB:
(180,51,177)
(71%,20%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 51 of 255 = 20%
B 177 of 255 = 69%

180
51
177

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

Portions of RGB colors in percentages

R + G + B =
180 + 51 + 177 = 408 (100%)
R 180 of 408 ~ 44.12%
G 51 of 408 ~ 12.5%
B 177 of 408 ~ 43.38%

%44.12
%12.5
%43.38

CMYK color model

#B433B1 color CMYK value is (0,72,2,29).

  • cyan value is 0.00%
  • magenta value is 71.67%
  • yellow value is 1.67%
  • key color value is 29.41%
CMYK:
(0,72,2,29)
C0M72Y2K29 
(0%,72%,2%,29%)
(0.00/0.72/0.02/0.29)	

CMYK percentages

%0
%71.67
%1.67
%29.41

Codes

Color #B433B1 in popluar color models

B433B1
RGB18051177
HSL301°55.84%45.29%
HSB/HSV301°71.67%70.59%
CMYK0.00%71.67%1.67%
29.41%

Color #B433B1 in popluar number systems.

HEXB433B1
Decimal18051177
Binary1011010011001110110001
Octal26463261

Shades and tints

Shades of #B433B1

#B433B1
(180,51,177)
#A42FA1
(164,47,161)
#942B91
(148,43,145)
#842781
(132,39,129)
#742371
(116,35,113)
#641F61
(100,31,97)
#541B51
(84,27,81)
#441741
(68,23,65)
#341331
(52,19,49)
#240F21
(36,15,33)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #B433B1

#B433B1
(180,51,177)
#BA45B8
(186,69,184)
#C057BF
(192,87,191)
#C669C6
(198,105,198)
#CC7BCD
(204,123,205)
#D28DD4
(210,141,212)
#D89FDB
(216,159,219)
#DEB1E2
(222,177,226)
#E4C3E9
(228,195,233)
#EAD5F0
(234,213,240)
#F0E7F7
(240,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B433B1 color. Also use rgb(180,51,177) instead hex code.

Text Font Color

.myTextColor { color: #B433B1; }

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

This text font color is #B433B1.


Background Color

.myBgColor { background-color: #B433B1; }

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

This div background color is #B433B1.


Border color

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

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

This div border color is #B433B1.


Opacity

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

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

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

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

This text has shadow with #B433B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B433B1 on black background.


Color preview on white background

This text has color #B433B1 on white background.



Black color preview on #B433B1 background

This text has black color on #B433B1 background.


White color preview on #B433B1 background

This text has white color on #B433B1 background.