COLOR #B252D1

HEX: #B252D1 RGB: (178,82,209)

Color info

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

RGB color model

#B252D1 color RGB value is (178,82,209).

RGB: (178,82,209) (70%, 32%, 82%)

RGB channels and saturation

R 178 of 255 = 70%
G 82 of 255 = 32%
B 209 of 255 = 82%

178
82
209

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

Portions of RGB colors in percentages

R + G + B = 178 + 82 + 209 = 469 (100%)
R 178 of 469 ~ 37.95%
G 82 of 469 ~ 17.48%
B 209 of 469 ~ 44.56'%

%37.95
%17.48
%44.56

CMYK color model

#B252D1 color CMYK value is (15,61,0,18).

  • cyan value is 14.83%
  • magenta value is 60.77%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (15,61,0,18)
C15M61Y0K18 (15%, 61%, 0%, 18%)
(0.15 / 0.61 / 0.00 / 0.18)

CMYK percentages

%14.83
%60.77
%0
%18.04

Codes

Color #B252D1 in popluar color models

B2 52 D1
RGB 178 82 209
HSL 285° 57.99% 57.06%
HSB/HSV 285° 60.77% 81.96%
CMYK 14.83% 60.77% 0.00%
18.04%

Color #B252D1 in popluar number systems.

HEX B2 52 D1
Decimal 178 82 209
Binary 10110010 1010010 11010001
Octal 262 122 321

Shades and tints

Shades of #B252D1

#B252D1
(178,82,209)
#A24BBE
(162,75,190)
#9244AB
(146,68,171)
#823D98
(130,61,152)
#723685
(114,54,133)
#622F72
(98,47,114)
#52285F
(82,40,95)
#42214C
(66,33,76)
#321A39
(50,26,57)
#221326
(34,19,38)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #B252D1

#B252D1
(178,82,209)
#B961D5
(185,97,213)
#C070D9
(192,112,217)
#C77FDD
(199,127,221)
#CE8EE1
(206,142,225)
#D59DE5
(213,157,229)
#DCACE9
(220,172,233)
#E3BBED
(227,187,237)
#EACAF1
(234,202,241)
#F1D9F5
(241,217,245)
#F8E8F9
(248,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B252D1 color. Also use rgb(178,82,209) instead hex code.

Text Font Color

.myTextColor { color: #B252D1; }

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

This text font color is #B252D1.

Background Color

.myBgColor { background-color: #B252D1; }

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

This div background color is #B252D1.

Border color

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

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

This div border color is #B252D1.

Opacity

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

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

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

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

This text has shadow with #B252D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B252D1.

Preview

Color preview on black background

This text has color #B252D1 on black background.


Color preview on white background

This text has color #B252D1 on white background.


Black color preview on #B252D1 background

This text has black color on #B252D1 background.


White color preview on #B252D1 background

This text has white color on #B252D1 background.


Related colors

Complementary color

Complementary color for #hex is #4DAD2E.


I love getcolorcode.com

Triadic colors

1 #D1B252 and #52D1B2 with #B252D1 are triadic colors.

2 #D152B2 and #52B2D1 with #B252D1 are triadic colors.