#BE7DD5

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

Shades of East Side #BE7DD5

Tints of East Side #BE7DD5

Color information

#BE7DD5 (or 0xBE7DD5) is unknown color: approx East Side. HEX triplet: BE, 7D and D5. RGB value is (190,125,213). Sum of RGB (Red+Green+Blue) = 190+125+213=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DD5 is #41822A. Grayscale: #9A9A9A. Windows color (decimal): -4293163 or 13991358. OLE color: 13991358.

HSL color Cylindrical-coordinate representation of color #BE7DD5: hue angle of 284.32º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7DD5 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190125213-
CMYK0.110.4100.16
HSL284.32º51.16%66.27%-
HSV(B)284.32º41.31%83.53%-
XYZ40.5830.4266.68-
YUV154.47161.03153.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=35.98%
G=23.67%
B=40.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901252130.110.4100.16284.3251.1666.27
HexBE7DD5B2901011c3342
Octal276175325135102043463102
Binary1011111011111011101010110111010010100001000111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DD5; }

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

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

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

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

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

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

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

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