#BE7ACD

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

Shades of East Side #BE7ACD

Tints of East Side #BE7ACD

Color information

#BE7ACD (or 0xBE7ACD) is unknown color: approx East Side. HEX triplet: BE, 7A and CD. RGB value is (190,122,205). Sum of RGB (Red+Green+Blue) = 190+122+205=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ACD is #418532. Grayscale: #979797. Windows color (decimal): -4293939 or 13466302. OLE color: 13466302.

HSL color Cylindrical-coordinate representation of color #BE7ACD: hue angle of 289.16º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7ACD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190122205-
CMYK0.070.4000.20
HSL289.16º45.36%64.12%-
HSV(B)289.16º40.49%80.39%-
XYZ39.2129.2761.34-
YUV151.79158.03155.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=36.75%
G=23.60%
B=39.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901222050.070.4000.20289.1645.3664.12
HexBE7ACD7280141212d40
Octal27617231575002444155100
Binary101111101111010110011011111010000101001001000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ACD; }

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

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

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

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

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

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

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

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