COLOR #B25DBE

HEX: #B25DBE RGB: (178,93,190)

Color info

#B25DBE contains mainly red and blue colors. Web safe color of #B25DBE is #9966CC (or #96C).

RGB color model

#B25DBE color RGB value is (178,93,190).

RGB: (178,93,190) (70%, 36%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 93 of 255 = 36%
B 190 of 255 = 75%

178
93
190

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

Portions of RGB colors in percentages

R + G + B = 178 + 93 + 190 = 461 (100%)
R 178 of 461 ~ 38.61%
G 93 of 461 ~ 20.17%
B 190 of 461 ~ 41.21'%

%38.61
%20.17
%41.21

CMYK color model

#B25DBE color CMYK value is (6,51,0,25).

  • cyan value is 6.32%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (6,51,0,25) C6M51Y0K25 (6%,51%,0%,25%) (0.06/0.51/0.00/0.25) 

CMYK percentages

%6.32
%51.05
%0
%25.49

Codes

Color #B25DBE in popluar color models

B2 5D BE
RGB 178 93 190
HSL 293° 42.73% 55.49%
HSB/HSV 293° 51.05% 74.51%
CMYK 6.32% 51.05% 0.00%
25.49%

Color #B25DBE in popluar number systems.

HEX B2 5D BE
Decimal 178 93 190
Binary 10110010 1011101 10111110
Octal 262 135 276

Shades and tints

Shades of #B25DBE

#B25DBE
(178,93,190)
#A255AD
(162,85,173)
#924D9C
(146,77,156)
#82458B
(130,69,139)
#723D7A
(114,61,122)
#623569
(98,53,105)
#522D58
(82,45,88)
#422547
(66,37,71)
#321D36
(50,29,54)
#221525
(34,21,37)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #B25DBE

#B25DBE
(178,93,190)
#B96BC3
(185,107,195)
#C079C8
(192,121,200)
#C787CD
(199,135,205)
#CE95D2
(206,149,210)
#D5A3D7
(213,163,215)
#DCB1DC
(220,177,220)
#E3BFE1
(227,191,225)
#EACDE6
(234,205,230)
#F1DBEB
(241,219,235)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25DBE color. Also use rgb(178,93,190) instead hex code.

Text Font Color

.myTextColor { color: #B25DBE; }

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

This text font color is #B25DBE.

Background Color

.myBgColor { background-color: #B25DBE; }

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

This div background color is #B25DBE.

Border color

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

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

This div border color is #B25DBE.

Opacity

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

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

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

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

This text has shadow with #B25DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25DBE.

Preview

Color preview on black background

This text has color #B25DBE on black background.


Color preview on white background

This text has color #B25DBE on white background.


Black color preview on #B25DBE background

This text has black color on #B25DBE background.


White color preview on #B25DBE background

This text has white color on #B25DBE background.


Related colors

Complementary color

Complementary color for #hex is #4DA241.


I love getcolorcode.com

Triadic colors

1 #BEB25D and #5DBEB2 with #B25DBE are triadic colors.

2 #BE5DB2 and #5DB2BE with #B25DBE are triadic colors.