#BE7DD3

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

Shades of East Side #BE7DD3

Tints of East Side #BE7DD3

Color information

#BE7DD3 (or 0xBE7DD3) is unknown color: approx East Side. HEX triplet: BE, 7D and D3. RGB value is (190,125,211). Sum of RGB (Red+Green+Blue) = 190+125+211=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE7DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DD3 is #41822C. Grayscale: #999999. Windows color (decimal): -4293165 or 13860286. OLE color: 13860286.

HSL color Cylindrical-coordinate representation of color #BE7DD3: hue angle of 285.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7DD3 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190125211-
CMYK0.100.4100.17
HSL285.35º49.43%65.88%-
HSV(B)285.35º40.76%82.75%-
XYZ40.3330.3265.35-
YUV154.24160.03153.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=36.12%
G=23.76%
B=40.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901252110.100.4100.17285.3549.4365.88
HexBE7DD3A2901111d3142
Octal276175323125102143561102
Binary1011111011111011101001110101010010100011000111011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DD3; }

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

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

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

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

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

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

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

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