#BE7EC1

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

Shades of East Side #BE7EC1

Tints of East Side #BE7EC1

Color information

#BE7EC1 (or 0xBE7EC1) is unknown color: approx East Side. HEX triplet: BE, 7E and C1. RGB value is (190,126,193). Sum of RGB (Red+Green+Blue) = 190+126+193=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7EC1 is #41813E. Grayscale: #989898. Windows color (decimal): -4292927 or 12680894. OLE color: 12680894.

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

Color convert

RGB190126193-
CMYK0.020.3500.24
HSL297.31º35.08%62.55%-
HSV(B)297.31º34.72%75.69%-
XYZ38.3229.7254.17-
YUV152.77150.7154.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=37.33%
G=24.75%
B=37.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901261930.020.3500.24297.3135.0862.55
HexBE7EC1223018129233f
Octal2761763012430304514377
Binary1011111011111101100000110100011011000100101001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EC1; }

 p { color: rgb(190,126,193); }

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

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

 a { background-color: rgb(190,126,193); }

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

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

 span { border-color: rgb(190,126,193); }

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