#BE82C3

Color #BE82C3 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BE82C3

Tints of East Side #BE82C3

Color information

#BE82C3 (or 0xBE82C3) is unknown color: approx East Side. HEX triplet: BE, 82 and C3. RGB value is (190,130,195). Sum of RGB (Red+Green+Blue) = 190+130+195=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE82C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82C3 is #417D3C. Grayscale: #9B9B9B. Windows color (decimal): -4291901 or 12812990. OLE color: 12812990.

HSL color Cylindrical-coordinate representation of color #BE82C3: hue angle of 295.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE82C3 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190130195-
CMYK0.030.3300.24
HSL295.38º35.14%63.73%-
HSV(B)295.38º33.33%76.47%-
XYZ39.0730.8555.53-
YUV155.35150.38152.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=36.89%
G=25.24%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901301950.030.3300.24295.3835.1463.73
HexBE82C33210181272340
Octal27620230334103044743100
Binary101111101000001011000011111000010110001001001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82C3; }

 p { color: rgb(190,130,195); }

 H1.HeaderClassName
 {
   color: #BE82C3;
 }
 .AnyTagClassName
 {
   color: #BE82C3;
 }
</style>
background-color css

<style>
 a { background-color: #BE82C3; }

 a { background-color: rgb(190,130,195); }

 div.DivClassName
 {
   background-color: #BE82C3;
 }
 .BgClassName
 {
   background-color: #BE82C3;
 }
</style>
border-color css

<style>
 span { border-color: #BE82C3; }

 span { border-color: rgb(190,130,195); }

 td.TdClassName
 {
   border-color: #BE82C3;
 }
 .TagClassName
 {
   border-color: #BE82C3;
 }
</style>