#BE7ACC

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

Shades of East Side #BE7ACC

Tints of East Side #BE7ACC

Color information

#BE7ACC (or 0xBE7ACC) is unknown color: approx East Side. HEX triplet: BE, 7A and CC. RGB value is (190,122,204). Sum of RGB (Red+Green+Blue) = 190+122+204=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ACC is #418533. Grayscale: #979797. Windows color (decimal): -4293940 or 13400766. OLE color: 13400766.

HSL color Cylindrical-coordinate representation of color #BE7ACC: hue angle of 289.76º 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 #BE7ACC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190122204-
CMYK0.070.4000.2
HSL289.76º44.57%63.92%-
HSV(B)289.76º40.2%80%-
XYZ39.0929.2360.71-
YUV151.68157.53155.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=36.82%
G=23.64%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901222040.070.4000.2289.7644.5763.92
HexBE7ACC7280141222d40
Octal27617231475002444255100
Binary101111101111010110011001111010000101001001000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ACC; }

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

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

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

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

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

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

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

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