COLOR #B492ED

HEX: #B492ED RGB: (180,146,237)

Color info

#B492ED contains mainly red and blue colors. Web safe color of #B492ED is #CC99FF (or #C9F).

RGB color model

#B492ED color RGB value is (180,146,237).

RGB: (180,146,237) (71%, 57%, 93%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 237 of 255 = 93%

180
146
237

R + G + B ~ 74%. #B492ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 146 + 237 = 563 (100%)
R 180 of 563 ~ 31.97%
G 146 of 563 ~ 25.93%
B 237 of 563 ~ 42.1'%

%31.97
%25.93
%42.1

CMYK color model

#B492ED color CMYK value is (24,38,0,7).

  • cyan value is 24.05%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (24,38,0,7)
C24M38Y0K7 (24%, 38%, 0%, 7%)
(0.24 / 0.38 / 0.00 / 0.07)

CMYK percentages

%24.05
%38.4
%0
%7.06

Codes

Color #B492ED in popluar color models

B4 92 ED
RGB 180 146 237
HSL 262° 71.65% 75.10%
HSB/HSV 262° 38.40% 92.94%
CMYK 24.05% 38.40% 0.00%
7.06%

Color #B492ED in popluar number systems.

HEX B4 92 ED
Decimal 180 146 237
Binary 10110100 10010010 11101101
Octal 264 222 355

Shades and tints

Shades of #B492ED

#B492ED
(180,146,237)
#A485D8
(164,133,216)
#9478C3
(148,120,195)
#846BAE
(132,107,174)
#745E99
(116,94,153)
#645184
(100,81,132)
#54446F
(84,68,111)
#44375A
(68,55,90)
#342A45
(52,42,69)
#241D30
(36,29,48)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #B492ED

#B492ED
(180,146,237)
#BA9BEE
(186,155,238)
#C0A4EF
(192,164,239)
#C6ADF0
(198,173,240)
#CCB6F1
(204,182,241)
#D2BFF2
(210,191,242)
#D8C8F3
(216,200,243)
#DED1F4
(222,209,244)
#E4DAF5
(228,218,245)
#EAE3F6
(234,227,246)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B492ED color. Also use rgb(180,146,237) instead hex code.

Text Font Color

.myTextColor { color: #B492ED; }

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

This text font color is #B492ED.

Background Color

.myBgColor { background-color: #B492ED; }

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

This div background color is #B492ED.

Border color

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

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

This div border color is #B492ED.

Opacity

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

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

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

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

This text has shadow with #B492ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B492ED.

Preview

Color preview on black background

This text has color #B492ED on black background.


Color preview on white background

This text has color #B492ED on white background.


Black color preview on #B492ED background

This text has black color on #B492ED background.


White color preview on #B492ED background

This text has white color on #B492ED background.


Related colors

Complementary color

Complementary color for #hex is #4B6D12.


I love getcolorcode.com

Triadic colors

1 #EDB492 and #92EDB4 with #B492ED are triadic colors.

2 #ED92B4 and #92B4ED with #B492ED are triadic colors.