COLOR #B853BB

HEX: #B853BB
RGB: (184,83,187)

Color info

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

RGB color model

#B853BB color RGB value is (184,83,187).

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

RGB channels and saturation

R 184 of 255 = 72%
G 83 of 255 = 33%
B 187 of 255 = 73%

184
83
187

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

Portions of RGB colors in percentages

R + G + B =
184 + 83 + 187 = 454 (100%)
R 184 of 454 ~ 40.53%
G 83 of 454 ~ 18.28%
B 187 of 454 ~ 41.19%

%40.53
%18.28
%41.19

CMYK color model

#B853BB color CMYK value is (2,56,0,27).

  • cyan value is 1.60%
  • magenta value is 55.61%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,56,0,27)
C2M56Y0K27 
(2%,56%,0%,27%)
(0.02/0.56/0.00/0.27)	

CMYK percentages

%1.6
%55.61
%0
%26.67

Codes

Color #B853BB in popluar color models

B853BB
RGB18483187
HSL298°43.33%52.94%
HSB/HSV298°55.61%73.33%
CMYK1.60%55.61%0.00%
26.67%

Color #B853BB in popluar number systems.

HEXB853BB
Decimal18483187
Binary10111000101001110111011
Octal270123273

Shades and tints

Shades of #B853BB

#B853BB
(184,83,187)
#A84CAA
(168,76,170)
#984599
(152,69,153)
#883E88
(136,62,136)
#783777
(120,55,119)
#683066
(104,48,102)
#582955
(88,41,85)
#482244
(72,34,68)
#381B33
(56,27,51)
#281422
(40,20,34)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #B853BB

#B853BB
(184,83,187)
#BE62C1
(190,98,193)
#C471C7
(196,113,199)
#CA80CD
(202,128,205)
#D08FD3
(208,143,211)
#D69ED9
(214,158,217)
#DCADDF
(220,173,223)
#E2BCE5
(226,188,229)
#E8CBEB
(232,203,235)
#EEDAF1
(238,218,241)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B853BB; }

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

This text font color is #B853BB.


Background Color

.myBgColor { background-color: #B853BB; }

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

This div background color is #B853BB.


Border color

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

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

This div border color is #B853BB.


Opacity

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

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

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

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

This text has shadow with #B853BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B853BB on black background.


Color preview on white background

This text has color #B853BB on white background.



Black color preview on #B853BB background

This text has black color on #B853BB background.


White color preview on #B853BB background

This text has white color on #B853BB background.