#BE7BCE

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

Shades of East Side #BE7BCE

Tints of East Side #BE7BCE

Color information

#BE7BCE (or 0xBE7BCE) is unknown color: approx East Side. HEX triplet: BE, 7B and CE. RGB value is (190,123,206). Sum of RGB (Red+Green+Blue) = 190+123+206=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE7BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BCE is #418431. Grayscale: #989898. Windows color (decimal): -4293682 or 13532094. OLE color: 13532094.

HSL color Cylindrical-coordinate representation of color #BE7BCE: hue angle of 288.43º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7BCE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190123206-
CMYK0.080.4000.19
HSL288.43º45.86%64.51%-
HSV(B)288.43º40.29%80.78%-
XYZ39.4629.5762.02-
YUV152.5158.2154.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=36.61%
G=23.70%
B=39.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901232060.080.4000.19288.4345.8664.51
HexBE7BCE8280131202e41
Octal276173316105002344056101
Binary1011111011110111100111010001010000100111001000001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BCE; }

 p { color: rgb(190,123,206); }

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

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

 a { background-color: rgb(190,123,206); }

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

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

 span { border-color: rgb(190,123,206); }

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