#BE7FD0

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

Shades of East Side #BE7FD0

Tints of East Side #BE7FD0

Color information

#BE7FD0 (or 0xBE7FD0) is unknown color: approx East Side. HEX triplet: BE, 7F and D0. RGB value is (190,127,208). Sum of RGB (Red+Green+Blue) = 190+127+208=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE7FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FD0 is #41802F. Grayscale: #9A9A9A. Windows color (decimal): -4292656 or 13664190. OLE color: 13664190.

HSL color Cylindrical-coordinate representation of color #BE7FD0: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7FD0 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190127208-
CMYK0.090.3900.18
HSL286.67º46.29%65.69%-
HSV(B)286.67º38.94%81.57%-
XYZ40.2130.6863.48-
YUV155.07157.87152.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=36.19%
G=24.19%
B=39.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901272080.090.3900.18286.6746.2965.69
HexBE7FD092701211f2e42
Octal276177320114702243756102
Binary1011111011111111101000010011001110100101000111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FD0; }

 p { color: rgb(190,127,208); }

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

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

 a { background-color: rgb(190,127,208); }

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

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

 span { border-color: rgb(190,127,208); }

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