COLOR #B25DC8

HEX: #B25DC8 RGB: (178,93,200)

Color info

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

RGB color model

#B25DC8 color RGB value is (178,93,200).

RGB: (178,93,200) (70%, 36%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 93 of 255 = 36%
B 200 of 255 = 78%

178
93
200

R + G + B ~ 61%. #B25DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 93 + 200 = 471 (100%)
R 178 of 471 ~ 37.79%
G 93 of 471 ~ 19.75%
B 200 of 471 ~ 42.46'%

%37.79
%19.75
%42.46

CMYK color model

#B25DC8 color CMYK value is (11,54,0,22).

  • cyan value is 11.00%
  • magenta value is 53.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (11,54,0,22)
C11M54Y0K22 (11%, 54%, 0%, 22%)
(0.11 / 0.54 / 0.00 / 0.22)

CMYK percentages

%11
%53.5
%0
%21.57

Codes

Color #B25DC8 in popluar color models

B2 5D C8
RGB 178 93 200
HSL 288° 49.31% 57.45%
HSB/HSV 288° 53.50% 78.43%
CMYK 11.00% 53.50% 0.00%
21.57%

Color #B25DC8 in popluar number systems.

HEX B2 5D C8
Decimal 178 93 200
Binary 10110010 1011101 11001000
Octal 262 135 310

Shades and tints

Shades of #B25DC8

#B25DC8
(178,93,200)
#A255B6
(162,85,182)
#924DA4
(146,77,164)
#824592
(130,69,146)
#723D80
(114,61,128)
#62356E
(98,53,110)
#522D5C
(82,45,92)
#42254A
(66,37,74)
#321D38
(50,29,56)
#221526
(34,21,38)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #B25DC8

#B25DC8
(178,93,200)
#B96BCD
(185,107,205)
#C079D2
(192,121,210)
#C787D7
(199,135,215)
#CE95DC
(206,149,220)
#D5A3E1
(213,163,225)
#DCB1E6
(220,177,230)
#E3BFEB
(227,191,235)
#EACDF0
(234,205,240)
#F1DBF5
(241,219,245)
#F8E9FA
(248,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25DC8; }

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

This text font color is #B25DC8.

Background Color

.myBgColor { background-color: #B25DC8; }

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

This div background color is #B25DC8.

Border color

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

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

This div border color is #B25DC8.

Opacity

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

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

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

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

This text has shadow with #B25DC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25DC8.

Preview

Color preview on black background

This text has color #B25DC8 on black background.


Color preview on white background

This text has color #B25DC8 on white background.


Black color preview on #B25DC8 background

This text has black color on #B25DC8 background.


White color preview on #B25DC8 background

This text has white color on #B25DC8 background.


Related colors

Complementary color

Complementary color for #hex is #4DA237.


I love getcolorcode.com

Triadic colors

1 #C8B25D and #5DC8B2 with #B25DC8 are triadic colors.

2 #C85DB2 and #5DB2C8 with #B25DC8 are triadic colors.