COLOR #B4258E

HEX: #B4258E
RGB: (180,37,142)

Color info

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

RGB color model

#B4258E color RGB value is (180,37,142).

  • red value is 180;
  • green value is 37;
  • blue value is 142.
RGB:
(180,37,142)
(71%,15%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 37 of 255 = 15%
B 142 of 255 = 56%

180
37
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 37 + 142 = 359 (100%)
R 180 of 359 ~ 50.14%
G 37 of 359 ~ 10.31%
B 142 of 359 ~ 39.55%

%50.14
%10.31
%39.55

CMYK color model

#B4258E color CMYK value is (0,79,21,29).

  • cyan value is 0.00%
  • magenta value is 79.44%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(0,79,21,29)
C0M79Y21K29 
(0%,79%,21%,29%)
(0.00/0.79/0.21/0.29)	

CMYK percentages

%0
%79.44
%21.11
%29.41

Codes

Color #B4258E in popluar color models

B4258E
RGB18037142
HSL316°65.90%42.55%
HSB/HSV316°79.44%70.59%
CMYK0.00%79.44%21.11%
29.41%

Color #B4258E in popluar number systems.

HEXB4258E
Decimal18037142
Binary1011010010010110001110
Octal26445216

Shades and tints

Shades of #B4258E

#B4258E
(180,37,142)
#A42282
(164,34,130)
#941F76
(148,31,118)
#841C6A
(132,28,106)
#74195E
(116,25,94)
#641652
(100,22,82)
#541346
(84,19,70)
#44103A
(68,16,58)
#340D2E
(52,13,46)
#240A22
(36,10,34)
#140716
(20,7,22)
#000000
(0,0,0)

Tints of #B4258E

#B4258E
(180,37,142)
#BA3898
(186,56,152)
#C04BA2
(192,75,162)
#C65EAC
(198,94,172)
#CC71B6
(204,113,182)
#D284C0
(210,132,192)
#D897CA
(216,151,202)
#DEAAD4
(222,170,212)
#E4BDDE
(228,189,222)
#EAD0E8
(234,208,232)
#F0E3F2
(240,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4258E color. Also use rgb(180,37,142) instead hex code.

Text Font Color

.myTextColor { color: #B4258E; }

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

This text font color is #B4258E.


Background Color

.myBgColor { background-color: #B4258E; }

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

This div background color is #B4258E.


Border color

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

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

This div border color is #B4258E.


Opacity

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

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

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

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

This text has shadow with #B4258E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4258E on black background.


Color preview on white background

This text has color #B4258E on white background.



Black color preview on #B4258E background

This text has black color on #B4258E background.


White color preview on #B4258E background

This text has white color on #B4258E background.