COLOR #BE63BE

HEX: #BE63BE
RGB: (190,99,190)

Renk bilgisi

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

RGB renk modeli

#BE63BE color RGB value is (190,99,190).

  • kırmız ton 190;
  • yeşil ton 99;
  • mavi ton 190.
RGB:
(190,99,190)
(75%,39%,75%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 99 of 255 = 39%
B 190 of 255 = 75%

190
99
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 99 + 190 = 479 (100%)
R 190 of 479 ~ 39.67%
G 99 of 479 ~ 20.67%
B 190 of 479 ~ 39.67%

%39.67
%20.67
%39.67

CMYK RENK MODELİ

#BE63BE rengi CMYK tonu (0,48,0,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.89%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(0,48,0,25)
C0M48Y0K25 
(0%,48%,0%,25%)
(0.00/0.48/0.00/0.25)	

CMYK yüzdeleri

%0
%47.89
%0
%25.49

Codes

Color #BE63BE in popluar color models

BE63BE
RGB19099190
HSL300°41.18%56.67%
HSB/HSV300°47.89%74.51%
CMYK0.00%47.89%0.00%
25.49%

Color #BE63BE in popluar number systems.

HEXBE63BE
Decimal19099190
Binary10111110110001110111110
Octal276143276

Shades and tints

Shades of #BE63BE

#BE63BE
(190,99,190)
#AD5AAD
(173,90,173)
#9C519C
(156,81,156)
#8B488B
(139,72,139)
#7A3F7A
(122,63,122)
#693669
(105,54,105)
#582D58
(88,45,88)
#472447
(71,36,71)
#361B36
(54,27,54)
#251225
(37,18,37)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #BE63BE

#BE63BE
(190,99,190)
#C371C3
(195,113,195)
#C87FC8
(200,127,200)
#CD8DCD
(205,141,205)
#D29BD2
(210,155,210)
#D7A9D7
(215,169,215)
#DCB7DC
(220,183,220)
#E1C5E1
(225,197,225)
#E6D3E6
(230,211,230)
#EBE1EB
(235,225,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE63BE color. Also use rgb(190,99,190) instead hex code.

Text Font Color

.myTextColor { color: #BE63BE; }

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

This text font color is #BE63BE.


Background Color

.myBgColor { background-color: #BE63BE; }

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

This div background color is #BE63BE.


Border color

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

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

This div border color is #BE63BE.


Opacity

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

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

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

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

This text has shadow with #BE63BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE63BE on black background.


Color preview on white background

This text has color #BE63BE on white background.



Black color preview on #BE63BE background

This text has black color on #BE63BE background.


White color preview on #BE63BE background

This text has white color on #BE63BE background.