COLOR #B2257B

HEX: #B2257B RGB: (178,37,123)

Color info

#B2257B contains mainly red and blue colors. Web safe color of #B2257B is #993366 (or #936).

RGB color model

#B2257B color RGB value is (178,37,123).

RGB: (178,37,123) (70%, 15%, 48%)

RGB channels and saturation

R 178 of 255 = 70%
G 37 of 255 = 15%
B 123 of 255 = 48%

178
37
123

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

Portions of RGB colors in percentages

R + G + B = 178 + 37 + 123 = 338 (100%)
R 178 of 338 ~ 52.66%
G 37 of 338 ~ 10.95%
B 123 of 338 ~ 36.39'%

%52.66
%10.95
%36.39

CMYK color model

#B2257B color CMYK value is (0,79,31,30).

  • cyan value is 0.00%
  • magenta value is 79.21%
  • yellow value is 30.90%
  • key color value is 30.20%

CMYK: (0,79,31,30)
C0M79Y31K30 (0%, 79%, 31%, 30%)
(0.00 / 0.79 / 0.31 / 0.30)

CMYK percentages

%0
%79.21
%30.9
%30.2

Codes

Color #B2257B in popluar color models

B2 25 7B
RGB 178 37 123
HSL 323° 65.58% 42.16%
HSB/HSV 323° 79.21% 69.80%
CMYK 0.00% 79.21% 30.90%
30.20%

Color #B2257B in popluar number systems.

HEX B2 25 7B
Decimal 178 37 123
Binary 10110010 100101 1111011
Octal 262 45 173

Shades and tints

Shades of #B2257B

#B2257B
(178,37,123)
#A22270
(162,34,112)
#921F65
(146,31,101)
#821C5A
(130,28,90)
#72194F
(114,25,79)
#621644
(98,22,68)
#521339
(82,19,57)
#42102E
(66,16,46)
#320D23
(50,13,35)
#220A18
(34,10,24)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #B2257B

#B2257B
(178,37,123)
#B93887
(185,56,135)
#C04B93
(192,75,147)
#C75E9F
(199,94,159)
#CE71AB
(206,113,171)
#D584B7
(213,132,183)
#DC97C3
(220,151,195)
#E3AACF
(227,170,207)
#EABDDB
(234,189,219)
#F1D0E7
(241,208,231)
#F8E3F3
(248,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2257B color. Also use rgb(178,37,123) instead hex code.

Text Font Color

.myTextColor { color: #B2257B; }

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

This text font color is #B2257B.

Background Color

.myBgColor { background-color: #B2257B; }

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

This div background color is #B2257B.

Border color

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

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

This div border color is #B2257B.

Opacity

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

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

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

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

This text has shadow with #B2257B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2257B.

Preview

Color preview on black background

This text has color #B2257B on black background.


Color preview on white background

This text has color #B2257B on white background.


Black color preview on #B2257B background

This text has black color on #B2257B background.


White color preview on #B2257B background

This text has white color on #B2257B background.


Related colors

Complementary color

Complementary color for #hex is #4DDA84.


I love getcolorcode.com

Triadic colors

1 #7BB225 and #257BB2 with #B2257B are triadic colors.

2 #7B25B2 and #25B27B with #B2257B are triadic colors.