COLOR #B250D3

HEX: #B250D3 RGB: (178,80,211)

Color info

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

RGB color model

#B250D3 color RGB value is (178,80,211).

RGB: (178,80,211) (70%, 31%, 83%)

RGB channels and saturation

R 178 of 255 = 70%
G 80 of 255 = 31%
B 211 of 255 = 83%

178
80
211

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

Portions of RGB colors in percentages

R + G + B = 178 + 80 + 211 = 469 (100%)
R 178 of 469 ~ 37.95%
G 80 of 469 ~ 17.06%
B 211 of 469 ~ 44.99'%

%37.95
%17.06
%44.99

CMYK color model

#B250D3 color CMYK value is (16,62,0,17).

  • cyan value is 15.64%
  • magenta value is 62.09%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (16,62,0,17)
C16M62Y0K17 (16%, 62%, 0%, 17%)
(0.16 / 0.62 / 0.00 / 0.17)

CMYK percentages

%15.64
%62.09
%0
%17.25

Codes

Color #B250D3 in popluar color models

B2 50 D3
RGB 178 80 211
HSL 285° 59.82% 57.06%
HSB/HSV 285° 62.09% 82.75%
CMYK 15.64% 62.09% 0.00%
17.25%

Color #B250D3 in popluar number systems.

HEX B2 50 D3
Decimal 178 80 211
Binary 10110010 1010000 11010011
Octal 262 120 323

Shades and tints

Shades of #B250D3

#B250D3
(178,80,211)
#A249C0
(162,73,192)
#9242AD
(146,66,173)
#823B9A
(130,59,154)
#723487
(114,52,135)
#622D74
(98,45,116)
#522661
(82,38,97)
#421F4E
(66,31,78)
#32183B
(50,24,59)
#221128
(34,17,40)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #B250D3

#B250D3
(178,80,211)
#B95FD7
(185,95,215)
#C06EDB
(192,110,219)
#C77DDF
(199,125,223)
#CE8CE3
(206,140,227)
#D59BE7
(213,155,231)
#DCAAEB
(220,170,235)
#E3B9EF
(227,185,239)
#EAC8F3
(234,200,243)
#F1D7F7
(241,215,247)
#F8E6FB
(248,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B250D3; }

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

This text font color is #B250D3.

Background Color

.myBgColor { background-color: #B250D3; }

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

This div background color is #B250D3.

Border color

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

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

This div border color is #B250D3.

Opacity

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

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

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

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

This text has shadow with #B250D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B250D3.

Preview

Color preview on black background

This text has color #B250D3 on black background.


Color preview on white background

This text has color #B250D3 on white background.


Black color preview on #B250D3 background

This text has black color on #B250D3 background.


White color preview on #B250D3 background

This text has white color on #B250D3 background.


Related colors

Complementary color

Complementary color for #hex is #4DAF2C.


I love getcolorcode.com

Triadic colors

1 #D3B250 and #50D3B2 with #B250D3 are triadic colors.

2 #D350B2 and #50B2D3 with #B250D3 are triadic colors.