COLOR #B599E2

HEX: #B599E2 RGB: (181,153,226)

Color info

#B599E2 contains mainly red and blue colors. Web safe color of #B599E2 is #CC99CC (or #C9C).

RGB color model

#B599E2 color RGB value is (181,153,226).

RGB: (181,153,226) (71%, 60%, 89%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 226 of 255 = 89%

181
153
226

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

Portions of RGB colors in percentages

R + G + B = 181 + 153 + 226 = 560 (100%)
R 181 of 560 ~ 32.32%
G 153 of 560 ~ 27.32%
B 226 of 560 ~ 40.36'%

%32.32
%27.32
%40.36

CMYK color model

#B599E2 color CMYK value is (20,32,0,11).

  • cyan value is 19.91%
  • magenta value is 32.30%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (20,32,0,11) C20M32Y0K11 (20%,32%,0%,11%) (0.20/0.32/0.00/0.11) 

CMYK percentages

%19.91
%32.3
%0
%11.37

Codes

Color #B599E2 in popluar color models

B5 99 E2
RGB 181 153 226
HSL 263° 55.73% 74.31%
HSB/HSV 263° 32.30% 88.63%
CMYK 19.91% 32.30% 0.00%
11.37%

Color #B599E2 in popluar number systems.

HEX B5 99 E2
Decimal 181 153 226
Binary 10110101 10011001 11100010
Octal 265 231 342

Shades and tints

Shades of #B599E2

#B599E2
(181,153,226)
#A58CCE
(165,140,206)
#957FBA
(149,127,186)
#8572A6
(133,114,166)
#756592
(117,101,146)
#65587E
(101,88,126)
#554B6A
(85,75,106)
#453E56
(69,62,86)
#353142
(53,49,66)
#25242E
(37,36,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #B599E2

#B599E2
(181,153,226)
#BBA2E4
(187,162,228)
#C1ABE6
(193,171,230)
#C7B4E8
(199,180,232)
#CDBDEA
(205,189,234)
#D3C6EC
(211,198,236)
#D9CFEE
(217,207,238)
#DFD8F0
(223,216,240)
#E5E1F2
(229,225,242)
#EBEAF4
(235,234,244)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B599E2 color. Also use rgb(181,153,226) instead hex code.

Text Font Color

.myTextColor { color: #B599E2; }

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

This text font color is #B599E2.

Background Color

.myBgColor { background-color: #B599E2; }

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

This div background color is #B599E2.

Border color

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

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

This div border color is #B599E2.

Opacity

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

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

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

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

This text has shadow with #B599E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B599E2.

Preview

Color preview on black background

This text has color #B599E2 on black background.


Color preview on white background

This text has color #B599E2 on white background.


Black color preview on #B599E2 background

This text has black color on #B599E2 background.


White color preview on #B599E2 background

This text has white color on #B599E2 background.


Related colors

Complementary color

Complementary color for #hex is #4A661D.


I love getcolorcode.com

Triadic colors

1 #E2B599 and #99E2B5 with #B599E2 are triadic colors.

2 #E299B5 and #99B5E2 with #B599E2 are triadic colors.