#BE7DCA

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

Shades of East Side #BE7DCA

Tints of East Side #BE7DCA

Color information

#BE7DCA (or 0xBE7DCA) is unknown color: approx East Side. HEX triplet: BE, 7D and CA. RGB value is (190,125,202). Sum of RGB (Red+Green+Blue) = 190+125+202=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DCA is #418235. Grayscale: #989898. Windows color (decimal): -4293174 or 13270462. OLE color: 13270462.

HSL color Cylindrical-coordinate representation of color #BE7DCA: hue angle of 290.65º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7DCA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190125202-
CMYK0.060.3800.21
HSL290.65º42.08%64.12%-
HSV(B)290.65º38.12%79.22%-
XYZ39.2329.8859.58-
YUV153.21155.53154.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=36.75%
G=24.18%
B=39.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901252020.060.3800.21290.6542.0864.12
HexBE7DCA6260151232a40
Octal27617531264602544352100
Binary101111101111101110010101101001100101011001000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DCA; }

 p { color: rgb(190,125,202); }

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

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

 a { background-color: rgb(190,125,202); }

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

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

 span { border-color: rgb(190,125,202); }

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