#BE7BD6

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

Shades of East Side #BE7BD6

Tints of East Side #BE7BD6

Color information

#BE7BD6 (or 0xBE7BD6) is unknown color: approx East Side. HEX triplet: BE, 7B and D6. RGB value is (190,123,214). Sum of RGB (Red+Green+Blue) = 190+123+214=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE7BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BD6 is #418429. Grayscale: #999999. Windows color (decimal): -4293674 or 14056382. OLE color: 14056382.

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

Color convert

RGB190123214-
CMYK0.110.4300.16
HSL284.18º52.6%66.08%-
HSV(B)284.18º42.52%83.92%-
XYZ40.4629.9767.27-
YUV153.41162.2154.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=36.05%
G=23.34%
B=40.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901232140.110.4300.16284.1852.666.08
HexBE7BD6B2B01011c3542
Octal276173326135302043465102
Binary1011111011110111101011010111010110100001000111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BD6; }

 p { color: rgb(190,123,214); }

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

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

 a { background-color: rgb(190,123,214); }

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

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

 span { border-color: rgb(190,123,214); }

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