COLOR #B585B6

HEX: #B585B6
RGB: (181,133,182)

Renk bilgisi

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

RGB renk modeli

#B585B6 color RGB value is (181,133,182).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 133 of 255 = 52%
B 182 of 255 = 71%

181
133
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 133 + 182 = 496 (100%)
R 181 of 496 ~ 36.49%
G 133 of 496 ~ 26.81%
B 182 of 496 ~ 36.69%

%36.49
%26.81
%36.69

CMYK RENK MODELİ

#B585B6 rengi CMYK tonu (1,27,0,29).

  • camgöbeği tonu 0.55%
  • eflatun tonu 26.92%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(1,27,0,29)
C1M27Y0K29 
(1%,27%,0%,29%)
(0.01/0.27/0.00/0.29)	

CMYK yüzdeleri

%0.55
%26.92
%0
%28.63

Codes

Color #B585B6 in popluar color models

B585B6
RGB181133182
HSL299°25.13%61.76%
HSB/HSV299°26.92%71.37%
CMYK0.55%26.92%0.00%
28.63%

Color #B585B6 in popluar number systems.

HEXB585B6
Decimal181133182
Binary101101011000010110110110
Octal265205266

Shades and tints

Shades of #B585B6

#B585B6
(181,133,182)
#A579A6
(165,121,166)
#956D96
(149,109,150)
#856186
(133,97,134)
#755576
(117,85,118)
#654966
(101,73,102)
#553D56
(85,61,86)
#453146
(69,49,70)
#352536
(53,37,54)
#251926
(37,25,38)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #B585B6

#B585B6
(181,133,182)
#BB90BC
(187,144,188)
#C19BC2
(193,155,194)
#C7A6C8
(199,166,200)
#CDB1CE
(205,177,206)
#D3BCD4
(211,188,212)
#D9C7DA
(217,199,218)
#DFD2E0
(223,210,224)
#E5DDE6
(229,221,230)
#EBE8EC
(235,232,236)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B585B6; }

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

This text font color is #B585B6.


Background Color

.myBgColor { background-color: #B585B6; }

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

This div background color is #B585B6.


Border color

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

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

This div border color is #B585B6.


Opacity

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

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

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

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

This text has shadow with #B585B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B585B6 on black background.


Color preview on white background

This text has color #B585B6 on white background.



Black color preview on #B585B6 background

This text has black color on #B585B6 background.


White color preview on #B585B6 background

This text has white color on #B585B6 background.