COLOR #BA55D3

HEX: #BA55D3
RGB: (186,85,211)

Renk bilgisi

Rengin adı MediumOrchid. #BA55D3 contains mainly red and blue colors. #BA55D3 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#BA55D3 color RGB value is (186,85,211).

  • kırmız ton 186;
  • yeşil ton 85;
  • mavi ton 211.
RGB:
(186,85,211)
(73%,33%,83%)

RGB bağlantıları ve doygunluk

R 186 of 255 = 73%
G 85 of 255 = 33%
B 211 of 255 = 83%

186
85
211

R + G + B ~ 63%. #BA55D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
186 + 85 + 211 = 482 (100%)
R 186 of 482 ~ 38.59%
G 85 of 482 ~ 17.63%
B 211 of 482 ~ 43.78%

%38.59
%17.63
%43.78

CMYK RENK MODELİ

#BA55D3 rengi CMYK tonu (12,60,0,17).

  • camgöbeği tonu 11.85%
  • eflatun tonu 59.72%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(12,60,0,17)
C12M60Y0K17 
(12%,60%,0%,17%)
(0.12/0.60/0.00/0.17)	

CMYK yüzdeleri

%11.85
%59.72
%0
%17.25

Codes

Color #BA55D3 in popluar color models

BA55D3
RGB18685211
HSL288°58.88%58.04%
HSB/HSV288°59.72%82.75%
CMYK11.85%59.72%0.00%
17.25%

Color #BA55D3 in popluar number systems.

HEXBA55D3
Decimal18685211
Binary10111010101010111010011
Octal272125323

Shades and tints

Shades of #BA55D3

#BA55D3
(186,85,211)
#AA4EC0
(170,78,192)
#9A47AD
(154,71,173)
#8A409A
(138,64,154)
#7A3987
(122,57,135)
#6A3274
(106,50,116)
#5A2B61
(90,43,97)
#4A244E
(74,36,78)
#3A1D3B
(58,29,59)
#2A1628
(42,22,40)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #BA55D3

#BA55D3
(186,85,211)
#C064D7
(192,100,215)
#C673DB
(198,115,219)
#CC82DF
(204,130,223)
#D291E3
(210,145,227)
#D8A0E7
(216,160,231)
#DEAFEB
(222,175,235)
#E4BEEF
(228,190,239)
#EACDF3
(234,205,243)
#F0DCF7
(240,220,247)
#F6EBFB
(246,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA55D3 color. Also use rgb(186,85,211) instead hex code.

Text Font Color

.myTextColor { color: #BA55D3; }

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

This text font color is #BA55D3.


Background Color

.myBgColor { background-color: #BA55D3; }

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

This div background color is #BA55D3.


Border color

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

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

This div border color is #BA55D3.


Opacity

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

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

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

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

This text has shadow with #BA55D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA55D3 on black background.


Color preview on white background

This text has color #BA55D3 on white background.



Black color preview on #BA55D3 background

This text has black color on #BA55D3 background.


White color preview on #BA55D3 background

This text has white color on #BA55D3 background.