#BE7DCD

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

Shades of East Side #BE7DCD

Tints of East Side #BE7DCD

Color information

#BE7DCD (or 0xBE7DCD) is unknown color: approx East Side. HEX triplet: BE, 7D and CD. RGB value is (190,125,205). Sum of RGB (Red+Green+Blue) = 190+125+205=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DCD is #418232. Grayscale: #999999. Windows color (decimal): -4293171 or 13467070. OLE color: 13467070.

HSL color Cylindrical-coordinate representation of color #BE7DCD: hue angle of 288.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7DCD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190125205-
CMYK0.070.3900.20
HSL288.75º44.44%64.71%-
HSV(B)288.75º39.02%80.39%-
XYZ39.5930.0261.47-
YUV153.56157.03154-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=36.54%
G=24.04%
B=39.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901252050.070.3900.20288.7544.4464.71
HexBE7DCD7270141212c41
Octal27617531574702444154101
Binary101111101111101110011011111001110101001001000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DCD; }

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

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

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

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

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

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

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

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