#BE7AD1

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

Shades of East Side #BE7AD1

Tints of East Side #BE7AD1

Color information

#BE7AD1 (or 0xBE7AD1) is unknown color: approx East Side. HEX triplet: BE, 7A and D1. RGB value is (190,122,209). Sum of RGB (Red+Green+Blue) = 190+122+209=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AD1 is #41852E. Grayscale: #979797. Windows color (decimal): -4293935 or 13728446. OLE color: 13728446.

HSL color Cylindrical-coordinate representation of color #BE7AD1: hue angle of 286.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE7AD1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190122209-
CMYK0.090.4200.18
HSL286.9º48.6%64.9%-
HSV(B)286.9º41.63%81.96%-
XYZ39.729.4763.92-
YUV152.25160.03154.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=36.47%
G=23.42%
B=40.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901222090.090.4200.18286.948.664.9
HexBE7AD192A01211f3141
Octal276172321115202243761101
Binary1011111011110101101000110011010100100101000111111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7AD1; }

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

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

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

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

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

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

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

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