#BE83CA

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

Shades of East Side #BE83CA

Tints of East Side #BE83CA

Color information

#BE83CA (or 0xBE83CA) is unknown color: approx East Side. HEX triplet: BE, 83 and CA. RGB value is (190,131,202). Sum of RGB (Red+Green+Blue) = 190+131+202=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83CA is #417C35. Grayscale: #9C9C9C. Windows color (decimal): -4291638 or 13271998. OLE color: 13271998.

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

Color convert

RGB190131202-
CMYK0.060.3500.21
HSL289.86º40.11%65.29%-
HSV(B)289.86º35.15%79.22%-
XYZ40.0131.4459.84-
YUV156.73153.55151.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=36.33%
G=25.05%
B=38.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901312020.060.3500.21289.8640.1165.29
HexBE83CA6230151222841
Octal27620331264302544250101
Binary1011111010000011110010101101000110101011001000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83CA; }

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

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

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

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

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

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

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

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