COLOR #BD59C6

HEX: #BD59C6
RGB: (189,89,198)

Renk bilgisi

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

RGB renk modeli

#BD59C6 color RGB value is (189,89,198).

  • kırmız ton 189;
  • yeşil ton 89;
  • mavi ton 198.
RGB:
(189,89,198)
(74%,35%,78%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 89 of 255 = 35%
B 198 of 255 = 78%

189
89
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 89 + 198 = 476 (100%)
R 189 of 476 ~ 39.71%
G 89 of 476 ~ 18.7%
B 198 of 476 ~ 41.6%

%39.71
%18.7
%41.6

CMYK RENK MODELİ

#BD59C6 rengi CMYK tonu (5,55,0,22).

  • camgöbeği tonu 4.55%
  • eflatun tonu 55.05%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(5,55,0,22)
C5M55Y0K22 
(5%,55%,0%,22%)
(0.05/0.55/0.00/0.22)	

CMYK yüzdeleri

%4.55
%55.05
%0
%22.35

Codes

Color #BD59C6 in popluar color models

BD59C6
RGB18989198
HSL295°48.88%56.27%
HSB/HSV295°55.05%77.65%
CMYK4.55%55.05%0.00%
22.35%

Color #BD59C6 in popluar number systems.

HEXBD59C6
Decimal18989198
Binary10111101101100111000110
Octal275131306

Shades and tints

Shades of #BD59C6

#BD59C6
(189,89,198)
#AC51B4
(172,81,180)
#9B49A2
(155,73,162)
#8A4190
(138,65,144)
#79397E
(121,57,126)
#68316C
(104,49,108)
#57295A
(87,41,90)
#462148
(70,33,72)
#351936
(53,25,54)
#241124
(36,17,36)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #BD59C6

#BD59C6
(189,89,198)
#C368CB
(195,104,203)
#C977D0
(201,119,208)
#CF86D5
(207,134,213)
#D595DA
(213,149,218)
#DBA4DF
(219,164,223)
#E1B3E4
(225,179,228)
#E7C2E9
(231,194,233)
#EDD1EE
(237,209,238)
#F3E0F3
(243,224,243)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD59C6 color. Also use rgb(189,89,198) instead hex code.

Text Font Color

.myTextColor { color: #BD59C6; }

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

This text font color is #BD59C6.


Background Color

.myBgColor { background-color: #BD59C6; }

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

This div background color is #BD59C6.


Border color

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

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

This div border color is #BD59C6.


Opacity

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

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

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

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

This text has shadow with #BD59C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD59C6 on black background.


Color preview on white background

This text has color #BD59C6 on white background.



Black color preview on #BD59C6 background

This text has black color on #BD59C6 background.


White color preview on #BD59C6 background

This text has white color on #BD59C6 background.