COLOR #B462C6

HEX: #B462C6
RGB: (180,98,198)

Renk bilgisi

#B462C6 contains mainly red and blue colors. #B462C6 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#B462C6 color RGB value is (180,98,198).

  • kırmız ton 180;
  • yeşil ton 98;
  • mavi ton 198.
RGB:
(180,98,198)
(71%,38%,78%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 98 of 255 = 38%
B 198 of 255 = 78%

180
98
198

R + G + B ~ 62%. #B462C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 98 + 198 = 476 (100%)
R 180 of 476 ~ 37.82%
G 98 of 476 ~ 20.59%
B 198 of 476 ~ 41.6%

%37.82
%20.59
%41.6

CMYK RENK MODELİ

#B462C6 rengi CMYK tonu (9,51,0,22).

  • camgöbeği tonu 9.09%
  • eflatun tonu 50.51%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(9,51,0,22)
C9M51Y0K22 
(9%,51%,0%,22%)
(0.09/0.51/0.00/0.22)	

CMYK yüzdeleri

%9.09
%50.51
%0
%22.35

Codes

Color #B462C6 in popluar color models

B462C6
RGB18098198
HSL289°46.73%58.04%
HSB/HSV289°50.51%77.65%
CMYK9.09%50.51%0.00%
22.35%

Color #B462C6 in popluar number systems.

HEXB462C6
Decimal18098198
Binary10110100110001011000110
Octal264142306

Shades and tints

Shades of #B462C6

#B462C6
(180,98,198)
#A45AB4
(164,90,180)
#9452A2
(148,82,162)
#844A90
(132,74,144)
#74427E
(116,66,126)
#643A6C
(100,58,108)
#54325A
(84,50,90)
#442A48
(68,42,72)
#342236
(52,34,54)
#241A24
(36,26,36)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B462C6

#B462C6
(180,98,198)
#BA70CB
(186,112,203)
#C07ED0
(192,126,208)
#C68CD5
(198,140,213)
#CC9ADA
(204,154,218)
#D2A8DF
(210,168,223)
#D8B6E4
(216,182,228)
#DEC4E9
(222,196,233)
#E4D2EE
(228,210,238)
#EAE0F3
(234,224,243)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B462C6 color. Also use rgb(180,98,198) instead hex code.

Text Font Color

.myTextColor { color: #B462C6; }

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

This text font color is #B462C6.


Background Color

.myBgColor { background-color: #B462C6; }

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

This div background color is #B462C6.


Border color

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

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

This div border color is #B462C6.


Opacity

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

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

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

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

This text has shadow with #B462C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B462C6 on black background.


Color preview on white background

This text has color #B462C6 on white background.



Black color preview on #B462C6 background

This text has black color on #B462C6 background.


White color preview on #B462C6 background

This text has white color on #B462C6 background.