#BE7CCA

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

Shades of East Side #BE7CCA

Tints of East Side #BE7CCA

Color information

#BE7CCA (or 0xBE7CCA) is unknown color: approx East Side. HEX triplet: BE, 7C and CA. RGB value is (190,124,202). Sum of RGB (Red+Green+Blue) = 190+124+202=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CCA is #418335. Grayscale: #989898. Windows color (decimal): -4293430 or 13270206. OLE color: 13270206.

HSL color Cylindrical-coordinate representation of color #BE7CCA: hue angle of 290.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7CCA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190124202-
CMYK0.060.3900.21
HSL290.77º42.39%63.92%-
HSV(B)290.77º38.61%79.22%-
XYZ39.129.6359.53-
YUV152.63155.87154.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=36.82%
G=24.03%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901242020.060.3900.21290.7742.3963.92
HexBE7CCA6270151232a40
Octal27617431264702544352100
Binary101111101111100110010101101001110101011001000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CCA; }

 p { color: rgb(190,124,202); }

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

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

 a { background-color: rgb(190,124,202); }

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

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

 span { border-color: rgb(190,124,202); }

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