#BE85CF

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

Shades of East Side #BE85CF

Tints of East Side #BE85CF

Color information

#BE85CF (or 0xBE85CF) is unknown color: approx East Side. HEX triplet: BE, 85 and CF. RGB value is (190,133,207). Sum of RGB (Red+Green+Blue) = 190+133+207=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85CF is #417A30. Grayscale: #9E9E9E. Windows color (decimal): -4291121 or 13600190. OLE color: 13600190.

HSL color Cylindrical-coordinate representation of color #BE85CF: hue angle of 286.22º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE85CF is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190133207-
CMYK0.080.3600.19
HSL286.22º43.53%66.67%-
HSV(B)286.22º35.75%81.18%-
XYZ40.8932.2363.1-
YUV158.48155.38150.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=35.85%
G=25.09%
B=39.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901332070.080.3600.19286.2243.5366.67
HexBE85CF82401311e2c43
Octal276205317104402343654103
Binary10111110100001011100111110001001000100111000111101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85CF; }

 p { color: rgb(190,133,207); }

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

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

 a { background-color: rgb(190,133,207); }

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

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

 span { border-color: rgb(190,133,207); }

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