COLOR #B853BD

HEX: #B853BD
RGB: (184,83,189)

Color info

#B853BD contains mainly red and blue colors. Web safe color of #B853BD is #CC66CC (or #C6C).

RGB color model

#B853BD color RGB value is (184,83,189).

  • red value is 184;
  • green value is 83;
  • blue value is 189.
RGB:
(184,83,189)
(72%,33%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 83 of 255 = 33%
B 189 of 255 = 74%

184
83
189

R + G + B ~ 60%. #B853BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
184 + 83 + 189 = 456 (100%)
R 184 of 456 ~ 40.35%
G 83 of 456 ~ 18.2%
B 189 of 456 ~ 41.45%

%40.35
%18.2
%41.45

CMYK color model

#B853BD color CMYK value is (3,56,0,26).

  • cyan value is 2.65%
  • magenta value is 56.08%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(3,56,0,26)
C3M56Y0K26 
(3%,56%,0%,26%)
(0.03/0.56/0.00/0.26)	

CMYK percentages

%2.65
%56.08
%0
%25.88

Codes

Color #B853BD in popluar color models

B853BD
RGB18483189
HSL297°44.54%53.33%
HSB/HSV297°56.08%74.12%
CMYK2.65%56.08%0.00%
25.88%

Color #B853BD in popluar number systems.

HEXB853BD
Decimal18483189
Binary10111000101001110111101
Octal270123275

Shades and tints

Shades of #B853BD

#B853BD
(184,83,189)
#A84CAC
(168,76,172)
#98459B
(152,69,155)
#883E8A
(136,62,138)
#783779
(120,55,121)
#683068
(104,48,104)
#582957
(88,41,87)
#482246
(72,34,70)
#381B35
(56,27,53)
#281424
(40,20,36)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #B853BD

#B853BD
(184,83,189)
#BE62C3
(190,98,195)
#C471C9
(196,113,201)
#CA80CF
(202,128,207)
#D08FD5
(208,143,213)
#D69EDB
(214,158,219)
#DCADE1
(220,173,225)
#E2BCE7
(226,188,231)
#E8CBED
(232,203,237)
#EEDAF3
(238,218,243)
#F4E9F9
(244,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B853BD color. Also use rgb(184,83,189) instead hex code.

Text Font Color

.myTextColor { color: #B853BD; }

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

This text font color is #B853BD.


Background Color

.myBgColor { background-color: #B853BD; }

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

This div background color is #B853BD.


Border color

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

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

This div border color is #B853BD.


Opacity

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

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

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

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

This text has shadow with #B853BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B853BD on black background.


Color preview on white background

This text has color #B853BD on white background.



Black color preview on #B853BD background

This text has black color on #B853BD background.


White color preview on #B853BD background

This text has white color on #B853BD background.