COLOR #B25093

HEX: #B25093 RGB: (178,80,147)

Color info

#B25093 contains mainly red and blue colors. Web safe color of #B25093 is #996699 (or #969).

RGB color model

#B25093 color RGB value is (178,80,147).

RGB: (178,80,147) (70%, 31%, 58%)

RGB channels and saturation

R 178 of 255 = 70%
G 80 of 255 = 31%
B 147 of 255 = 58%

178
80
147

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

Portions of RGB colors in percentages

R + G + B = 178 + 80 + 147 = 405 (100%)
R 178 of 405 ~ 43.95%
G 80 of 405 ~ 19.75%
B 147 of 405 ~ 36.3'%

%43.95
%19.75
%36.3

CMYK color model

#B25093 color CMYK value is (0,55,17,30).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 17.42%
  • key color value is 30.20%

CMYK: (0,55,17,30)
C0M55Y17K30 (0%, 55%, 17%, 30%)
(0.00 / 0.55 / 0.17 / 0.30)

CMYK percentages

%0
%55.06
%17.42
%30.2

Codes

Color #B25093 in popluar color models

B2 50 93
RGB 178 80 147
HSL 319° 38.89% 50.59%
HSB/HSV 319° 55.06% 69.80%
CMYK 0.00% 55.06% 17.42%
30.20%

Color #B25093 in popluar number systems.

HEX B2 50 93
Decimal 178 80 147
Binary 10110010 1010000 10010011
Octal 262 120 223

Shades and tints

Shades of #B25093

#B25093
(178,80,147)
#A24986
(162,73,134)
#924279
(146,66,121)
#823B6C
(130,59,108)
#72345F
(114,52,95)
#622D52
(98,45,82)
#522645
(82,38,69)
#421F38
(66,31,56)
#32182B
(50,24,43)
#22111E
(34,17,30)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #B25093

#B25093
(178,80,147)
#B95F9C
(185,95,156)
#C06EA5
(192,110,165)
#C77DAE
(199,125,174)
#CE8CB7
(206,140,183)
#D59BC0
(213,155,192)
#DCAAC9
(220,170,201)
#E3B9D2
(227,185,210)
#EAC8DB
(234,200,219)
#F1D7E4
(241,215,228)
#F8E6ED
(248,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25093 color. Also use rgb(178,80,147) instead hex code.

Text Font Color

.myTextColor { color: #B25093; }

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

This text font color is #B25093.

Background Color

.myBgColor { background-color: #B25093; }

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

This div background color is #B25093.

Border color

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

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

This div border color is #B25093.

Opacity

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

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

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

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

This text has shadow with #B25093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25093.

Preview

Color preview on black background

This text has color #B25093 on black background.


Color preview on white background

This text has color #B25093 on white background.


Black color preview on #B25093 background

This text has black color on #B25093 background.


White color preview on #B25093 background

This text has white color on #B25093 background.


Related colors

Complementary color

Complementary color for #hex is #4DAF6C.


I love getcolorcode.com

Triadic colors

1 #93B250 and #5093B2 with #B25093 are triadic colors.

2 #9350B2 and #50B293 with #B25093 are triadic colors.