COLOR #B693E4

HEX: #B693E4
RGB: (182,147,228)

Color info

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

RGB color model

#B693E4 color RGB value is (182,147,228).

  • red value is 182;
  • green value is 147;
  • blue value is 228.
RGB:
(182,147,228)
(71%,58%,89%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 228 of 255 = 89%

182
147
228

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

Portions of RGB colors in percentages

R + G + B =
182 + 147 + 228 = 557 (100%)
R 182 of 557 ~ 32.68%
G 147 of 557 ~ 26.39%
B 228 of 557 ~ 40.93%

%32.68
%26.39
%40.93

CMYK color model

#B693E4 color CMYK value is (20,36,0,11).

  • cyan value is 20.18%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(20,36,0,11)
C20M36Y0K11 
(20%,36%,0%,11%)
(0.20/0.36/0.00/0.11)	

CMYK percentages

%20.18
%35.53
%0
%10.59

Codes

Color #B693E4 in popluar color models

B693E4
RGB182147228
HSL266°60.00%73.53%
HSB/HSV266°35.53%89.41%
CMYK20.18%35.53%0.00%
10.59%

Color #B693E4 in popluar number systems.

HEXB693E4
Decimal182147228
Binary101101101001001111100100
Octal266223344

Shades and tints

Shades of #B693E4

#B693E4
(182,147,228)
#A686D0
(166,134,208)
#9679BC
(150,121,188)
#866CA8
(134,108,168)
#765F94
(118,95,148)
#665280
(102,82,128)
#56456C
(86,69,108)
#463858
(70,56,88)
#362B44
(54,43,68)
#261E30
(38,30,48)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #B693E4

#B693E4
(182,147,228)
#BC9CE6
(188,156,230)
#C2A5E8
(194,165,232)
#C8AEEA
(200,174,234)
#CEB7EC
(206,183,236)
#D4C0EE
(212,192,238)
#DAC9F0
(218,201,240)
#E0D2F2
(224,210,242)
#E6DBF4
(230,219,244)
#ECE4F6
(236,228,246)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B693E4 color. Also use rgb(182,147,228) instead hex code.

Text Font Color

.myTextColor { color: #B693E4; }

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

This text font color is #B693E4.


Background Color

.myBgColor { background-color: #B693E4; }

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

This div background color is #B693E4.


Border color

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

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

This div border color is #B693E4.


Opacity

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

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

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

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

This text has shadow with #B693E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B693E4 on black background.


Color preview on white background

This text has color #B693E4 on white background.



Black color preview on #B693E4 background

This text has black color on #B693E4 background.


White color preview on #B693E4 background

This text has white color on #B693E4 background.