COLOR #B585B9

HEX: #B585B9
RGB: (181,133,185)

Renk bilgisi

#B585B9 contains red, green and blue colors in about the same proportion. #B585B9 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#B585B9 color RGB value is (181,133,185).

  • kırmız ton 181;
  • yeşil ton 133;
  • mavi ton 185.
RGB:
(181,133,185)
(71%,52%,73%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 133 of 255 = 52%
B 185 of 255 = 73%

181
133
185

R + G + B ~ 65%. #B585B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 133 + 185 = 499 (100%)
R 181 of 499 ~ 36.27%
G 133 of 499 ~ 26.65%
B 185 of 499 ~ 37.07%

%36.27
%26.65
%37.07

CMYK RENK MODELİ

#B585B9 rengi CMYK tonu (2,28,0,27).

  • camgöbeği tonu 2.16%
  • eflatun tonu 28.11%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(2,28,0,27)
C2M28Y0K27 
(2%,28%,0%,27%)
(0.02/0.28/0.00/0.27)	

CMYK yüzdeleri

%2.16
%28.11
%0
%27.45

Codes

Color #B585B9 in popluar color models

B585B9
RGB181133185
HSL295°27.08%62.35%
HSB/HSV295°28.11%72.55%
CMYK2.16%28.11%0.00%
27.45%

Color #B585B9 in popluar number systems.

HEXB585B9
Decimal181133185
Binary101101011000010110111001
Octal265205271

Shades and tints

Shades of #B585B9

#B585B9
(181,133,185)
#A579A9
(165,121,169)
#956D99
(149,109,153)
#856189
(133,97,137)
#755579
(117,85,121)
#654969
(101,73,105)
#553D59
(85,61,89)
#453149
(69,49,73)
#352539
(53,37,57)
#251929
(37,25,41)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #B585B9

#B585B9
(181,133,185)
#BB90BF
(187,144,191)
#C19BC5
(193,155,197)
#C7A6CB
(199,166,203)
#CDB1D1
(205,177,209)
#D3BCD7
(211,188,215)
#D9C7DD
(217,199,221)
#DFD2E3
(223,210,227)
#E5DDE9
(229,221,233)
#EBE8EF
(235,232,239)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B585B9 color. Also use rgb(181,133,185) instead hex code.

Text Font Color

.myTextColor { color: #B585B9; }

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

This text font color is #B585B9.


Background Color

.myBgColor { background-color: #B585B9; }

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

This div background color is #B585B9.


Border color

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

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

This div border color is #B585B9.


Opacity

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

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

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

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

This text has shadow with #B585B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B585B9 on black background.


Color preview on white background

This text has color #B585B9 on white background.



Black color preview on #B585B9 background

This text has black color on #B585B9 background.


White color preview on #B585B9 background

This text has white color on #B585B9 background.