#BE7BCF

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

Shades of East Side #BE7BCF

Tints of East Side #BE7BCF

Color information

#BE7BCF (or 0xBE7BCF) is unknown color: approx East Side. HEX triplet: BE, 7B and CF. RGB value is (190,123,207). Sum of RGB (Red+Green+Blue) = 190+123+207=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BCF is #418430. Grayscale: #989898. Windows color (decimal): -4293681 or 13597630. OLE color: 13597630.

HSL color Cylindrical-coordinate representation of color #BE7BCF: hue angle of 287.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7BCF is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190123207-
CMYK0.080.4100.19
HSL287.86º46.67%64.71%-
HSV(B)287.86º40.58%81.18%-
XYZ39.5829.6262.66-
YUV152.61158.7154.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=36.54%
G=23.65%
B=39.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901232070.080.4100.19287.8646.6764.71
HexBE7BCF8290131202f41
Octal276173317105102344057101
Binary1011111011110111100111110001010010100111001000001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BCF; }

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

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

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

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

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

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

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

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