COLOR #B872F5

HEX: #B872F5 RGB: (184,114,245)

Color info

#B872F5 contains mainly blue color. Web safe color of #B872F5 is #CC66FF (or #C6F).

RGB color model

#B872F5 color RGB value is (184,114,245).

RGB: (184,114,245) (72%, 45%, 96%)

RGB channels and saturation

R 184 of 255 = 72%
G 114 of 255 = 45%
B 245 of 255 = 96%

184
114
245

R + G + B ~ 71%. #B872F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 114 + 245 = 543 (100%)
R 184 of 543 ~ 33.89%
G 114 of 543 ~ 20.99%
B 245 of 543 ~ 45.12'%

%33.89
%20.99
%45.12

CMYK color model

#B872F5 color CMYK value is (25,53,0,4).

  • cyan value is 24.90%
  • magenta value is 53.47%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (25,53,0,4)
C25M53Y0K4 (25%, 53%, 0%, 4%)
(0.25 / 0.53 / 0.00 / 0.04)

CMYK percentages

%24.9
%53.47
%0
%3.92

Codes

Color #B872F5 in popluar color models

B8 72 F5
RGB 184 114 245
HSL 272° 86.75% 70.39%
HSB/HSV 272° 53.47% 96.08%
CMYK 24.90% 53.47% 0.00%
3.92%

Color #B872F5 in popluar number systems.

HEX B8 72 F5
Decimal 184 114 245
Binary 10111000 1110010 11110101
Octal 270 162 365

Shades and tints

Shades of #B872F5

#B872F5
(184,114,245)
#A868DF
(168,104,223)
#985EC9
(152,94,201)
#8854B3
(136,84,179)
#784A9D
(120,74,157)
#684087
(104,64,135)
#583671
(88,54,113)
#482C5B
(72,44,91)
#382245
(56,34,69)
#28182F
(40,24,47)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #B872F5

#B872F5
(184,114,245)
#BE7EF5
(190,126,245)
#C48AF5
(196,138,245)
#CA96F5
(202,150,245)
#D0A2F5
(208,162,245)
#D6AEF5
(214,174,245)
#DCBAF5
(220,186,245)
#E2C6F5
(226,198,245)
#E8D2F5
(232,210,245)
#EEDEF5
(238,222,245)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B872F5 color. Also use rgb(184,114,245) instead hex code.

Text Font Color

.myTextColor { color: #B872F5; }

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

This text font color is #B872F5.

Background Color

.myBgColor { background-color: #B872F5; }

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

This div background color is #B872F5.

Border color

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

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

This div border color is #B872F5.

Opacity

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

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

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

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

This text has shadow with #B872F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B872F5.

Preview

Color preview on black background

This text has color #B872F5 on black background.


Color preview on white background

This text has color #B872F5 on white background.


Black color preview on #B872F5 background

This text has black color on #B872F5 background.


White color preview on #B872F5 background

This text has white color on #B872F5 background.


Related colors

Complementary color

Complementary color for #hex is #478D0A.


I love getcolorcode.com

Triadic colors

1 #F5B872 and #72F5B8 with #B872F5 are triadic colors.

2 #F572B8 and #72B8F5 with #B872F5 are triadic colors.