COLOR #B581F5

HEX: #B581F5 RGB: (181,129,245)

Color info

#B581F5 contains mainly blue color. Web safe color of #B581F5 is #CC99FF (or #C9F).

RGB color model

#B581F5 color RGB value is (181,129,245).

RGB: (181,129,245) (71%, 51%, 96%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 245 of 255 = 96%

181
129
245

R + G + B ~ 73%. #B581F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 129 + 245 = 555 (100%)
R 181 of 555 ~ 32.61%
G 129 of 555 ~ 23.24%
B 245 of 555 ~ 44.14'%

%32.61
%23.24
%44.14

CMYK color model

#B581F5 color CMYK value is (26,47,0,4).

  • cyan value is 26.12%
  • magenta value is 47.35%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (26,47,0,4)
C26M47Y0K4 (26%, 47%, 0%, 4%)
(0.26 / 0.47 / 0.00 / 0.04)

CMYK percentages

%26.12
%47.35
%0
%3.92

Codes

Color #B581F5 in popluar color models

B5 81 F5
RGB 181 129 245
HSL 267° 85.29% 73.33%
HSB/HSV 267° 47.35% 96.08%
CMYK 26.12% 47.35% 0.00%
3.92%

Color #B581F5 in popluar number systems.

HEX B5 81 F5
Decimal 181 129 245
Binary 10110101 10000001 11110101
Octal 265 201 365

Shades and tints

Shades of #B581F5

#B581F5
(181,129,245)
#A576DF
(165,118,223)
#956BC9
(149,107,201)
#8560B3
(133,96,179)
#75559D
(117,85,157)
#654A87
(101,74,135)
#553F71
(85,63,113)
#45345B
(69,52,91)
#352945
(53,41,69)
#251E2F
(37,30,47)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #B581F5

#B581F5
(181,129,245)
#BB8CF5
(187,140,245)
#C197F5
(193,151,245)
#C7A2F5
(199,162,245)
#CDADF5
(205,173,245)
#D3B8F5
(211,184,245)
#D9C3F5
(217,195,245)
#DFCEF5
(223,206,245)
#E5D9F5
(229,217,245)
#EBE4F5
(235,228,245)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B581F5 color. Also use rgb(181,129,245) instead hex code.

Text Font Color

.myTextColor { color: #B581F5; }

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

This text font color is #B581F5.

Background Color

.myBgColor { background-color: #B581F5; }

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

This div background color is #B581F5.

Border color

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

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

This div border color is #B581F5.

Opacity

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

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

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

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

This text has shadow with #B581F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B581F5.

Preview

Color preview on black background

This text has color #B581F5 on black background.


Color preview on white background

This text has color #B581F5 on white background.


Black color preview on #B581F5 background

This text has black color on #B581F5 background.


White color preview on #B581F5 background

This text has white color on #B581F5 background.


Related colors

Complementary color

Complementary color for #hex is #4A7E0A.


I love getcolorcode.com

Triadic colors

1 #F5B581 and #81F5B5 with #B581F5 are triadic colors.

2 #F581B5 and #81B5F5 with #B581F5 are triadic colors.