COLOR #B25CD9

HEX: #B25CD9 RGB: (178,92,217)

Color info

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

RGB color model

#B25CD9 color RGB value is (178,92,217).

RGB: (178,92,217) (70%, 36%, 85%)

RGB channels and saturation

R 178 of 255 = 70%
G 92 of 255 = 36%
B 217 of 255 = 85%

178
92
217

R + G + B ~ 64%. #B25CD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 92 + 217 = 487 (100%)
R 178 of 487 ~ 36.55%
G 92 of 487 ~ 18.89%
B 217 of 487 ~ 44.56'%

%36.55
%18.89
%44.56

CMYK color model

#B25CD9 color CMYK value is (18,58,0,15).

  • cyan value is 17.97%
  • magenta value is 57.60%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (18,58,0,15)
C18M58Y0K15 (18%, 58%, 0%, 15%)
(0.18 / 0.58 / 0.00 / 0.15)

CMYK percentages

%17.97
%57.6
%0
%14.9

Codes

Color #B25CD9 in popluar color models

B2 5C D9
RGB 178 92 217
HSL 281° 62.19% 60.59%
HSB/HSV 281° 57.60% 85.10%
CMYK 17.97% 57.60% 0.00%
14.90%

Color #B25CD9 in popluar number systems.

HEX B2 5C D9
Decimal 178 92 217
Binary 10110010 1011100 11011001
Octal 262 134 331

Shades and tints

Shades of #B25CD9

#B25CD9
(178,92,217)
#A254C6
(162,84,198)
#924CB3
(146,76,179)
#8244A0
(130,68,160)
#723C8D
(114,60,141)
#62347A
(98,52,122)
#522C67
(82,44,103)
#422454
(66,36,84)
#321C41
(50,28,65)
#22142E
(34,20,46)
#120C1B
(18,12,27)
#000000
(0,0,0)

Tints of #B25CD9

#B25CD9
(178,92,217)
#B96ADC
(185,106,220)
#C078DF
(192,120,223)
#C786E2
(199,134,226)
#CE94E5
(206,148,229)
#D5A2E8
(213,162,232)
#DCB0EB
(220,176,235)
#E3BEEE
(227,190,238)
#EACCF1
(234,204,241)
#F1DAF4
(241,218,244)
#F8E8F7
(248,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25CD9 color. Also use rgb(178,92,217) instead hex code.

Text Font Color

.myTextColor { color: #B25CD9; }

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

This text font color is #B25CD9.

Background Color

.myBgColor { background-color: #B25CD9; }

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

This div background color is #B25CD9.

Border color

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

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

This div border color is #B25CD9.

Opacity

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

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

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

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

This text has shadow with #B25CD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25CD9.

Preview

Color preview on black background

This text has color #B25CD9 on black background.


Color preview on white background

This text has color #B25CD9 on white background.


Black color preview on #B25CD9 background

This text has black color on #B25CD9 background.


White color preview on #B25CD9 background

This text has white color on #B25CD9 background.


Related colors

Complementary color

Complementary color for #hex is #4DA326.


I love getcolorcode.com

Triadic colors

1 #D9B25C and #5CD9B2 with #B25CD9 are triadic colors.

2 #D95CB2 and #5CB2D9 with #B25CD9 are triadic colors.