COLOR #B529FD

HEX: #B529FD
RGB: (181,41,253)

Color info

#B529FD contains mainly blue color. Web safe color of #B529FD is #CC33FF (or #C3F).

RGB color model

#B529FD color RGB value is (181,41,253).

  • red value is 181;
  • green value is 41;
  • blue value is 253.
RGB:
(181,41,253)
(71%,16%,99%)

RGB channels and saturation

R 181 of 255 = 71%
G 41 of 255 = 16%
B 253 of 255 = 99%

181
41
253

R + G + B ~ 62%. #B529FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 41 + 253 = 475 (100%)
R 181 of 475 ~ 38.11%
G 41 of 475 ~ 8.63%
B 253 of 475 ~ 53.26%

%38.11
%53.26

CMYK color model

#B529FD color CMYK value is (28,84,0,1).

  • cyan value is 28.46%
  • magenta value is 83.79%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(28,84,0,1)
C28M84Y0K1 
(28%,84%,0%,1%)
(0.28/0.84/0.00/0.01)	

CMYK percentages

%28.46
%83.79
%0
%0.78

Codes

Color #B529FD in popluar color models

B529FD
RGB18141253
HSL280°98.15%57.65%
HSB/HSV280°83.79%99.22%
CMYK28.46%83.79%0.00%
0.78%

Color #B529FD in popluar number systems.

HEXB529FD
Decimal18141253
Binary1011010110100111111101
Octal26551375

Shades and tints

Shades of #B529FD

#B529FD
(181,41,253)
#A526E6
(165,38,230)
#9523CF
(149,35,207)
#8520B8
(133,32,184)
#751DA1
(117,29,161)
#651A8A
(101,26,138)
#551773
(85,23,115)
#45145C
(69,20,92)
#351145
(53,17,69)
#250E2E
(37,14,46)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #B529FD

#B529FD
(181,41,253)
#BB3CFD
(187,60,253)
#C14FFD
(193,79,253)
#C762FD
(199,98,253)
#CD75FD
(205,117,253)
#D388FD
(211,136,253)
#D99BFD
(217,155,253)
#DFAEFD
(223,174,253)
#E5C1FD
(229,193,253)
#EBD4FD
(235,212,253)
#F1E7FD
(241,231,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B529FD color. Also use rgb(181,41,253) instead hex code.

Text Font Color

.myTextColor { color: #B529FD; }

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

This text font color is #B529FD.


Background Color

.myBgColor { background-color: #B529FD; }

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

This div background color is #B529FD.


Border color

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

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

This div border color is #B529FD.


Opacity

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

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

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

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

This text has shadow with #B529FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B529FD on black background.


Color preview on white background

This text has color #B529FD on white background.



Black color preview on #B529FD background

This text has black color on #B529FD background.


White color preview on #B529FD background

This text has white color on #B529FD background.