#BE7CC3

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

Shades of East Side #BE7CC3

Tints of East Side #BE7CC3

Color information

#BE7CC3 (or 0xBE7CC3) is unknown color: approx East Side. HEX triplet: BE, 7C and C3. RGB value is (190,124,195). Sum of RGB (Red+Green+Blue) = 190+124+195=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE7CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CC3 is #41833C. Grayscale: #979797. Windows color (decimal): -4293437 or 12811454. OLE color: 12811454.

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

Color convert

RGB190124195-
CMYK0.030.3600.24
HSL295.77º37.17%62.55%-
HSV(B)295.77º36.41%76.47%-
XYZ38.2929.355.27-
YUV151.83152.37155.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=37.33%
G=24.36%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901241950.030.3600.24295.7737.1762.55
HexBE7CC3324018128253f
Octal2761743033440304504577
Binary1011111011111001100001111100100011000100101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CC3; }

 p { color: rgb(190,124,195); }

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

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

 a { background-color: rgb(190,124,195); }

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

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

 span { border-color: rgb(190,124,195); }

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